如何在Linux/centos下查看网卡型号,如何查看主板型号,CPU/显卡信息,硬盘型号等硬件信息

查看网卡型号

[root@www.ctohome.com]# lspci | grep Ethernet  
00:19.0 Ethernet controller: Intel Corporation 82567V-2 Gigabit Network Connection

查看内存和cpu最直接最常用的命令:

[root@www.ctohome.com]# free
             total       used       free     shared    buffers     cached
Mem:       3069504     528876    2540628          0      76648     396152
-/+ buffers/cache:      56076    3013428
Swap:      5124692          0    5124692

[root@www.ctohome.com]# cat /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Pentium(R) Dual-Core  CPU      E6500  @ 2.93GHz
stepping        : 10
cpu MHz         : 1596.000
cache size      : 2048 KB

查看硬盘信息(查看硬盘型号和硬盘序列号):

[root@www.ctohome.com]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda5             2.0G  272M  1.6G  15% /
/dev/sda8             199G  188M  189G   1% /home
/dev/sda3             9.7G  1.3G  7.9G  15% /usr
/dev/sda2             9.7G  198M  9.0G   3% /var
/dev/sda1              99M   17M   77M  18% /boot
 
方法1:
[root@www.ctohome.com]#  hdparm -i /dev/sda

/dev/sda:

Model=SAMSUNG HE253GJ                         , FwRev=1AJ30001, SerialNo=      S2B5J90ZC12060
 Config={ Fixed }
 RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
 BuffType=unknown, BuffSize=16384kB, MaxMultSect=16, MultSect=?16?
 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=268435455
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4 
 DMA modes:  mdma0 mdma1 mdma2 
 UDMA modes: udma0 udma1 udma2 
 AdvancedPM=yes: disabled (255) WriteCache=enabled
 Drive conforms to: unknown:  ATA/ATAPI-0 ATA/ATAPI-1 ATA/ATAPI-2 ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5 ATA/ATAPI-6 ATA/ATAPI-7

* signifies the current active mode

方法2:

[root@www.ctohome.com]#    dmesg | grep ATA
ata1: SATA max UDMA/133 cmd 0xf190 ctl 0xf180 bmdma 0xf150 irq 185
ata2: SATA max UDMA/133 cmd 0xf170 ctl 0xf160 bmdma 0xf158 irq 185
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-8: SAMSUNG HE253GJ, 1AJ30001, max UDMA/133
ata2: SATA link down (SStatus 0 SControl 300)
  Vendor: ATA       Model: SAMSUNG HE253GJ   Rev: 1AJ3
ata3: SATA max UDMA/133 cmd 0xf130 ctl 0xf120 bmdma 0xf0f0 irq 185
ata4: SATA max UDMA/133 cmd 0xf110 ctl 0xf100 bmdma 0xf0f8 irq 185
ata3: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata5: PATA max UDMA/100 cmd 0xe040 ctl 0xe030 bmdma 0xe000 irq 177

[root@www.ctohome.com]# dmidecode|more
# dmidecode 2.10
SMBIOS 2.4 present.
57 structures occupying 2318 bytes.
Table at 0x000E84B0.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
        Vendor: Intel Corp.
        Version: GTG4310H.86A.0019.2009.0625.1334
        Release Date: 06/25/2009

.....

System Information  服务器品牌
        Manufacturer:                                  
        Product Name:              (没有信息表示非品牌或未识别)                    
        Version:                                  
        Serial Number:                                  
        UUID: 889BD67E-8D96-11DE-AC40-0013D4D9C9E8
        Wake-up Type: Power Switch
        SKU Number: Not Specified
        Family: Not Specified

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information  主板型号/主板信息
        Manufacturer: Intel Corporation
        Product Name: DG43GT
        Version: AAE62768-300
        Serial Number: BTGT9340022N

Processor Information  CPU信息/CPU型号/CPU主频
        Socket Designation: PROCESSOR
        Type: Central Processor
        Family: Pentium D
        Manufacturer: Intel(R) Corp.
        ID: 7A 06 01 00 FF FB EB BF
        Signature: Type 0, Family 6, Model 23, Stepping 10
        Version: Pentium(R) Dual-Core  CPU      E6500  @ 2.93GHz   
        Voltage: 1.2 V
        External Clock: 266 MHz
        Max Speed: 4000 MHz
        Current Speed: 2931 MHz
        Status: Populated, Enabled
        Upgrade: Socket LGA775

Cache Information  硬件和CPU缓存情况
        Socket Designation: L1-Cache
        Configuration: Enabled, Not Socketed, Level 1
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 32 kB
        Maximum Size: 32 kB

BIOS Language Information  BIOS语言
        Installable Languages: 1
                en|US|iso8859-1
        Currently Installed Language: en|US|iso8859-1

Physical Memory Array  主板最大支持内存
        Location: System Board Or Motherboard
        Use: System Memory
        Error Correction Type: None
        Maximum Capacity: 16 GB
        Error Information Handle: Not Provided
        Number Of Devices: 4

Handle 0x002C, DMI type 19, 15 bytes
Memory Array Mapped Address  目前的内存
        Starting Address: 0x00000000000
        Ending Address: 0x000FFFFFFFF
        Range Size: 4 GB
        Physical Array Handle: 0x002B
        Partition Width: 0

On Board Device Information  显卡型号
        Type: Video
        Status: Enabled
        Description:  Intelr GMA X4500 Video Device

如何确定品牌服务器,不受到忽悠(某日我们买了一台dell品牌服务器,如何确定没有被忽悠呢?):

[root@www.ctohome.com]# dmidecode|more  (如果能看到dell的型号,就可以肯定没错了)

Handle 0x0100, DMI type 1, 27 bytes
System Information
        Manufacturer: Dell Inc.
        Product Name: PowerEdge T110
        Version: Not Specified
        Serial Number: J47RBP1
        UUID: 4C4C4544-0034-3710-8052-CAC04F425031
        Wake-up Type: Power Switch
        SKU Number: Not Specified
        Family: Not Specified

Handle 0x0200, DMI type 2, 9 bytes
Base Board Information
        Manufacturer: Dell Inc.
        Product Name: 0V52N7
        Version: A02
        Serial Number: ..CN708210CD0166.
        Asset Tag: Not Specified

Handle 0x0300, DMI type 3, 21 bytes
Chassis Information
        Manufacturer: Dell Inc.
        Type: Main Server Chassis
        Lock: Present
        Version: Not Specified
        Serial Number: J47RBP1

转载于:https://www.cnblogs.com/wanyao/archive/2011/10/25/2224506.html

Linux/centos下查看硬件型号相关推荐

  1. linux 查看网卡属性,在Linux/centos下查看网卡型号,如何查看主板型号,CPU/显卡信息,硬盘型号等硬件信息...

    查看网卡型号 [root@www.ctohome.com]# lspci | grep Ethernet 00:19.0 Ethernet controller: Intel Corporation ...

  2. Linux/centos下查看网卡型号,如何查看主板型号,CPU/显卡信息,硬盘型号等硬件信息...

    查看网卡型号 [root@server]# lspci | grep Ethernet   00:19.0 Ethernet controller: Intel Corporation 82567V- ...

  3. 在Linux/centos下查看网卡型号,如何查看主板型号,CPU/显卡信息,硬盘型号等硬件信息

    系统 # uname -a               # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue   # 查看 操作系统版本 # cat /proc/cpuin ...

  4. linux 不小心删掉网卡配置文件的mac地址 如何恢复,linux/Centos下查看和修改网卡Mac地址(ifconfig命令)...

    本文转载自http://www.169it.com/article/14360294838474691537.html eth0 Link encap:Ethernet HWaddr 00:e4:56 ...

  5. LINUX centos下查看CPU、主板、硬盘、内存,网卡信息

    lspci查看硬件信息 在CentOS的最小化安装中,默认是不会安装lspci工具的,需要自己手动安装. 安装步骤: yum whatprovides */lspci /*查找lspci是通过哪个安装 ...

  6. Linux操作系统下查看硬件信息的命令总结

    1.查看CPU型号 [root@cluster134 ~]# cat /proc/cpuinfo | grep name | awk -F : '{print $2}' |uniqIntel(R) X ...

  7. centos下查看服务器型号命令

    查看服务器型号 dmidecode | grep "Product Name" 查看系统版本 cat /etc/redhat-release

  8. Linux、ubuntu系统下查看显卡型号、显卡信息详解

    本文将介绍Linux系统下查看显卡硬件信息内容如下: 如何在ubuntu系统中查看显卡型号.(其他文章大多只介绍了命令而未介绍如何对应显卡型号) 在ubuntu系统中显卡详细信息,以及所代表的含义. ...

  9. centos下查看网卡,主板,CPU,显卡,硬盘型号等硬件信息

    2019独角兽企业重金招聘Python工程师标准>>> centos下查看网卡,主板,CPU,显卡,硬盘型号等硬件信息 查看网卡型号 [root@server]# lspci | g ...

最新文章

  1. 029_CSS水平对齐
  2. webstorm两个文件比对_webstorm/phpstorm配置连接ftp快速进行文件比较(上传下载/同步)操作...
  3. Effective Java(1)-创建和销毁对象
  4. Mongodb千万级数据在python下的综合压力测试及应用探讨
  5. 实用分享-学习资料下载器
  6. python生成验证码_Python快速生成验证码
  7. 设计测试用例的7点原则
  8. 查询用户表(按照依赖对象排序)
  9. 介绍一款好玩且开源的机器人仿真软件Webots
  10. 遥感图像——几何畸变和几何校正
  11. 实力验证—— 热璞数据库以卓越的产品性能成为首批通过信通院金融数据库性能测评厂商
  12. 米塔之家.方声 | 专访元宇宙社交平台“比邻星球”联合创始人兼CEO董含灵
  13. OpenFlow协议初探——OpenFLow中的流和流表
  14. Windows 删库跑路(破坏系统的功能)
  15. 数据结构之排序:直接插入排序
  16. Linux 权限相关指令
  17. jenkins linux 发邮件,Jenkins构建后发送邮件
  18. js操作数组前面插入,后面插入
  19. 简约时间地图图表合集PPT模板
  20. 从零开发短视频电商 maven之pom引入第三方本地Jar并打包运行成功

热门文章

  1. 项目管理中,项目干系人的角色和责任
  2. javascript原生—悬浮导航栏
  3. 河北工业大学计算机类绩点,河北工业大学平均学分绩点怎么算
  4. 将.pkl文件转化为.csv
  5. 分享一款好用的分割标注软件
  6. 人工智能前沿——深度学习热门领域(确定选题及研究方向)
  7. OSPF Stub区域和NSSA区域实验配置
  8. 微米纳米机器人 课件_微纳米机器人
  9. Appium基础篇9-元素定位之by_xpath
  10. phpcms 推荐位调用