Create Backup

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to create a manual backup of a particular type, as defined in the backup manager, to be stored in a particular directory of the user file system.

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 create a backup:

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

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

  2. Start the backup operation, for example:

    (BrmBackupManager=SYSTEM_DATA)>createBackup PERF_BACKUP_NAME1_20140428_175907

    Note:  
    The backup name can have up to 50 characters. Alphanumeric, dash, and underscore characters are supported.

    The system returns output true or false.

  3. Verify that the backup was created:

    (BrmBackupManager=SYSTEM_DATA)>show progressReport

    Note:  
    Since this is a long-running operation, it can be necessary to enter the command several times until the final operation result is shown in the progress report.

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

    [...]
    actionName="CREATE"
    additionalInfo="Create Backup for PERF_BACKUP_NAME1_20140428_175907:⇒
    Succeeded"
    progressInfo=""
    progressPercentage=100
    result=SUCCESS
    resultInfo="PERF_BACKUP_NAME1_20140428_175907 was created ⇒
    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 details, check the backup error list document.

For more information on the progress report, refer to View 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.

    Create Backup