Translate

Monday 11 August 2014

Stopping the Director agent

If you are not using the Director you may as well stop the agent and save some memory and resources on your system:

Stopping the director agent

# /opt/ibm/director/agent/runtime/agent/bin/endpoint.sh stop

Stop the subsystems
# stopsrc -s platform_agent
# stopsrc -s cimsys
Remove the start-up entries from "/inittab":

cimservices:2:once:/usr/bin/startsrc -s cimsys >/dev/null 2>&1
platform_agent:2:once:/usr/bin/startsrc -s platform_agent >/dev/null 2>&1


# rmitab cimservices
# rmitab platform_agent

The agent should no longer startup during boot.

No comments:

Post a Comment