Hello
I try to implement autostart of sapccm4x agent from /etc/inittab on AIX 5.3. as described in Monitoring Setup Guide for SAP NetWeaver 7.0 SP Stack 18
I add to /etc/inittab file the next startup command for sapccm4x :
sapnppagent:23456789:respawn:/usr/sap/NPP/SYS/exe/run/sapccm4x -DCCMS pf=/usr/sap/NPP/SYS/profile/NPP_DVEBMGS20_sappx1 >/dev/console 2>&1
But this not start sapccm4x after reboot and in console log (with command alog -t console -o ) i see next errors :
2009 430170 0 Tue May 5 10:32:13 MSKD 2009
0 Tue May 5 10:32:13 MSKD 2009 Could not open the ICU common library.
The following files must be in the path described by
the environment variable "LIBPATH":
libicuuc30.a, libicudata30.a, libicui18n30.a 0 Tue May 5 10:32:13 MSKD 2009 [ 0 Tue May 5 10:32:13 MSKD 2009 nlsui0_mt.c 0 Tue May 5 10:32:13 MSKD 2009 0 Tue May 5 10:32:13 MSKD 2009 1557 0 Tue May 5 10:32:13 MSKD 2009 ] pid = 0 Tue May 5 10:32:13 MSKD 2009 430172 0 Tue May 5 10:32:13 MSKD 2009
I set LIBPATH=/usr/sap/NPP/SYS/exe/run in root .profile for correctly startup sapccm4x.
Manually start under root is working correctly, but after reboot it still not working wit the same errors about LIBPATH
How i can correctly start sapccm4x after reboot the system ?
Than'x
WBR, Dmitry