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/) - 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:
Note: the WaitForServer.pl script that this script references can be found in your /install/serverutils/ directory.
Hope this helps!
--Chris
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/) - 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
Hope this helps!
--Chris
Comment