Previous Topic: Cannot Register My Legacy AgentNext Topic: RAC Container Job Fails


Cannot Start Unicenter Software Delivery Agent on HP-UX System

Symptom:

I have successfully installed a Unicenter Software Delivery 4.0 SP1 agent in an HP-UX 11.11 operating environment running CA ITCM with Agent Bridge enabled, but the sdpgm start command fails.

Solution:

The problem is that libcawinext.sl is missing from the shared components library path. To resolve this, add a link to libcawinext.sl so that it is included in SHLIB_PATH (and LD_LIBRARY_PATH):

cd /opt/CA/SharedComponents/lib
ln -s /opt/CA/SharedComponents/cawin/lib/libcawinext.sl.0 libcawinext.sl
SHLIB_PATH=/opt/CA/UnicenterSoftwareDelivery/usd/lib:
/opt/CA/SharedComponents/lib:
/opt/CA/SharedComponents/lib

Now you can start up the Unicenter Software Delivery agent.