Getting a list of NetBackup hosts that have revoked certificates
Use the following procedure to obtain a list of NetBackup hosts that have a revoked certificate.
See About the host ID-based certificate revocation list.
To get a list of NetBackup hosts with revoked certificates
- In a command window, log on to the NetBackup Web Management Service on the primary server, as follows (the logon account must have NetBackup administrator privileges):
UNIX: /usr/openv/netbackup/bin/bpnbat -login -loginType WEB
Windows: install_path\NetBackup\bin\bpnbat -login -loginType WEB
- Run the following command to extract from the CRL a list of certificates that are not expired and then filter the results for the word "Revoked":
UNIX: /usr/openv/netbackup/bin/nbcertcmd -listAllDomainCertificates | grep Revoked
Windows: install_path\NetBackup\bin\nbcertcmd -listAllDomainCertificates | findstr Revoked