Veritas NetBackup™ Appliance Administrator's Guide
- Overview
- About accessing the NetBackup Appliance Web Console
- About the NetBackup Appliance Shell Menu
- About appliance console components
- Monitoring the NetBackup appliance
- About hardware monitoring and alerts
- About Symantec Data Center Security on the NetBackup appliance
- Managing a NetBackup appliance from the NetBackup Appliance Web Console
- About storage configuration
- About Copilot functionality and Share management
- About viewing storage space information using the Show command
- About appliance supported tape devices
- About configuring Host parameters for your appliance
- Manage > Appliance Restore
- Manage > License
- About the Migration Utility
- Software release updates for NetBackup Appliances
- About installing EEBs
- About installing NetBackup Administration Console and client software
- Manage > Additional Servers
- Manage > High Availability
- Managing NetBackup appliance using the NetBackup Appliance Shell Menu
- About OpenStorage plugin installation
- About mounting a remote NFS
- About running NetBackup commands from the appliance
- About NetBackup administrator capabilities
- Creating a NetBackup touch file from the NetBackup appliance
- Creating NetBackup administrator user accounts
- About NetBackup administrator capabilities
- About Auto Image Replication between appliances
- About forwarding logs to an external server
- About high availability configuration
- About data erasure
- Understanding the NetBackup appliance settings
- Settings > Notifications
- Settings > Network
- Settings > Authentication
- About configuring user authentication
- About authorizing NetBackup appliance users
- Settings > Authentication > LDAP
- Settings > Authentication > Active Directory
- Settings > Authentication > User Management
- Troubleshooting
- Deduplication pool catalog backup and recovery
Manually configuring the deduplication pool catalog backup policy
The following procedure is provided in case the deduplication pool catalog backup policy is not automatically created. Creating a backup policy to protect the deduplication pool catalog is critical in protecting your data in the event of a disaster.
Manually configuring the deduplication pool catalog backup policy
- Log on to the Appliance with a NetBackupCLI user account.
- Enter the following command to create the deduplication pool catalog backup policy:
# drcontrol --new_policy --policy <policy-name> --hardware <appliance model> --OS 'NetBackup-Appliance' --log_file ~/<log file name>
Replace <policy-name> with:
SYMC_NBA_Dedupe_Catalog_<appliance-short-name>
where<appliance-short-name>
is the short name you have given to your appliance.Replace <appliance model> with the model of the Appliance. For example, 5240 or 5340.
Replace <log file name> with the name of the log file the
drcontrol
tool creates.Note:
If the
drcontrol
tool is run without the log file option the tool creates a file that is not accessible to the NetBackupCLI user. Make sure to choose a directory accessible by the NetBackupCLI user, such as the home directory of the NetBackupCLI user.
See Automatic configuration of the deduplication pool catalog backup policy.
See Manually updating the deduplication pool catalog backup policy.