博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
查看linux服务器的品牌和型号
阅读量:7022 次
发布时间:2019-06-28

本文共 761 字,大约阅读时间需要 2 分钟。

第一种方法:系统dmesg信息里面

[root@test ~]# grep 'DMI' /var/log/dmesgDMI 2.8 present.DMI: HP ProLiant DL380p Gen8, BIOS P70 12/20/2013


第二种方法:

安装dmidecode包,使用dmidecode命令查看;

[root@test ~]# rpm -qf /usr/sbin/dmidecodedmidecode-2.11-2.el6.x86_64[root@test ~]# dmidecode |grep -A4 'System Information' System Information Manufacturer: HP Product Name: ProLiant DL380p Gen8 Version: Not Specified Serial Number: 6CU421D45V

IBM的机器信息:

[root@11 ~]# dmidecode |grep -A5 'System Information'System Information Manufacturer: IBM Product Name: System x3650 M4 -[7915I23]- Version: 0A Serial Number: 06FHPC8 UUID: 4D98E368-EC9E-11E1-85D8-6CAE8B1F9F52  [root@11 ~]# grep 'DMI' /var/log/dmesgDMI 2.7 present.DMI: IBM System x3650 M4 -[7915I23]-/00W2609, BIOS -[VVE116AUS-1.10]- 06/20/2012

转载地址:http://qybxl.baihongyu.com/

你可能感兴趣的文章
python输入函数input
查看>>
IOS 中 contentsize contentoffset contentInset的区别
查看>>
Centos网络管理(二)-IP与子网掩码计算
查看>>
HBase 数据导入 ImportTsv
查看>>
Spring data jpa 分页技术
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
squid简单配置
查看>>
项目中的几个SQL程序
查看>>
2012-08-18
查看>>
shell学习笔记 (3)
查看>>
安装VirtualBox Extension Pack,让Virtualbox更好的支持USB 2.0、以及一些扩展增强功
查看>>
dpkg工具之dpkg-checkbuilddeps
查看>>
我的友情链接
查看>>
Python - 每次处理一个字符
查看>>
浅谈自动化运维
查看>>
LVS结合keepalived配置
查看>>
网站性能测试PV到TPS的转换以及TPS的波动
查看>>
umount 提示 device is busy
查看>>
支付宝和微信支付
查看>>