geekery, with a chance of cats, cycling and hifi
rsync -uavz -e ssh remote:/var/cache/yum/ /var/cache/yum
1. rpm -Uvh http://ftp.heanet.ie/pub/cAos/centos/4/os/i386/CentOS/RPMS/yum-2.2.0-1.centos4.2.noarch.rpm2. rpm -Uvh http://ftp.heanet.ie/pub/cAos/centos/4/os/i386/CentOS/RPMS/centos-release-4-0.1.i386.rpm3. yum updateShould probably work similarly for other RH based distro's too...
It was just to cut down on the network bandwidth of updating two RHL 7.3 boxes.Box a: yum updateSync /var/cache/yum between a and b.Box b: yum updateTrivial but something worth remembering.
Unless you were expecting me to update all our boxes to CentOS!!!
Post a Comment
3 comments:
1. rpm -Uvh http://ftp.heanet.ie/pub/cAos/centos/4/os/i386/CentOS/RPMS/yum-2.2.0-1.centos4.2.noarch.rpm
2. rpm -Uvh http://ftp.heanet.ie/pub/cAos/centos/4/os/i386/CentOS/RPMS/centos-release-4-0.1.i386.rpm
3. yum update
Should probably work similarly for other RH based distro's too...
It was just to cut down on the network bandwidth of updating two RHL 7.3 boxes.
Box a: yum update
Sync /var/cache/yum between a and b.
Box b: yum update
Trivial but something worth remembering.
Unless you were expecting me to update all our boxes to CentOS!!!
Post a Comment