NetBackup™ 10.4 Application Guide
- Product overview
- Release notes
- Geting started
- Creating NetBackup application instances
- Managing NetBackup application instances
- Accessing NetBackup primary and media server instances for management tasks
- Managing users on a primary or a media server instance
- Running NetBackup commands on a primary or a media server application instance
- Managing users on a primary or a media server instance
- Accessing NetBackup WORM storage server instances for management tasks
- Managing users from the deduplication shell
- Managing certificates from the deduplication shell
- Configuring an isolated recovery environment using the web UI
- Managing NetBackup services from the deduplication shell
- Monitoring and troubleshooting NetBackup services from the deduplication shell
- Managing S3 service from the deduplication shell
- Managing users from the deduplication shell
Protecting the NetBackup catalog on a WORM storage server
By default, WORM storage servers store a copy of the NetBackup catalog in the directory /mnt/msdp/vol0
in addition to the original copy that is available under the dedicated catalog volume (/mnt/msdpcat
).
If you want extra protection for the catalog, you can configure additional copies. Use the following procedures to manage the NetBackup catalog copies from the deduplication shell.
To view the catalog copies
- Open an SSH session to the server.
- Run the following command:
cacontrol --catalog listshadowcopies
To configure an additional copy
- Open an SSH session to the server.
- Run the following command to determine which volumes exist in the
/mnt/msdp
directory:df -h
Select one of the volumes other than vol0.
Note:
To configure an additional catalog copy, at least one volume other than vol0 must exist in the
/mnt/msdp
directory. - Run the following command:
cacontrol --catalog addshadowcopy /mnt/msdp/<volume name>
Where <volume name> is the volume that you chose in the previous step.
For example:
cacontrol --catalog addshadowcopy /mnt/msdp/vol1