Cybersecurity
DevOps Cloud
IT Operations Cloud
At some systems, migrating NNMi from 10.20 to 2019.05 can leave the jboss service and nnmaction Unstartable with Exit (127).
During the upgrade the following can be observed during post-install config and in nnm-install-config.log.
This is observed, because of the migration from HPSW JDK to OpenJDK zulu.
During the upgrade, the JDK used by NNMi is switched from hpws jdk to zulu or external JDK provided.
This process, can sometimes leave a dependecy for critical jboss library orphaned on OS level:
In order to fix this, you will need to manually define the libjvm.so dependecy.
If bundled, zulu JDK is used, the command is:
ln -s /opt/OV/nonOV/jdk/zulu/zulu8.30.0.1-jdk8.0.172-linux_x64/jre/lib/amd64/server/libjvm.so /lib64/libjvm.so
That should define the dependency as expected and will allow NNMi to startup properly.
Once that is done, re-run the ./setup.bin file and DO NOT use install parameters from older installation and DO NOT force re-install of components.
When asked, use the Continue installation option, and make sure that post-install is completed succesfully.