1 Description
This instruction describes how to lock the backup scheduler. It prevents scheduled backups from occurring. The scheduler can be locked to disable periodic backups during maintenance windows.
If the backup scheduler is locked, it must be unlocked before scheduled backups can run again, refer to Unlock Backup Scheduler.
2 Procedure
2.1 Lock Backup Scheduler
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
- Attribute adminState is UNLOCKED.
- 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
- Lock the backup scheduler:
(config-BrmBackupScheduler=SYSTEM_DATA)>adminState=LOCKED
Locking the backup scheduler cancels any ongoing scheduled backup.
- 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 locked:
(BrmBackupScheduler=SYSTEM_DATA)>show
The following is an example output:
BrmBackupScheduler=SYSTEM_DATA adminState=LOCKED [...] schedulerState=DISABLED <read-only> [...]

Contents