[148342] in North American Network Operators' Group
Re: Linux Centralized Administration
daemon@ATHENA.MIT.EDU (Chuck Anderson)
Thu Jan 12 16:10:49 2012
Date: Thu, 12 Jan 2012 16:09:54 -0500
From: Chuck Anderson <cra@WPI.EDU>
To: nanog@nanog.org
Mail-Followup-To: nanog@nanog.org
In-Reply-To: <00f001ccd16d$8bfc7400$a3f55c00$@paulstewart.org>
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
On Thu, Jan 12, 2012 at 04:02:49PM -0500, Paul Stewart wrote:
> Hey folks. just curious what people are using for automating updates to
> Linux boxes?
yum
> Today, we manually do YUM updates to all the CentOS servers . just an
> example but a good one. I have heard there are some open source solutions
> similar to that of Red Hat Network?
yum install yum-cron
chkconfig yum-cron on
service yum-cron start