kumar3
11 months agoLevel 4
CLI Command to list Host ID
Hello Experts,
I need to know the CLI command which is equivalent to following option from NetBackup admin console.
Security Management -> Host Management -> Netbackup Host ID
Want to list certificate expiry date and host ID for given host from master server.
Thanks.
Try using the command "nbcertcmd -listAllDomainCertificates" from the primary server. This actually makes a web API call in the background. You'll need to log into the web server using the command "bpnbat -Login -LoginType WEB". You'll be prompted for the Authentication Broker (your primary server FQDN), the Authentication Port (just press enter for default), Authentication type (enter unixpwd assuming your primary is running on Linux), and finally a user login and password.