System Backup and Restore

Contents

1Introduction

2

Functions and Concepts
2.1Types of Operation

3

Managed Object Model

4

Configuration Management

5

Fault Management

6

Security Management

1   Introduction

This document provides an overview of the management model and concepts associated with the Backup and Restore managed area.

A managed area is represented by a group of Managed Object Classes (MOCs) within the Managed Object Model (MOM).

2   Functions and Concepts

Backup and Restore Management (BRM) provides a management interface for backup and restore of the Managed Element (ME).

BRM supports one predefined backup type, named System Data.

A System Data backup contains the entire software and configuration of the ME.

These backups are to be performed at least weekly. They are recommended after initial installation, before upgrade, and after successful upgrade. In these three situations, the backup files are to be manually exported to an external data repository to avoid unintentional deletion during preventive maintenance.

BRM does not support partial backups that can back up and restore only parts of the ME.

Backups can be created manually, automatically scheduled, and triggered by software management upgrades.

Manual and scheduled backups are subject to different and separately configured preventive maintenance policies. Manual backups and upgrade triggered backups are subject to the same preventive maintenance policies. The default value for the maximum number of scheduled backups is 5. The default value for the maximum number of manual backups is 100.

Backups can be exported to and imported from an external storage system.

The following backups are automatically labeled by the ME so they can easily be found by the user:

2.1   Types of Operation

BRM supports the following operations for System Data backups:

One long-running operation at a time is supported among create backup, scheduled backup, upgrade triggered backup and restore, delete backup, and restore backup. If a long-running backup operation is in progress, any scheduled backup event that is triggered is suppressed.

3   Managed Object Model

The Backup and Restore managed area is represented in the Managed Object Model (MOM) as follows:

ManagedElement
   +-SystemFunctions
      +-BrM
         +-BrmBackupManager
            +-BrmBackup
            +-BrmBackupHousekeeping
            +-BrmBackupLabelStore
            +-BrmBackupScheduler
               +-BrmCalendarBasedPeriodicEvent
               +-BrmPeriodicEvent
               +-BrmSingleEvent

For general information about the MOM, MOCs, Managed Object (MOs), cardinality, and related concepts, refer to Managed Object Model User Guide.

The BRM MOCs are described in Table 1.

Table 1    BRM Managed Object Class Descriptions

Managed Object Class

Description

BrM

The root of the BRM model.

BrmBackupManager

Handles backups of System Data. Provides actions for creating new backups and deleting backups of the corresponding type.

BrmBackup

Describes a backup of the type specified by the BrmBackupManager MO.

BrmBackupHousekeeping

Handles preventive maintenance of manually created backups.

BrmBackupLabelStore

Describes labeled backups for the type specified by MO BrmBackupManager.

BrmBackupScheduler

Handles scheduling of a backup.

BrmCalendarBasedPeriodicEvent

Handles periodic scheduled backup events using a calendar-based interval.

BrmPeriodicEvent

Handles periodic scheduled backup events.

BrmSingleEvent

Handles single scheduled backup events.

4   Configuration Management

BRM is accessed using NETCONF or the Ericsson Command-Line Interface (ECLI) to manipulate the Management Information Base (MIB).

The following operations can be performed by the user and are described in Operating Instructions using the ECLI:

Basic Backup Operations

Schedule Backups

Manage Scheduled Backups

Manage Manual Backups

Import and Export Backups

5   Fault Management

The BRM alarms are described in Table 2.

Table 2    BRM Alarms

Alarm

Description

BRM, Auto Export Backup Failed

 

Issued when an auto-export backup fails.

BRM, Auto Export Manual Backup Failed

 

Issued when a manually created backup that is automatically exported fails.

BRM, Scheduled Backup Failed

 

Issued when a scheduled backup fails.

6   Security Management

BRM access is managed by an authentication and authorization mechanism. For each BRM role, specific rules are applied to determine the scope of what is accessible.

Two BRM roles are defined, named System Administrator and Application Administrator.

Once authenticated as a System Administrator or an Application Administrator, full access is granted to MO BrM and its attributes.

For more information on authentication and authorization, refer to User Management.



Copyright

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

    System Backup and Restore