1 Introduction
This document describes how to unlock the backup scheduler. It allows scheduled backups to run.
1.1 Prerequisites
This section describes the prerequisites, which must be fulfilled before using the procedure.
1.1.1 Conditions
The following condition must apply:
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To unlock the backup scheduler:
- 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