The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-16-2006
csaha's Avatar
csaha csaha is offline
Registered User
  
 

Join Date: Feb 2005
Posts: 81
Running a script in a server from another server

Hi Guys

Say I have two servers (A & B) and two scripts (script1 & script2).

script1 will be running on server A and script2 will nbe running on server B.

Now my need is to kickoff script2 (in server B) just after finishing running script1 (in server A)

Any idea, how to achieve this?

Thanks a lot to all in advance
C Saha