Veritas 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
- 1. Prepare for deployment
- 3] Update overcloud roles data file to include NetBackup for OpenStack services
- 7] Verify deployment
- 8] Additional Steps on NetBackup for OpenStack Appliance
- Installing on RHOSP
- Configuring NetBackup for OpenStack
- Post Installation Health-Check
- Uninstalling from RHOSP
- Install workloadmgr CLI client
- Configuring NetBackup OpenStack Appliance
- Configuring NetBackup Master Server
- NetBackup for OpenStack policies
- Performing backups and restores of OpenStack
- Required restore.json for CLI
- Configuring and starting a file search in Horizon
- Create a File Recovery Manager Instance
- 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
Edit the policy attribute
To edit a policy in Horizon follow these steps:
Log on to Horizon using admin user.
Navigate to Admin > NBOS Backup Admin > NetBackupOpenStack > Policy Attributes.
Identify the policy to edit.
Click
at the end of the line of the chosen policy.Edit the policy attribute as desired - all values can be changed.
Click
.
workloadmgr policy-update [--display-name <display-name>] [--display-description <display-description>] [--policy-fields <key=key-name>] [--metadata <key=key-name>] <policy_id>
--display-name <display-name> Name of the policy attribute.
--display-description <display_description> Optional policy attribute description. (Default=No description)
--policy-fields <key=key-name> Specify following key value pairs for policy fields. Specify option multiple times to include multiple keys. "interval" : "1 hr" "retention_policy_type" : "Number of Snapshots to Keep" or "Number of days to retain Snapshots" "retention_policy_value" : "30" "fullbackup_interval" : "-1" (Enter Number of incremental snapshots to take Full Backup between 1 to 999, "-1" for "NEVER" and "0" for "ALWAYS") For example - policy-fields interval="1 hr" - policy-fields retention_policy_type="Number of Snapshots to Keep" - policy-fields retention_policy_value="30" - policy- fields fullbackup_interval="2"
--metadata <key=keyname> Specify a key value pair to include in the policy type metadata. Specify option multiple times to include multiple keys. key=value
<policy_id> The name the policy will get.