Application server upgrade fails with a lockbox authorization error when the specified passphrase is incorrect or the encryption key is missing.
ERROR MESSAGE: "Error: Lockbox Access Error: Lockbox authorization failed. This may occur if the specified passphrase is incorrect."
NCM - All supported version
The upgrade fails because the application cannot authorize access to the lockbox, often due to an incorrect passphrase or a missing encryption key file (.ekey).
STEPS:
SOURCE ENVIRONMENT VARIABLES:
Command: source /etc/voyence.conf
Navigate to the tools directory:
Path: $VOYENCE_HOME/tools/passphrase
Run the Perl utility to change the password:
Command: perl changePassphrase.pl
Enter the current lockbox passphrase when prompted for "Old Password".
Enter and re-enter a new passphrase meeting the complexity requirements.
EXPECTED: System returns "*** SUCCESS: Passphrase changed!"
NOTE: You can perform these steps again to change the passphrase back to the original if desired once the lockbox access is restored.
VERIFY SUCCESS:
Confirm /opt/smarts-ncm/lockb.ekey is generated.
Relaunch the upgrade setup binary to confirm it proceeds past the server configuration stage.