[SAC] osgeo1 - yum update?

Guys,

I got email from Peer1 about applying a security update and rebooting our
servers. I did so on osgeo2 with no problem.

However, on osgeo1, there does not seem to be a yum command for the
recommended "yum update"! It is /usr/bin/yum on osgeo2 but missing on
the otherwise similar osgeo1.

Anyone have any idea why that might be?

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent

On Mon, Apr 19, 2010 at 7:58 PM, Frank Warmerdam <warmerdam@pobox.com> wrote:

Guys,

I got email from Peer1 about applying a security update and rebooting our
servers. I did so on osgeo2 with no problem.

However, on osgeo1, there does not seem to be a yum command for the
recommended "yum update"! It is /usr/bin/yum on osgeo2 but missing on
the otherwise similar osgeo1.

Anyone have any idea why that might be?

Frank,

"amuzingly" yum is not installed on that machine:

[neteler@osgeo1 ~]$ rpm -qa | grep yum
[neteler@osgeo1 ~]$

with
rpm -qf /usr/bin/yum

you can find the package name on osgeo2 (where I cannot login)
in order to download and install it on osgeo1.

Markus