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



Copyright

© Ericsson AB 2014, 2015. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    Delete Scheduled Event