lockb.ekey is referred by Device server despite choosing Advanced Security
Error "Lockbox Access Error: The primary internal decryption routine failed" is seen on console when lockbox is unlocked or when job is scheduled.
All NCM versions below 24.x versions
NOTE: Take backup of $VOYENCE_HOME/data/lockb.clb to non-NCM path ex: /tmp before proceeding with below steps.
Steps to remove any corrupted/inconsistencies which might have been created during installation/migration:
source /etc/voyence.conf$VOYENCE_HOME/lockbox/xml/ directory as: cp $VOYENCE_HOME/data/lockb.clb $VOYENCE_HOME/lockbox/xml/csp.clb$VOYENCE_HOME/bin, and run ./cstadmin list-hosts, provide the lockbox password here when prompted.$VOYENCE_HOME/lockbox/xml/csp.clb)./cstadmin remove-host <hostname>, provide the lockbox password here when prompted../cstadmin remove-host <IP_ADDRESS>
OR
./cstadmin remove-host <HOSTNAME>cstadmin: Host #.#.#.# removed from authorized host list for the Lockbox $VOYENCE_HOME/lockbox/xml./cstadmin list-hosts to double check and see if all hosts have been removed properly.Step to add the hostname and IP again to the lockbox:
./cstadmin add-host <hostname>, provide the lockbox password here when prompted../cstadmin add-host <IP_ADDRESS>
OR
./cstadmin add-host <HOSTNAME>cstadmin: Host #.#.#.# added to authorized host list for the Lockbox $VOYENCE_HOME/lockbox/xml../cstadmin list-hosts to double check and see if the entry is present.Step to copy lockbox to DS:
$VOYENCE_HOME/lockbox/xml/csp.clb) to the Device Server whose detail (IP/hostname/FQDN) is just added and copy it under $VOYENCE_HOME/data/lockb.clb, make sure the copy is correctly done as cp $VOYENCE_HOME/lockbox/xml/csp.clb $VOYENCE_HOME/data/lockb.clbroot:cst$VOYENCE_HOME/bin./cstdriver -lockbox $VOYENCE_HOME/data/lockb.clb -passphrase <passphrase>service vcmaster restart, and schedule a job in problematic Device server.