This post is more than 5 years old
2 Posts
0
3556
March 1st, 2012 00:00
Networker - NMC fails to start on AIX system
First of all thank you for helping us in troubleshooting this issue.
I have installed on an AIX (oslvel 6.1 TL 6) server the Networker version 7.6.3.2 (build 860).
I installed and configured NMC and everything went OK; then I try to run NMC, it seems it starts but after
some seconds it fails.
In the "gstd.raw log" file there are the following errors:
Warning: The entropy gathering device detected .............
acm: External directory library initialization failed
gstd SYSTEM error: Failed to open lockbox at '/opt/lgtonmc/cst/csp.clb'. Error code: -48, message: The cryptography library was not initialized.
I have attached the gstd.raw
I tried with version 7.6.2 but I had the same result
Thanks in advance.
Mauro


kGd084z7it12121
2 Posts
0
March 24th, 2012 05:00
I have open a call to "Emc support".
The "Emc support" suggested me to modify the /etc/rc.gst startup file.
I have looked for the line:
aix*)
LIBPATH="${productdir}/sybasa/lib64:${productdir}/${bindir}:${productdir}/apache/lib:$LIBPATH"
export LIBPATH
LD_LIBRARY_PATH="${productdir}/sybasa/lib64:${productdir}/${bindir}:${productdir}/apache/lib:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
I have added the following two lines after the above lines:
R_SHLIB_LD_LIBRARY_PATH="${productdir}/sybasa/lib64:${productdir}/${bindir}:${productdir}/apache/lib:$R_SHLIB_LD_LIBRARY_PATH"
export R_SHLIB_LD_LIBRARY_PATH.
Restarted the rc.gst and now "nmc" work fine.
Regards
Mauro