Disable IBM Systems Director Agent
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 … Read more