1 Description
This instruction describes how to change scheduled backup name.
The syntax of a scheduled backup is as follows:
<scheduledBackupName>_<creation_date>_<creation_time>
The default value of the scheduled backup name is BACKUP.
2 Procedure
2.1 Change Scheduled Backup Name
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
- The current scheduled backup name is known.
- The new scheduled backup name is known.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
Steps
- Navigate to the BrmBackupScheduler managed object, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,BrM=1,BrmBackupManager=SYSTEM_DATA,BrmBackupScheduler=SYSTEM_DATA
- Enter Config mode:
(BrmBackupScheduler=SYSTEM_DATA)>configure
- Change the scheduled backup name, for example:
(config-BrmBackupScheduler=SYSTEM_DATA)>scheduledBackupName=PERF_BACKUP_NAME1
- Commit the change:
(config-BrmBackupScheduler=SYSTEM_DATA)>commit
- Verify the change:
(BrmBackupScheduler=SYSTEM_DATA)>show
The following is an example output:
BrmBackupScheduler=SYSTEM_DATA [...] scheduledBackupName=PERF_BACKUP_NAME1 [...]

Contents