Please enter search query.
Search <book_title>...
NetBackup™ Plug-in for VMware vSphere Client (HTML5) Guide
Last Published:
2022-03-28
Product(s):
NetBackup & Alta Data Protection (10.0)
- Introduction and notes
- Installing the NetBackup plug-in for vSphere Client (HTML5)
- Installing the NetBackup plug-in for vSphere Client (HTML5)
- Plug-in Configurations
- Log in to the Plug-in
- Excluding virtual disks from the backup
- Monitoring backup status
- Restoring virtual machines
- Troubleshooting
- Limitations
- Appendix A. Instant recovery events and best practices
Configuring vCenter CA Certificates in NetBackup Primary Server
vCenter CA certificate must added in truststoreVWCP
to enable plug-in to make vCenter api calls.
- Download the vCenter CA certificates from https://<vCenter IP/FQDN>/certs/download.zip
- Extract the contents of a ZIP file to any local location
- Get the
storepass
fromVeritas/NetBackup/var/global/jkskey
. - Update and run the following command
Windows
C:\Program Files\Veritas\NetBackup\jre\bin\keytool" -storetype BCFKS -providerpath "C:\Program Files\Veritas\NetBackup\wmc\ webserver\lib\ccj-3.0.1.jar" -providerclass com.safelogic.cryptocomply. jcajce.provider.CryptoComplyFipsProvider -importcert -trustcacerts -file C:\Users\labuser\Downloads\download \certs\win\ vCenter Certificate -keystore "C:\Program Files \Veritas\NetBackup\var\global\wsl\credentials\truststoreVWCP.bcfks" -storepass C:\Program Files\Veritas\NetBackup\var\global\ jkskey -alias VMwareCA
Linux
/usr/openv/java/jre/bin/keytool -storetype BCFKS -providerpath /usr/openv/wmc/webserver/lib/ccj-3.0.1.jar -providerclass com. safelogic.cryptocomply.jcajce.provider.CryptoComplyFipsProvider -importcert -trustcacerts -file /root/c3bc1e7a.0 -keystore /usr/openv/var/global/wsl/credentials/truststoreVWCP.bcfks -storepass /usr/openv/var/global/jkskey -alias VMwareCA