1 Introduction
This document describes how to delete a scheduled event. Deleting a scheduled event prevents the associated scheduled backups from occurring.
A scheduled event can be deleted when no longer needed due to, for example, a new preventive maintenance strategy.
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 backup type is known.
- The scheduled event type is known, that is, BrmSingleEvent, BrmPeriodicEvent, or BrmCalendarBasedPeriodicEvent.
- The scheduled event name is known.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To delete a scheduled event:
- 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
- Delete the scheduled event, for example:
(config-BrmBackupScheduler=SYSTEM_DATA)>no BrmSingleEvent=S_EVENT_20140428_152
- Note:
- If the scheduled event name is unknown, use command show. The event names are listed at the end of progressReport of BrmBackupScheduler.
- Commit the change:
(config-BrmBackupScheduler=SYSTEM_DATA)>commit
- Verify that the event has been deleted:
(BrmBackupScheduler=SYSTEM_DATA)>show -v
The following is an example output:
BrmBackupScheduler=SYSTEM_DATA [...] progressReport [...] progressPercentage=100 result=SUCCESS [...] state=FINISHED [...] BrmPeriodicEvent=P_EVENT_20140428_204The event is no longer shown at the end of the BrmBackupScheduler progress report.

Contents