Meaning of pending machine in autosys

dvai picture dvai · Aug 8, 2013 · Viewed 18.7k times · Source

Many time I have seen some of our autosys jobs go into status: Pending Machine. What is the meaning of this status? And its generally the com job and not the box job that goes into this status (box is in running status). Any idea how can this issue be resolved?

Update - Got the reason for Pending Machine status. It was due to file system, the disk quota usage was 100% and the autosys agent stopped working because of it. When we made some space and restarted the agent, it worked fine.

Answer

Doogle picture Doogle · Aug 4, 2017

There will be a situation when the machine is blocked in wcc of Autosys. Check the status of the machine:

Run the command autorep -m ALL | grep $(mc_nm)

This will return the status of the machine. If it is blocked, then from wcc frontend, mark the machine as offline and then mark it as online. It will restart the agent on the machine and the issue will get resolved.