NetBackup™ for VMware Administrator's Guide
- Introduction
- Required tasks: overview
- Configuring RBAC roles for VMware administrators
- Notes and prerequisites
- VMware vSphere privileges
- Managing VMware servers
- About VMware discovery
- Add VMware servers
- Change resource limits for VMware resource types
- Configuring backup policies for VMware
- Backup options on the VMware tab
- Exclude disks tab
- Configuring a VMware Intelligent Policy
- About the Reuse VM selection query results option
- Use Accelerator to back up virtual machines
- Configuring protection plans for VMware
- Malware scan
- Instant access
- Instant rollback
- Continuous data protection
- Backing up virtual machines
- VM recovery
- VMware agentless restore
- Restoring Individual files and folders from VMware backups
- Using NetBackup to back up Cloud Director environments
- Recover VMware Cloud Director virtual machines
- Restore virtual machines with Instant Recovery
- Protecting VMs using hardware snapshots and replication
- Best practices and more information
- Troubleshooting VMware operations
- NetBackup logging for VMware
- Snapshot error encountered (status code 156)
- Appendix A. Configuring services for NFS on Windows
- About configuring services for NFS on Windows 2012 or 2016 (NetBackup for VMware)
- Appendix B. Backups of VMware raw devices (RDM)
Validating VMware virtualization server certificates in NetBackup
NetBackup can validate VMware virtualization server certificates using their root or intermediate certificate authority (CA) certificates.
For more information on external CA support in NetBackup, refer to the NetBackup Security and Encryption Guide.
The following procedure is applicable for the NetBackup primary server and all VMware access hosts.
To configure secure communication between VMware virtualization server and VMware access host
- Configure an external CA trust store on the VMware access host.
- Add CA certificates of the required VMware servers (vCenter, ESX, or ESXi server) in the trust store on the access host.
For the Windows certificate store, you need to add the CA certificate to the Windows Trusted Root Certification Authorities.
Use the following command:
certutil.exe -addstore -f "Root" certificate filename
- Use the nbsetconfig command to configure the following NetBackup configuration options on the access host. See the NetBackup Administrator's Guide, Volume I for details on these options.
ECA_TRUST_STORE_PATH | Specifies the file path to the certificate bundle file that contains all trusted root CA certificates. This option is specific to file-based certificates. You should not configure this option if the Windows certificate store is used. If you have already configured this external CA option, append the VMware CA certificates to the existing external certificate trust store. If you have not configured the option, add all the required virtualization server CA certificates to the trust store and set the option. |
ECA_CRL_PATH | Specifies the path to the directory where the certificate revocation lists (CRL) of the external CA are located. If the configuration option is already configured, append the virtualization server CRLs to the CRL cache. If the option is not configured, add all the required CRLs to the CRL cache and then set the option. |
VIRTUALIZATION_HOSTS_SECURE_CONNECT_ENABLED | Lets you enable the validation of a virtualization server's certificate. |
VIRTUALIZATION_CRL_CHECK | Lets you validate the revocation status of the virtualization server certificate against the CRLs. By default, the option is disabled. |
VIRTUALIZATION_HOSTS_CONNECT_TIMEOUT | Lets you specify the duration (in seconds) after which the connection between NetBackup and vCloud Director server ends. |
VMWARE_TLS_MINIMUM_V1_2 | Lets you specify the Transport Layer Security (TLS) version to be used for communication between NetBackup and VMware servers. |