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 VM
- Installing NetBackup for OpenStack Components
- Installing on RHOSP
- Prepare for deployment
- Updating the overcloud roles data file to include NetBackup for OpenStack services
- Verifying the deployment
- Additional Steps on NetBackup for OpenStack Appliance
- Installing on Ansible OpenStack Ussuri
- Installing on Kolla Ussuri
- 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
- Install nbosjm CLI client
- Configuring NetBackup OpenStack Appliance
- Configuring NetBackup Master Server
- NetBackup for OpenStack policies
- Performing backups and restores of OpenStack
- About restores
- Required restore.json for CLI
- Configuring and starting a file search in Horizon
- Performing Backup Administration tasks
- NBOS Backup Admin Area
- Policy Attributes
- Policy Quotas
- Managing Trusts
- Policy import and migration
- Disaster Recovery
- Example runbook for disaster recovery using NFS
- Disaster recovery of a single policy
- Copy the policy directories to the configured NFS Volume
- Make the Mount-Paths available
- Reassign the policy
- Restore the policy
- Clean up
- Disaster recovery of a complete cloud
- Reconfigure the Target NetBackup for OpenStack installation
- Make the Mount-Paths available
- Reassign the policy
- Restore the policy
- Reconfigure the Target NetBackup for OpenStack installation back to the original one
- Clean up
- Troubleshooting
- General Troubleshooting Tips
- Health check of NetBackup for OpenStack
- Important log files
List of snapshots
On the Horizon console, navigate to NBOS Backups > Policies.
Identify the policy to show the details on.
Click the policy name to enter the policy overview.
Navigate to the Snapshots tab.
The list of snapshots for the chosen policy contains the following additional information:
Creation Time
Name of the snapshot
Description of the snapshot
Total amount of Restores from this snapshot
Total amount of succeeded Restores
Total amount of failed Restores
Snapshot Type
Snapshot Size
Snapshot Status
nbosjm snapshot-list [--policy-id <policy-id>] [--nbos_node <host>] [--date_from <date_from>] [--date_to <date_to>] [--all {True,False}]
--policy-id <policy-id> Filter results by policy-id (policy ID).
--nbos_node <host> List all the snapshot operations that are scheduled on a nbos node(Default=None).
--date_from <date_from> From date in format "YYYY-MM-DDTHH:MM:SS" for example 2016-10-10T00:00:00, If you don't specify time then it takes 00:00 by default.
--date_to <date_to> To date in format "YYYY-MM-DDTHH:MM:SS" (default is current day), Specify HH:MM:SS to get snapshots within same day inclusive/exclusive results for date_from and date_to
--all {True,False} List all snapshots of all the projects (valid for admin user only).