Detailed Description and SymptomsIf you have troubles to normally shutdown (stopso rmi; stopso <agentname>; stopso all; ...) the AM processes on your AIX environment you can use the ps -ef | grep $AW_HOME command to search for hung processes on the Automation engine or on the Agent machines.
You can then kill the hung process by issuing the kill -9 <pid> for the according process id.
SolutionYou can use the ps -ef | grep $AW_HOME command to search for hung processes on the Automation engine or on the Agent machines.
You can then kill the hung process by issuing the kill -9 <pid> for the according process id.