View Single Post
  #1 (permalink)  
Old May 25th, 2007, 17:30
chrisplough's Avatar
chrisplough chrisplough is offline
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 820
Blog Entries: 7
Thanks: 53
Thanked 200 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
[SCRIPT] Remote Restarts of OTM via RSH

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
Attached Files
File Type: zip mw-OtmRshRestart.zip (1.2 KB, 9 views)
__________________
Chris Plough
MavenWire

www.MavenWire.com

Last edited by chrisplough : June 12th, 2007 at 17:28.
Reply With Quote