Results 1 to 4 of 4
Hello,
Is it possible to update multiple VPS servers via YUM from inside the hardware node?
Thanks...
- 06-10-2010 #1Just Joined!
- Join Date
- Jun 2010
- Location
- Scotland, UK.
- Posts
- 5
Updating Multiple VPS Servers via YUM
Hello,
Is it possible to update multiple VPS servers via YUM from inside the hardware node?
Thanks
- 06-11-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
This is not normally done since you may want different servers at different patch levels for compatibility purposes. This can probably be scripted, assuming you have one VPS that can be updated and then cloned to the other servers. Again, this is assuming that they are identical in configuration. You can certainly set up a local repository so that individual yum updates from the VPS's will not saturate your internet connection, but that's a different (but related) issue.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-11-2010 #3Just Joined!
- Join Date
- Jun 2010
- Location
- Scotland, UK.
- Posts
- 5
Hello,
They use the same OS template. However, I want to update all VPS servers every 24 hours automatically. Without having to intervene.
Can you give any guidelines on this?
Thanks.
- 06-11-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
Use cron on each to update via yum, then reboot. A simple script can do this I think.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote