NetBackup and Veritas Appliances Hardening Guide
- Top recommendations to improve your NetBackup and Veritas appliances security posture
- Steps to protect Flex Appliance
- Managing single sign-on (SSO)
- About lockdown mode
- Configuring an isolated recovery environment on a WORM storage server
- Steps to protect NetBackup Appliance
- About single sign-on (SSO) authentication and authorization
- About authentication using smart cards and digital certificates
- About data encryption
- About forwarding logs to an external server
- Steps to protect NetBackup
- Configure NetBackup for single sign-on (SSO)
- Configure user authentication with smart cards or digital certificates
- Access codes
- Workflow to configure immutable and indelible data
- Add a configuration for an external CMS server
- Configuring an isolated recovery environment on a NetBackup BYO media server
- About FIPS support in NetBackup
- Workflow for external KMS configuration
- Workflow to configure data-in-transit encryption
- Workflow to use external certificates for NetBackup host communication
- About certificate revocation lists for external CA
- Configuring an external certificate for a clustered primary server
- Configuring a NetBackup host (media server, client, or cluster node) to use an external CA-signed certificate after installation
- Configuration options for external CA-signed certificates
- ECA_CERT_PATH for NetBackup servers and clients
- About protecting the MSDP catalog
- How to set up malware scanning
- About backup anomaly detection
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