On Wed, Apr 07, 2010 at 03:57:14AM +0000, Joseph L. Casale wrote:
Anyone know how to submit jobs to at or anything else that allows jobs submitted to a queue to be executed consecutively?
I have a series of servers that submits a job via an ssh background job but I can only have one execute at any given time.
Are you looking for a real job scheduler? If so, it might be overkill, but you might want to look into software like Sun Grid Engine, Torque, or Condor (there are quite a few other schedulers out there). If those aren't what you're hoping for, perhaps you could give more details about what you're trying to accomplish.
--keith