The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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 07-01-2009
coolkid coolkid is offline
Registered User
  
 

Join Date: Jan 2008
Posts: 69
File execution problem

hi all
currently we are building lot of new servers(50+).What im looking for is a small piece of code that should help me in running a script that will configure company specific software in all the new boxes.For that currently we have to login to each and every new box manuallly and run that script.

Is there any way we can automate that.we are provided with ftp userid and password.(for ex:userid:cman password:cman)

Need ideas to develop such piece of code.
Is it possible to execute that piece from one box instead of logging into everybox?

Any help is greatly appreciated...