1 Description
This instruction describes how to unlock the backup scheduler. It allows scheduled backups to run.
2 Procedure
2.1 Unlock Backup Scheduler
Prerequisites
- No documents are required.
- No tools are required.
- The following condition must apply:
- 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
- Unlock the backup scheduler:
(config-BrmBackupScheduler=SYSTEM_DATA)>adminState=UNLOCKED
- Note:
- The value of the adminState attribute cannot be cleared by the no adminState ECLI command.
- Commit the change:
(config-BrmBackupScheduler=SYSTEM_DATA)>commit
- Verify that the backup scheduler is unlocked:
(BrmBackupScheduler=SYSTEM_DATA)>show -v
The following is an example output:
BrmBackupScheduler=SYSTEM_DATA adminState=UNLOCKED <default> [...] brmBackupSchedulerId="SYSTEM_DATA" maxStoredScheduledBackups=4 [...]

Contents