5 back up an appliance, Prerequisites – HP OneView User Manual

Page 185

Advertising
background image

once a day and after you make hardware or software configuration changes in the managed
environment.

As an alternative to using Settings

→Actions→Create backup from the appliance UI, you can write

and run a script to automatically create and download an appliance backup file. You can schedule
the backup script to run automatically in interactive or batch mode on a regular basis. Only a user
with Backup administrator or Infrastructure administrator privileges can run the script interactively.

For more information, see

“Sample backup script” (page 315)

.

26.5 Back up an appliance

A backup file saves the configuration settings and management data for your appliance. You can
recover from a catastrophic failure by restoring your appliance from the backup file. For more
information, see

“About backing up the appliance” (page 183)

.

NOTE:

To reduce the size of the backup file and the time it takes to create it, the firmware bundles

you have uploaded to the appliance are not included in the backup file.

Prerequisites

Minimum required privileges: Infrastructure administrator or Backup administrator

You have completed all the

best practices for backing up an appliance

.

Backing up an appliance

1.

From the Settings screen, select Actions

→Create backup.

While the backup file is being created, a progress bar appears in the Overview pane.

Wait for the backup file creation to complete.

2.

Optionally, click the Create backup notification banner for more information and the name of
the backup file, which has the format:

appliance-host-name_backup_yyyy-mm-dd_hhmmss.bkp

3.

After the backup file is created, select Actions

→Download backup to download the backup

file from the appliance.

4.

Save the backup file to an external location for safekeeping. Do not store it on the appliance.

26.6 Using REST APIs to create and download an appliance backup file

After the backup is initiated, a TaskResource URI is created that you use to track the progress
of the backup. When the backup is complete, you can use a GET REST API operation to download
and change the backup file name. The latest backup is stored on the appliance and is replaced
when a new backup is initiated.

Prerequisites

Minimum required session ID privileges: Backup administrator

Creating and downloading an appliance backup file using REST APIs

1.

Create the backup file.

POST /rest/backups

2.

Download the backup file.

GET /rest/backups/archive/{backup URI}

26.5 Back up an appliance 185

Advertising