[luis.cerezo@houts38 ~]$ rpm -qlf /etc/redhat-release
/etc/issue
/etc/issue.net
/etc/pki/rpm-gpg
/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-auxiliary
/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta
/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-former
/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-rhx
/etc/redhat-release
/etc/yum.repos.d/rhel-debuginfo.repo
/usr/share/doc/redhat-release-5Server
/usr/share/doc/redhat-release-5Server/EULA
*****SNIP****
-----Original Message-----
From: Ryan Golhar <golharam@xxxxxxxxx>
Reply-To: golharam@xxxxxxxxx, linux clustering <linux-cluster@xxxxxxxxxx>
To: linux clustering <linux-cluster@xxxxxxxxxx>
Subject: Re: How to extract an rpm for use on another server?
Date: Mon, 20 Apr 2009 15:15:06 -0400
If you don't have the rpm, you'll have to do a 'rpm -qf ...' on every file on your system to determine which one belong to VMware. Try this perl script: #!/usr/bin/perl foreach $file (`find / -type f`) { $_ = `rpm -qf $file`; if ($_ =~ m/VMware/) { print "$file ... $_\n"; } } sunhux G wrote: > Hi, > > > I've just installed an rpm ( VMWare-esx-vmx-3.5.0-158869.i386.rpm ) > and this caused the entire ESX/VMWare to panic/crash whenever a > VM in this VMWare is started. > > I've just done "rpm -e --nodeps -allmatches VMware-esx-vms-3.5.-158869) > and would like to put back the old rpm 64607 : > > VMWare-esx-3.5.0-64607 > > > However, I could not find 64607 from anywhere (requires a code), so I'll > need to extract this 64607 rpm from my other ESX servers : is this possible > & what's the command. > > If it's not possible to build the 64607 rpm from an existing ESX which has > not been patched yet, appreciate if someone can point me to where I could > download it > > > Tks > U > > > > ------------------------------------------------------------------------ > > -- > Linux-cluster mailing list > Linux-cluster@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/linux-cluster -- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster
Luis E. Cerezo PGS Global Shared Services - IT 281.509.8397 *********** |
-- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster