Delete Scheduled Event

Contents


1   Description

This instruction 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.

2   Procedure

2.1   Delete Scheduled Event

Prerequisites

Steps

  1. Navigate to the BrmBackupScheduler managed object, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,BrM=1,BrmBackupManager=SYSTEM_DATA,BrmBackupScheduler=SYSTEM_DATA

  2. Enter Config mode:

    (BrmBackupScheduler=SYSTEM_DATA)>configure

  3. 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.

  4. Commit the change:

    (config-BrmBackupScheduler=SYSTEM_DATA)>commit

  5. 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_204

    The event is no longer shown at the end of the BrmBackupScheduler progress report.