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
Snapshot and backup overview
Each recovery point contains information about the snapshot and the backup copies. This information can be seen in the recovery point overview.
If a nova-booted instance is migrated from one compute node to another after the snapshot operation is completed, backup or restore from the snapshot copy is not supported.
If a backup copy is mounted on a file recovery manager instance, you must unmount the backup copy to take the backup of the file recovery manager instance.
To reach the recovery point overview follow these steps:
On the Horizon console, navigate to NBOS Backups > Protection.
Identify the protection that contains the recovery point to show.
Click the protection name to enter the protection overview.
Navigate to the Recovery Points tab.
Identify the searched recovery point in the recovery point list.
Click the recovery point name.
Details
The Recovery Points Details tab shows the following information about the recovery point.
ID/Name/Description
Scheduled on
Total volume size
Snapshot Type
Snapshot Size
Snapshot Time Taken
Snapshot Status
Backup Size
Backup Time Taken
Backup Status
Backup Type
Virtual machines that are part of the recovery point
The following information is displayed for each virtual machine in the recovery point:
Instance Info - Name and Status
Security Group(s) - Name, Type
Flavor - vCPUs, Disk, and RAM
Networks - IP, Network name, and Mac Address
Attached Volumes - Name, Type, Size (GB), and Device Path
Misc - Original ID of the virtual machine
Restores
The Restores tab shows the list of restores that have been started from the chosen recovery point. You can start the restores from here.
See About restores.
Misc.
The Miscellaneous tab provides the remaining metadata information about the snapshot.
Creation Time
Last Update time
ID
Protection ID of the protection containing the snapshot
nbosjm recovery-point-show [--output <output>] <recovery_point_id>
<recovery_point_id> ID of the recovery point to be shown.
--output <output> Option to get additional snapshot details.
Specify --output metadata for recovery point metadata.
Specify --output networks for snapshot virtual machines networks.
Specify --output disks for snapshot virtual machines disks.
Specify --output copies to list all the copies (snapshot, backup, and duplicate copies).
Note:
OpenStack does not let you launch an instance without a network interface. The snapshot of the instance that does not have any network interface attached to it cannot be restored using the selective restore or one-click restore options. However, you can use in-place restore, which does not launch an instance.