All,
In response to my previous post on setting up RSH for remote OTM restarts (
http://www.otmfaq.com/forums/f30/scr...m-via-rsh-248/ ([SCRIPT] Remote Restarts of OTM via RSH)) - I've created a script to facilitate restarting OTM on various remote servers via SSH.
NOTE: I highly recommend using SSH instead of RSH, as it is much more secure.
Details:
Code:
# purpose: Restart OTM on remote servers via ssh
# file: mw-OtmSshRestart.sh
# version: 0.1
# syntax: mw-OtmSshRestart.sh [stop|start|restart]
# author: Chris Plough, June 2007
Note: the WaitForServer.pl script that this script references can be found in your /install/serverutils/ directory.
Hope this helps!
--Chris