Operating System - Linux
1825689 Members
3580 Online
109686 Solutions
New Discussion

Hardware/model name, like /usr/bin/model on HP-UX (points!)

 
SOLVED
Go to solution
Christian Deutsch_1
Esteemed Contributor

Hardware/model name, like /usr/bin/model on HP-UX (points!)

Hi folks,

Just wondering if there is a possibility on Linux (specifically RedHat) that would give me something in some way comparable to the output of /usr/bin/model on HP-UX?

The first 4 truly helpful answers will be generously rewarded with points!

Thanks, Christian
Yeshua loves you!
3 REPLIES 3
Matti_Kurkela
Honored Contributor
Solution

Re: Hardware/model name, like /usr/bin/model on HP-UX (points!)

Run "dmidecode | less". The amount and usefulness of the information depends on the server manufacturer, but HP products generally display good information.

Note: the dmidecode command is included in the distribution, but may be an optional package. If it's missing from your server, install it.

MK
MK
Sajjad Sahir
Honored Contributor

Re: Hardware/model name, like /usr/bin/model on HP-UX (points!)


Dear Christian

in hp-ux u can use print_manifest command it will give complete details
in linux u can exceuted the cfg2htmal script u can download from the site
executehttp://come.to/cfg2html

thanks and regards

Sajjad Sahir

Christian Deutsch_1
Esteemed Contributor

Re: Hardware/model name, like /usr/bin/model on HP-UX (points!)

Thanks Matti, very useful!

Thanks Sajjad, also useful but this method would mean I have to install a package on the system in question. For me, Matti's solution is good enough.

Kind regards, Christian
Yeshua loves you!