首页 > 代码库 > CentOS(Linux)下安装dmidecode包

CentOS(Linux)下安装dmidecode包

安装代码:

yum install dmidecode

安装完成后,查看总体信息:

dmidecode

查看服务器类型,测试环境为DELL R610:

 

dmidecode -s system-product-name

 

确认是否使用MegaRAID卡:

dmidecode |grep "RAID"