1 Introduction
This document describes how to schedule a single backup at a specified time.
- Note:
- When any of the following backup operations is in progress,
a scheduled backup event that is triggered is postponed and retried
at regular intervals later:
- Manual backup creation
- Scheduled backup creation
- Backup deletion
- Backup restore
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 event name is known.
- The day and time for the scheduled backup is known.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To schedule a single backup at a specified time:
- 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
- Enter the event name, for example:
(config-BrmBackupScheduler=SYSTEM_DATA)>BrmSingleEvent=S_EVENT_20140428_152
- Enter the day and time for the scheduled backup to occur,
for example:
(config-BrmSingleEvent=S_EVENT_20140428_152)>scheduledTime=2014-07-31T23:59:59
- Note:
- Ensure to set scheduledTime to
a date and time that are in accordance with the Daylight Saving Time
(DST).
The value of the scheduledTime attribute cannot be cleared using the no scheduledTime ECLI command
- Commit the single event schedule:
(config-BrmSingleEvent=S_EVENT_20140428_152)>commit
- Verify that the scheduled event was created:
(BrmSingleEvent=S_EVENT_20140428_152)>show
The following is an example output:
BrmSingleEvent=S_EVENT_20140428_152 scheduledTime="2014-07-31T23:59:59"

Contents