1 Introduction
This document describes how to disable automatic deletion of manual backups in the managed element.
Disabling automatic deletion of manual user backups when the maximum number of manual user backups is below or equal to the existing number of stored manual user backups results in failure of the next manual user backup.
For information on how to modify the maximum number of user manual backups, refer to Change Maximum Number of Manual Backups.
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 attribute autoDelete has been checked and is equal to ENABLED.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
Disabling automatic deletion of manual backups can lead to file storage space issues and generation of alarm.
To disable automatic deletion of manual backups:
- Navigate to the BrmBackupHousekeeping managed object, for example:
>dn ManagedElement=<Data Node>,SystemFunctions=1,BrM=1,BrmBackupManager=USER_DATA,BrmBackupHousekeeping=USER_DATA
- Enter Config mode:
(BrmBackupHousekeeping=USER_DATA)>configure
- Disable automatic deletion of manual backups:
(config-BrmBackupHousekeeping=USER_DATA)>autoDelete=DISABLED
Depending on the number of stored manual user backups and the value of the maximum number of manual user backups, commit of this change can result in failure of the next manual user backup.
- Note:
- The value of the autoDelete attribute cannot be cleared by the no autoDelete 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 autoDelete=DISABLED [...]

Contents