On 12/01/05 02:05 -0800, King wrote:
hi,
THe senario is that we update data on our servers through rsync (through ssh ) and a shell scripts is used to do that but the problem is if one server is down (connection fails) the script dies so rest servers (after the down server ) dont get updated. So what i was trying was to check the proper ssh connections to the server and supply the working server list to this script.
Yikes. You should never have the master push the updates out. Instead have the clients pull in updates on a regular schedule.
Devdas Bhagat