NetBackup™ Snapshot Manager for Data Center Administrator's Guide
- Introduction
- Preparing for NetBackup Snapshot Manager for Data Center installation
- Meeting system requirements
- Deploying NetBackup Snapshot Manager for Data Center using container images
- Upgrading NetBackup Snapshot Manager for Data Center
- Migrating and upgrading NetBackup Snapshot Manager for Data Center
- Uninstalling NetBackup Snapshot Manager for Data Center
- Snapshot Manager for Data Center catalog backup and recovery
- Configure NetBackup Snapshot Manager for Data Center
- Storage array replication
- Storage array plug-ins for Snapshot Manager for Data Center
- Azure NetApp Files plug-in
- Azure Files plug-in
- Dell EMC PowerMax and VMax array
- Dell EMC PowerFlex array
- Dell EMC PowerScale (Isilon)
- Dell EMC PowerStore SAN and NAS plug-in
- Dell EMC XtremIO SAN array
- Dell EMC Unity Array
- Fujitsu Eternus AF/DX SAN array
- Fujitsu Eternus AB/HB SAN array
- Fujitsu AX/HX Series plug-in
- HPE RMC plug-in
- HPE XP plug-in
- HPE Alletra 9000 SAN array
- HPE Alletra 6000 SAN array
- HPE GreenLake for Block Storage array
- HPE GreenLake for File Storage (VAST) array
- Hitachi NAS array
- Hitachi SAN array
- IBM Storwize SAN V7000 plug-in
- IBM FlashSystem plug-in
- IBM SAN Volume Controller plug-in
- InfiniBox SAN array
- InfiniBox NAS array
- Lenovo DM 5000 series array
- NetApp storage array
- NetApp E-Series array
- Nutanix Files array
- Pure Storage FlashArray SAN
- Pure Storage Flash Array files services (NAS)
- Pure Storage FlashBlade plug-in configuration notes
- PowerMax eNAS array
- Qumulo NAS array
- VMware vSAN File Services plug-in
- NetBackup Snapshot Manager logging
- Troubleshooting
Securing the connection to NetBackup Snapshot Manager for Data Center
Supported scenarios:
Primary server and Snapshot Manager for Data Center must be with ECA or NBCA.
For NBCA and ECA mixed mode continue with ECA mode for NetBackup Snapshot Manager for Data Center installation.
Unsupported scenario: Primary with NBCA and NetBackup Snapshot Manager for Data Center with ECA and vice versa.
In the NetBackup Snapshot Manager for Data Center, you can upload CRLs of the external CA at /cloudpoint/eca/crl
file. The uploaded CRL does not work, if the crl
directory is not present or is empty.
The following three parameters are tuneable, you can add the entry under the eca section in the /cloudpoint/flexsnap.conf
file.
Table: ECA parameters
Parameter | Default | Value | Remarks |
---|---|---|---|
eca_crl_check | 0 (Disabled) | 0 (disabled) 1 (leaf) 2 (chain) | Certificate check level. Used to control the CRL/OCSP validation level for NetBackup Snapshot Manager for Data Center host connecting to On-prem/cloud workloads.
|
eca_crl_refresh_ hours | 24 | A numerical value between 0 and 4830 | Time interval in hours to update the NetBackup Snapshot Manager for Data Center CRLs cache from CA through the certificate CDP URL. This option is not applicable if the |
eca_crl_path_sync_ hours | 1 | A numerical value between 1 and 720 | Time interval in hours to update the NetBackup Snapshot Manager for Data Center CRL cache from |
For more information, refer to the following sections of the NetBackup™ Security and Encryption Guide.
About the host ID-based certificate revocation list
When an authorization token is required during certificate deployment.
Note:
Cache is not validated if any of the ECA tuneable are added or modified manually inside the /cloudpoint/flexsnap.conf
file.
For detailed information on NetBackup CA and certificates, refer to the "NetBackup CA and NetBackup certificates" chapter of NetBackup™ Security and Encryption Guide.
The following table provides the regeneration steps to be performed for revoking the certificates in Snapshot Manager for Data Center:
Use case | Commands |
---|---|
CA migration |
|
Post revoke certificate regeneration for NBCA | # flexsnap_configure renew --token <reissue-token> Generating new NetBackup Host-ID certificate... Snapshot Manager certificate is renewed. |
Post revoke certificate regeneration for ECA | # flexsnap_configure renew --ca /eca2/trusted/cacerts.pem --key /eca2/private/key.pem --chain /eca2/cert_chain.pem Enrolling external CA certificates with NetBackup... Snapshot Manager certificate is renewed. |
Post migration regenerated certificates for ECA/NBCA | # flexsnap_configure renew --hostnames new-nbsm.veritas.com --token <authentication-token> Generating new NetBackup Host-ID certificate... Snapshot Manager certificate is renewed. Please run 'flexsnap_configure renew --internal --hostnames <nbsm_fqdn> to renew Snapshot Manager's internal CA and certificates. |
Certificate regeneration for extension | # flexsnap_configure renew --extension --primary <nbsm_fqdn> --token <extension_token> |
Certificate rotation | # flexsnap_configure renew --force Generating new NetBackup Host-ID certificate... Snapshot Manager certificate is renewed. |
Internal flexsnap CA certificate in case of migration, disaster recovery scenarios | # flexsnap_configure renew --internal --hostnames <nbsm_fqdn> Renewed Flexsnap CA ... skip Renewed rabbitmq certificate ... done Renewed postgresql certificate ... done Renewed listener certificate ... done Renewed workflow certificate ... done Renewed scheduler certificate ... done Renewed agent certificate ... done Renewed client certificate ... done Renewed certmaster certificate ... done Renewed agent certificate ... done Renewed notification certificate ... done Renewed client certificate ... done Renewed client certificate ... done Renewed mongodb certificate ... done Renewed coordinator certificate ... done Renewed config certificate ... done Renewed idm certificate ... done Renewed agent certificate ... done Renewed client certificate ... done Renewed policy certificate ... done Snapshot Manager's CA and certificates are renewed. Restart the Snapshot Manager stack using 'flexsnap_configure restart' to take effect. |