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.
|
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:
- The existing value of maxStoredManualBackups has been checked.
- The new value of maxStoredManualBackups is known.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To change the maximum number of manual backups:
- Navigate to the BrmBackupHousekeeping managed object, for example:
>dn ManagedElement=<Node Name>,SystemFunctions=1,BrM=1,BrmBackupManager=USER_DATA,BrmBackupHousekeeping=USER_DATA
- Enter Config mode:
(BrmBackupHousekeeping=USER_DATA)>configure
- 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>
- Change the value of attribute maxStoredManualBackups, for example:
(config-BrmBackupHousekeeping=USER_DATA)>maxStoredManualBackups=5
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
- Commit the change:
(config-BrmBackupHousekeeping=USER_DATA)>commit
- Verify the change:
(BrmBackupHousekeeping=USER_DATA)>show
The following is an example output:
BrmBackupHousekeeping=USER_DATA maxStoredManualBackups=5

Contents