1. Stop and permanently disable the common agent:
/opt/ibm/director/agent/runtime/agent/bin/endpoint.sh stop /opt/ibm/director/agent/runtime/nonstop/bin/installnonstop.sh -uninstallservice
2. Stop the platform agent:
stopsrc -s platform_agent
Comment out the following line in /etc/inittab file:
platform_agent:2:once:/usr/bin/startsrc -s platform_agent >/dev/null 2>&1
3. Stop and permanently disable the cimserver if there are no other applications depending on the cimserver:
Stop cimserver
stopsrc -s cimsys
Comment out the following line in /etc/inittab file:
cimservices:2:once:/usr/bin/startsrc -s cimsys >/dev/null 2>&1
Category: AIX