Delete Backup

Contents


1   Description

This instruction describes how to delete a backup.

2   Procedure

2.1   Delete Backup

Prerequisites

Steps

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

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

  2. Start the delete operation, for example:

    (BrmBackupManager=SYSTEM_DATA)>deleteBackup PERF_BACKUP_NAME1_20140428_175907

    The system returns output true or false.

    Note:  
    To cancel the deletion of the backup, type cancelCurrentAction. If the delete operation is in the Prepare or Commit phase, the cancel is rejected.

  3. Verify that the backup was successfully deleted:

    (BrmBackupManager=PERF_BACKUP_NAME1_20140428_175907)>show progressReport

    After a backup is successfully deleted, the progress report shows the following:

    [...]
    actionName="DELETE"
    additionalInfo="Delete Backup for PERF_BACKUP_NAME1_20140428_175907:⇒
    Succeeded"
    progressInfo=""
    progressPercentage=100
    result=SUCCESS
    resultInfo="PERF_BACKUP_NAME1_20140428_175907 was deleted ⇒
    successfully."
    state=FINISHED
    [...]

If an error occurs during the execution of the operation, attribute reportProgress shows result=FAILURE, and resultInfo shows the cause of the failure.

For more information on the progress report, refer to View Progress Report.



Copyright

© Ericsson AB 2016, 2017. 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 Backup