|
Why are my scheduled jobs failing?
Question:
My scheduled jobs have stopped running. How do I resolve this?
Answer:
It seems like the 'flogicd' daemon which is the system's Scheduler is not running. This will happen when 'flogicd' was not added to the automatic startup and the system has undergone a reboot.
To check if flogicd is running simply issue:
> ps -ef | grep flogicd
If there is no flogicd process running, start it by:
> flogicd
Retry monitoring your jobs.
NOTE: It is generally recommended to add flogicd to the startup process.
Related Topics:
UNIX
FASTLogic
FASTCopy
Back to FAQ Index
|