Change Maximum Number of Manual Backups

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to change the maximum number of manual user backups that can be stored in the Managed Element (ME).

This value is defined in attribute maxStoredManualBackups. When this value is already reached and autoDelete=ENABLED, the oldest stored manual system backup is deleted before a new manual system backup can be created. When this value is already reached and autoDelete=DISABLED, the creation of the next manual system backup results in failure and requires manual deletion to correct the problem.

Changing the value of maxStoredManualBackups can have different impacts on the ME. This is summarized in Table 1.

Table 1    Impact when Setting maxStoredManualBackups to New Value

Value of autoDelete

maxStoredManualBackups < "Existing Number of Stored Manual Backups"

maxStoredManualBackups = "Existing Number of Stored Manual Backups"

maxStoredManualBackups > "Existing Number of Stored Manual Backups"

ENABLED

Immediate deletion of one or more stored manual user backups to match the maximum number

No backup deletion until a new backup is created

No immediate impact, for example, no backup deletion

DISABLED

Operation failure (not possible)

The next manual user backup fails

No immediate impact, for example, it is possible to trigger a new manual user backup

Note:  
Attribute autoDelete must be set to ENABLED for automatic deletion to occur, refer to Enable Automatic Deletion of Manual Backups.

Default value of attribute maxStoredManualBackups is 100. It is recommended to change it to 5. Avoid the minimum value 1 since it can result in losing all user manual backups stored in the ME.


1.1   Prerequisites

This section describes the prerequisites, which must be fulfilled before using the procedure.

1.1.1   Conditions

The following conditions must apply:

2   Procedure

To change the maximum number of manual backups:

  1. Navigate to the BrmBackupHousekeeping managed object, for example:

    >dn ManagedElement=<Node Name>,SystemFunctions=1,BrM=1,BrmBackupManager=USER_DATA,BrmBackupHousekeeping=USER_DATA

  2. Enter Config mode:

    (BrmBackupHousekeeping=USER_DATA)>configure

  3. Show the value of attribute maxStoredManualBackups:

    (BrmBackupHousekeeping=USER_DATA)>show -v

    The following is an example output:

    BrmBackupHousekeeping=USER_DATA
       autoDelete=ENABLED <default>
       brmBackupHousekeepingId="USER_DATA"
       maxStoredManualBackups=100 <default>
    

  4. Change the value of attribute maxStoredManualBackups, for example:

    (config-BrmBackupHousekeeping=USER_DATA)>maxStoredManualBackups=5

    Attention!

    Risk of data loss or data corruption.

    Depending on the chosen value, the number of stored manual user backups, and the value of autoDelete, commit of this change can result in immediate deletion of stored user system backups, or failure of the next user manual backup.

    Note:  
    The value of the maxStoredManualBackups attribute cannot be cleared by the no maxStoredManualBackups ECLI command

  5. Commit the change:

    (config-BrmBackupHousekeeping=USER_DATA)>commit

  6. Verify the change:

    (BrmBackupHousekeeping=USER_DATA)>show

    The following is an example output:

    BrmBackupHousekeeping=USER_DATA
       maxStoredManualBackups=5



Copyright

© Ericsson AB 2017, 2018. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    Change Maximum Number of Manual Backups