NetWorker: Keystore File Is Not Accessible With Provided Password During Upgrade Process
Summary: Upgrade to 19.11.0.4 NetWorker fails "Keystore file is not accessible with provided password" error message when the password ends with ! = (exclamation space equal)
Symptoms
Upgrade Issues
The following symptoms were encountered during the upgrade to 19.11.0.4 when the keystore password ends with ! = (exclamation space equal):
- "Keystore file is not accessible with provided password" during the NetWorker Web User Interface (NWUI) portion of the upgrade
- Error window "File incorrect Keystore file is not accessible with the provided password" when entering the correct keystore password at the NWUI upgrade step "Configure NetWorker Management Web UI Server Keystore"
Cause
Root Cause Analysis
The issue "Keystore file is not accessible with provided password" occurred during the NWUI portion of the upgrade to 19.11.0.4.
The correct keystore password was confirmed using the keytool command, and the same password was successful for the NetWorker install and the NMC install.
Specific Conditions
The error message "File incorrect Keystore file is not accessible with provided password" was encountered at the NWUI upgrade step "Configure NetWorker Management Web UI Server Keystore" when entering the correct keystore password. The keystore password ends with ! = (exclamation space equal):
- The
keytoolcommand was used to verify the keystore password. - The same password was used successfully for previous installations.
Error Messages
The following error message was encountered:
File incorrect Keystore file is not accessible with provided password
Resolution
Troubleshooting Keystore File Accessibility
The issue of the Keystore file not being accessible with the provided password, confirm the problem with these steps:
- Use the
keytoolcommand to confirm the password being used is the correct one.
Engineering assistance can be requested to troubleshoot the issue further.
# Run the keytool command to verify the keystore password $ keytool -list -v -keystore [keystore_file] -storepass [password]