Re: Patch Maintainence
From: David Magda (dmagda+trace031024_at_ee.ryerson.ca)
Date: 10/30/03
- Next message: Dr. David Kirkby: "Re: Help - I can't create device files."
- Previous message: cljlk: "VNC"
- In reply to: Rodrick Brown: "Patch Maintainence"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Oct 2003 16:30:07 -0500
"Rodrick Brown" <rbrown-no-spam@doitt.nyc.gov> writes:
> Ok we have finally hit 150 servers here at work and its becoming a
> major pain to rollout patches how are most people handling this ?
How about having an NFS server with the patches and your servers
mount in to (say) /usr/local/patches/. Then setup a script in the
crontab to check for the file "start_patching" in that directory. If
it exists you run the "install_cluster" script, if not the script
exits.
You may want to stagger the times so you don't hammer the NFS server
too hard. Either by having the time different in the crontab, or
having a randomized sleep statement in the script. (Or both.)
Of course, having things happen automatically happen on 150 servers
allows you to mess things up very quickly on 150 servers.
-- David Magda <dmagda at ee.ryerson.ca>, http://www.magda.ca/ Because the innovator has for enemies all those who have done well under the old conditions, and lukewarm defenders in those who may do well under the new. -- Niccolo Machiavelli, _The Prince_, Chapter VI
- Next message: Dr. David Kirkby: "Re: Help - I can't create device files."
- Previous message: cljlk: "VNC"
- In reply to: Rodrick Brown: "Patch Maintainence"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|