1827922 Members
2891 Online
109971 Solutions
New Discussion

hardware information

 
Ping problem
Contributor

hardware information

Hi all

how to see the hardware configuration linux and solaris9,HP-UX machine please send me command example i want know processor model,speed,ram,harddisk ,chipset,
6 REPLIES 6
Ivan Ferreira
Honored Contributor

Re: hardware information

You can download and use cfg2html. Works on most unix platforms.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven E. Protter
Exalted Contributor

Re: hardware information

Shalom,

I like dmesg and hwbrowser but the latter requires gui access and the former requires extensive filtering.

Not platform independent either.

Nothing beats ioscan on HP-UX.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
David Claypool
Honored Contributor

Re: hardware information

Ping, what hardware are we talking about?
Ping problem
Contributor

Re: hardware information

thanks lot
BalasubramanianN
Occasional Advisor

Re: hardware information

There are lot of ways to get hardware information in linux as if Redhat and fedora and suse linux

cat /proc/cpuinfo
cat /proc/meminfo

The best equivalent command to ioscan is dmidecode
AwadheshPandey
Honored Contributor

Re: hardware information

Linux
cd /proc
ls -l
cat filename
Sol
dmesg
prtconf
psrinfo (in /usr/sbin)
arch
version (part of Sun Workshop)
fpversion (part of Sun Workshop)
sysinfo
showrev
HP-UX
ioscan
model
print_manifest
cstm etc

man command for help
It's kind of fun to do the impossible