Fixed Netbackup backup failed with error 7648
In this case, the failure was caused by the host replaced by a new one, but using the original bp.conf file, thus the master cannot connect to client due to mismatch certificates.
Steps:
- Log on Java Console and then navigate to Token management under Security Management, filter out your client by name, then right click to reissue token. (Copy the token: e.g. GEXDNBPTSYXTRZXU)
- From the client OS, take my Linux client as example below, run the command force to replace the current certificate.
/usr/openv/netbackup/bin/nbcertcmd -getCertificate -token GEXDNBPTSYXTRZXU -force
- Now try to rerun the job, good luck.