Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meaning of pending machine in autosys

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.

like image 984
dvai Avatar asked Aug 08 '13 06:08

dvai


1 Answers

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.

like image 181
Doogle Avatar answered Sep 20 '22 16:09

Doogle