Results 1 to 10 of 16
Hello!
I need to upgrade the kernel and operating system for 15 identically configured servers.(debian 6)
How to do this task?...
- 08-19-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 8
upgrade
Hello!
I need to upgrade the kernel and operating system for 15 identically configured servers.(debian 6)
How to do this task?
- 08-19-2011 #2Guest
- Join Date
- Feb 2005
- Posts
- 314
debian 6 is the latest stable release - so if you run...
...from the terminal on each machine it will keep them up to date with security patches.Code:aptitude update && aptitude safe-upgrade
If you want to automate updates, then look into something like cron-apt
- 08-19-2011 #3Just Joined!
- Join Date
- Aug 2011
- Posts
- 8
Must at the same time. Need a general solution.
- 08-19-2011 #4Guest
- Join Date
- Feb 2005
- Posts
- 314
A local mirror or something like apt-cacher may be what you want, as all machines will be pulling the same updates at once using the remote repos would be a bad idea. Using e.g. apt-cacher means you have an up to date local cache of the stable repos which you can point all other servers to, to pull their updates from via (sources.list).
As I said previously you can use cron-apt to automate the updates - this should work well with apt-cacher.
Then google is your friend.
- 08-19-2011 #5Just Joined!
- Join Date
- Aug 2011
- Posts
- 8
- 08-19-2011 #6Just Joined!
- Join Date
- Aug 2011
- Posts
- 8
For example, a laptop has been updated and the rest of his likeness, too. That is, one computer as a sample (standard)
- 08-19-2011 #7Guest
- Join Date
- Feb 2005
- Posts
- 314
If you want to be spoonfed information, while only providing vague information yourself, then I suggest you get paid support with a company like Red Hat and switch to RHEL. I gave you a decent answer here, if you do some research and look into the programs I've referenced you should be able to set up those 15 servers to pull their updates from a single local mirror simultaneously. The rest is up to you.
- 08-19-2011 #8Just Joined!
- Join Date
- Aug 2011
- Posts
- 8
- 08-19-2011 #9
You dont provide anything other than
- "I want to update 15 machines"
- "I dont want to use apt"
cynwulf is right, using apt and a cron can be a solution.
If you want it less automated, but rather triggered by yourself: then maybe have a look at clusterssh.
15 is a still a low enough number for such a ssh multiplexer.
Other than that:
- apt *is* the way in debian to deal with packages. Full Stop.
- You *can* build upon that, with for example puppet or cfengine, but apt will be the basis.
So it pays to look into apt first.You must always face the curtain with a bow.
- 08-19-2011 #10Just Joined!
- Join Date
- Aug 2011
- Posts
- 8
Thnx! Сlusterssh is what i need! Also very interesting were cfengine.


Reply With Quote

