stanhubble
MIS
Maybe i have been staring at this too long but it doesn't make sense. I have servers across the continent that i wish an "at" job to run on at the same time. sounds simple just use the UTC option in the "at" statement, but it doesn't look right to me.
The offset seems to be backwards. I want the job to run at 06:00 am EST on all servers. Anyone have any ideas as to: what i am doing wrong or an alternate way to schedule to job?
The job needs to be initiated via a consistent shell script.
thx
Code:
srv001:~ # date
Tue Feb 21 10:19:27 PST 2012
srv001:~ # at 11:00am UTC < /usr/bin/startsrv
warning: commands will be executed using /bin/sh
job 590 at 2012-02-21 18:00
srv001:~ # date
Tue Feb 21 13:21:32 EST 2012
srv001:~ # at 11:00am UTC < /usr/bin/startsrv
warning: commands will be executed using /bin/sh
job 492681 at 2012-02-21 15:00
srv001:~ #
srv001:~ # date
Tue Feb 21 14:51:45 NST 2012
srv001:~ # at 11:00am UTC < /usr/bin/startsrv
warning: commands will be executed using /bin/sh
job 3257 at 2012-02-22 13:30
srv001:~ #
The offset seems to be backwards. I want the job to run at 06:00 am EST on all servers. Anyone have any ideas as to: what i am doing wrong or an alternate way to schedule to job?
The job needs to be initiated via a consistent shell script.
thx