Hi CentOS users
I have here old CentOS 2.1 server on IBM Xseries 336. How to see serial number and machine type?
It seems that "dmidecode" is not available for CentOS 2.1
cheers Simon
Simon Jolle wrote:
Hi CentOS users
I have here old CentOS 2.1 server on IBM Xseries 336. How to see serial number and machine type?
It seems that "dmidecode" is not available for CentOS 2.1
You might be able to run dmidecode from CentOS 3
I can run dmidecode taken from the CentOS3 kernel-utils RPM on an old Redhat 7.2 box, so it might work on a CentOS 2.1 box.
You can download the RPM from:
http://isoredirect.centos.org/centos/3/os/i386/RedHat/RPMS/kernel-utils-2.4-8.37.15.i386.rpm
James Pearson
On Fri, Apr 25, 2008 at 2:26 PM, James Pearson james-p@moving-picture.com wrote:
You might be able to run dmidecode from CentOS 3
I can run dmidecode taken from the CentOS3 kernel-utils RPM on an old Redhat 7.2 box, so it might work on a CentOS 2.1 box.
You can download the RPM from: http://isoredirect.centos.org/centos/3/os/i386/RedHat/RPMS/kernel-utils-2.4-8.37.15.i386.rpm
Hi James
Thank you, I am happy that I don't need to go in data center :-)
cheers Simon
http://dag.wieers.com/rpm/packages/lshw/lshw-2.08.01-1.el2.rf.i386.rpm
Should work
On Fri, 2008-04-25 at 13:30 +0200, Simon Jolle wrote:
Hi CentOS users
I have here old CentOS 2.1 server on IBM Xseries 336. How to see serial number and machine type?
It seems that "dmidecode" is not available for CentOS 2.1
cheers Simon
rpm -qf /usr/sbin/dmidecode kernel-utils-2.4-6.1.EL
CentOS 2 is not dead yet.
dmidecode does exist and should work fine.
John.
Simon Jolle wrote:
Hi CentOS users
I have here old CentOS 2.1 server on IBM Xseries 336. How to see serial number and machine type?
It seems that "dmidecode" is not available for CentOS 2.1
cheers Simon
On 04/28/2008 02:23 AM, John Newbigin wrote:
rpm -qf /usr/sbin/dmidecode kernel-utils-2.4-6.1.EL
Thank you
CentOS 2 is not dead yet. dmidecode does exist and should work fine.
John.
cheers Simon