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