Post installation of NCM on a new system, the $VOYENCE_HOME/ncmcore/logs/catalina.out log file in Application Server displays the following error:
The lockbox stable value threshold was not met because the system fingerprint has changed. To reset the system fingerprint, open the lockbox using the passphrase. : File : /opt/voyence/lockbox/xml/csp.clb.
As such, need to reset the system fingerprint.
NCM 10.1.X
To resolve this situation, execute the following steps on AS:
cd $VOYENCE_HOME/bin
source /etc/voyence.conf
$VOYENCE_HOME/bin/cstdriver -lockbox $VOYENCE_HOME/data/lockb.clb -passphrase <passphrase>
service vcmaster restart for NCM 10.1.6 and below
systemctl restart vcmaster for NCM 10.1.8 and above.
cd $VOYENCE_HOME/bin
source /etc/voyence.conf
./cstdriver -lockbox $VOYENCE_HOME/data/lockb.clb -passphrase <passphrase> -addHost <FQDN of Report Advisor server>
./cstdriver -lockbox $VOYENCE_HOME/data/lockb.clb -passphrase <passphrase> -addHost <IP address of Report Advisor server>
./cstdriver -lockbox $VOYENCE_HOME/data/lockb.clb -passphrase <passphrase> -addHost <FQDN of Device server>
./cstdriver -lockbox $VOYENCE_HOME/data/lockb.clb -passphrase <passphrase> -addHost <IP address of Device server>
service vcmaster restart for NCM 10.1.6 and below
systemctl restart vcmaster for NCM 10.1.8 and above.