Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deploying Linux Workstations

Status
Not open for further replies.

nix45

MIS
Nov 21, 2002
478
US
We're in the process of deploying about 200 SuSE (or maybe Red Hat) workstations out to our remote offices scattered across the US. I need a way that I can easily make changes to the workstations all at once. I've been thinking of a hack that I would write (in Perl) that would go something like this...

1) each workstation would execute a cron job daily that would download a script from our central server each day
2) that script would be executed by another cron job a few minutes later. This script will contain any changes that I need to make. If there aren't any updates for the day, then the script will be blank that day.

Will this work? There has to be something better than this out there. What do you guys do in this situation? For example, we've deployed about 25 workstations out so far, but now I need to change this Perl script on each one of the machines. What is the easiest way to push this script out besides SCP'ing it to each one individually.

Thanks,
Chris
 
fyi, I asked this question on a mailing list and these were some of the possible solutions...

- keep a "model" of one of the workstations in a central location, and then run rsync on each workstation to sync up any changes with the model.

- cfengine,
- SuSE's ALICE

If anybody has any other suggestions, please let me know.

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top