NetBackup™ for OpenStack Administrator's Guide
- Introduction
- Deploying NetBackup for OpenStack
- Requirements
- NetBackup for OpenStack network considerations
- Preparing the installation
- Spinning up the NetBackup for OpenStack virtual machine
- Installing NetBackup for OpenStack Components
- Installing on RHOSP
- Prepare for deployment
- Updating the overcloud roles data file to include NetBackup for OpenStack services
- Additional Steps on NetBackup for OpenStack Appliance
- Installing on Ansible OpenStack Ussuri
- Installing on Kolla
- Pushing NetBackup for OpenStack images to the local registry
- Installing on RHOSP
- Configuring NetBackup for OpenStack
- Post Installation Health-Check
- Uninstalling NetBackup for OpenStack
- Uninstalling from RHOSP
- Uninstalling from Ansible OpenStack
- Uninstalling from Kolla Openstack
- Uninstalling from RHOSP
- Upgrading NetBackup for OpenStack
- Configuring NetBackup OpenStack Appliance
- Configuring NetBackup primary server
- NetBackup for OpenStack protections
- Performing snapshots, backups, and restores of OpenStack
- About restores
- Required restore.json file for CLI
- About schedules
- Performing Backup Administration tasks
- Disaster recovery
- Troubleshooting
- General Troubleshooting Tips
- Health check of NetBackup for OpenStack
- Important log files
Create a protection
To create a protection inside Horizon do the following steps:
- On the Horizon console, navigate to NBOS Backups > Protection.
- Click Add protection.
- On the Details tab, provide the protection name, description, and the type as Serial or Parallel.
- On the Instances tab, select the virtual machine to protect.
- On the Protection Plan tab, select the protection plan from the drop-down list.
- On the Schedule tab, Click Enable Scheduler to schedule the backups.
In the schedule, provide the start date, end date, start time, and the number of hours the snapshot/backup must repeat.
- On the Options tab, you can pause the virtual machine during the snapshot creation. Select Pause VM.
- Click Create.
The created protection will be available after a few seconds and starts to take backups according to the provided schedule and protection plan.
nbosjm protection-create [--protection-plan-id <protection plan_id>] [--instance <instance-id=instance-uuid>] [--display-name <display-name>] [--display-description <display-description>] [--protection-type-id <protection-type-id>] [--source-platform <source-platform>] [--jobschedule <key=key-name>] [--metadata <key=key-name>]
--protection-plan-id Protection plan ID to associate the protection with.
--display-name The protection name.
--display-description The protection description.
--protection-type-id The protection type ID.
--source-platform The protection source platform is required. openstack is the supported platform.
--instance Specify an instance to include in the protection. Instance-id: Include the instance with this UUID.
--jobschedule Specify the following key-value pairs for a job schedule. Specify the option multiple times to include multiple keys.
"start_date" : "06/05/2014" "end_date" : "07/15/2014" "start_time" : "2:30 PM"
--metadata Specify a key-value pair to include in the protection type metadata. Specify the option multiple times to include the multiple keys.