LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to see all my hardware manufacture using linux command ? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-see-all-my-hardware-manufacture-using-linux-command-835878/)

ramesh_india2020 10-02-2010 11:50 PM

How to see all my hardware manufacture using linux command ?
 
Hi Friends,

I am having centOS linux server. I want to know all my hardware manufacture

I used to dmesg command. But i don't see my hardware manufacture for servers.

Pls can any one assist me on this regard.

Thanks,
Ramesh.

jiml8 10-02-2010 11:53 PM

lspci -vvv

You might start with man lspci

catkin 10-02-2010 11:54 PM

Try the dmidecode, lspci and lsusb commands.

ramesh_india2020 10-03-2010 12:04 AM

:-) Thanks for your responses. I am not able to see my harddisk manufacture using that command. How can i get harddisk manufacture information ?

catkin 10-03-2010 01:19 AM

Quote:

Originally Posted by ramesh_india2020 (Post 4116096)
:-) Thanks for your responses. I am not able to see my harddisk manufacture using that command. How can i get harddisk manufacture information ?

smart (for example smartctl -i /dev/sda) and udevadm info (for example udevadm info -a -p /sys/block/sda).

toothandnail 10-03-2010 02:18 AM

There is a graphical app that will give you pretty much all the information you could want about both hardware and software on your system. Not sure if there is a package for CentOS, but have a look for hardinfo. The most recent version is 0.5.1

Paul.

ramesh_india2020 10-03-2010 02:35 AM

Quote:

Originally Posted by toothandnail (Post 4116141)
There is a graphical app that will give you pretty much all the information you could want about both hardware and software on your system. Not sure if there is a package for CentOS, but have a look for hardinfo. The most recent version is 0.5.1

Paul.


Dear Paul,

Thank you for valuable information . Are there any command line tools to display the all hardware information in Linux server ?

Thanks & regards
Ramesh

toothandnail 10-03-2010 02:47 AM

Quote:

Originally Posted by ramesh_india2020 (Post 4116146)
Dear Paul,

Thank you for valuable information . Are there any command line tools to display the all hardware information in Linux server ?

Thanks & regards
Ramesh

There is lshw (http://ezix.org/project/wiki/HardwareLiSter). I've not got a copy on any of my machines at the moment, so I'm not sure how specific it is with regard to hardware manufacturer. It haa a graphical (gtk) interface, but also supports non-graphical output.

Not sure if there is a CentOS package, but I would think there would be a good chance of finding one.

Paul.


All times are GMT -5. The time now is 01:14 AM.