Delete Scheduled Event

Contents

1Introduction
1.1Prerequisites

2

Procedure

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:

2   Procedure

To delete a scheduled event:

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

    >dn ManagedElement=<Node Name>,SystemFunctions=1,BrM=1,BrmBackupManager=USER_DATA,BrmBackupScheduler=USER_DATA

  2. Enter Config mode:

    (BrmBackupScheduler=USER_DATA)>configure

  3. Delete the scheduled event, for example:

    (config-BrmBackupScheduler=USER_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=USER_DATA)>commit

  5. Verify that the event has been deleted:

    (BrmBackupScheduler=USER_DATA)>show -v

    The following is an example output:

    BrmBackupScheduler=USER_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.