User Tools

Site Tools


list_hardware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
list_hardware [2017/08/22 07:28] walkeradminlist_hardware [2018/01/09 13:36] walkeradmin
Line 5: Line 5:
  
 ---- ----
 +<color #ed1c24>*Note: You must install pciutils if lspci is not available</color> 
 +\\  
 +    yum install pciutils -y 
 +    yum install usbutils -y 
 +\\  
 +\\ 
 To list the hardware fitted to a Linux server, including PCI cards, Processors etc, use the following: To list the hardware fitted to a Linux server, including PCI cards, Processors etc, use the following:
 \\  \\ 
     lspci     lspci
 \\  \\ 
-This will list all of the known hardware, it could be quite a list:+This will list all of the known hardware, it could be quite a list, the example below is from a server, and a lot of the information is regarding the processors (Xeon). 
 +\\ 
 \\  \\ 
 <file> <file>
Line 207: Line 213:
 ff:1f.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 VCU (rev 02) ff:1f.2 System peripheral: Intel Corporation Xeon E7 v3/Xeon E5 v3/Core i7 VCU (rev 02)
 </file> </file>
 +\\  
 +You can filter out the items you don't want by using the -v switch. So for instance, if we use the following we will not see the processor information: 
 +\\  
 +    lspci |grep -v "Xeon" 
 +\\  
 +This will produce a much shorter and easier to read list. 
 +\\  
 +\\  
 +<file> 
 +00:11.0 Unassigned class [ff00]: Intel Corporation C610/X99 series chipset SPSR (rev 05) 
 +00:11.1 SMBus: Intel Corporation C610/X99 series chipset MS SMBus 0 (rev 05) 
 +00:11.4 SATA controller: Intel Corporation C610/X99 series chipset sSATA Controller [AHCI mode] (rev 05) 
 +00:14.0 USB controller: Intel Corporation C610/X99 series chipset USB xHCI Host Controller (rev 05) 
 +00:16.0 Communication controller: Intel Corporation C610/X99 series chipset MEI Controller #1 (rev 05) 
 +00:16.1 Communication controller: Intel Corporation C610/X99 series chipset MEI Controller #2 (rev 05) 
 +00:1a.0 USB controller: Intel Corporation C610/X99 series chipset USB Enhanced Host Controller #2 (rev 05) 
 +00:1c.0 PCI bridge: Intel Corporation C610/X99 series chipset PCI Express Root Port #4 (rev d5) 
 +00:1d.0 USB controller: Intel Corporation C610/X99 series chipset USB Enhanced Host Controller #1 (rev 05) 
 +00:1f.0 ISA bridge: Intel Corporation C610/X99 series chipset LPC Controller (rev 05) 
 +00:1f.2 SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05) 
 +00:1f.3 SMBus: Intel Corporation C610/X99 series chipset SMBus Controller (rev 05) 
 +02:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01) 
 +02:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01) 
 +02:00.2 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01) 
 +02:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01) 
 +04:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01) 
 +04:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01) 
 +06:00.0 Multimedia controller: Deltacast Device 0004 
 +07:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200e [Pilot] ServerEngines (SEP1) (rev 05) 
 +</file> 
 +\\  
 +\\ 
list_hardware.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1