Hi all,
I have a file containing a list of servers.
I want to start a service on each of these servers at 15 minute intervals - e.g. start service on server1, sleep for 15 minutes, start service on server2 sleep for 15 mins etc, until the whole list of servers has had the service started on them.
I'd be grateful if anyone could suggest the best way to do this in a while loop.
by the way, I'm doing this in bash
Thanks in Advance
blx
I have a file containing a list of servers.
I want to start a service on each of these servers at 15 minute intervals - e.g. start service on server1, sleep for 15 minutes, start service on server2 sleep for 15 mins etc, until the whole list of servers has had the service started on them.
I'd be grateful if anyone could suggest the best way to do this in a while loop.
by the way, I'm doing this in bash
Thanks in Advance
blx