From: Jerry Geis geisj@pagestation.com
So what mechanizim exists to run command down to the second? I'd rather not wait an entire 59 seconds to run the command.
You could use a "cluster ssh" to run your commands at the same time on all hosts. You could run a script on each server that just run an infinite loop and, at a give time, runs a command.
JD