dmidecode可以讀出機(jī)器的DMI(DesktopManagement Interface)信息。
這些信息包括了硬件以及BIOS翠语、系統(tǒng)叽躯、主板、處理器肌括、內(nèi)存点骑、緩存等等。
dmidecode在很多Linux上是默認(rèn)安裝的谍夭,比如centos等黑滴。
使用方法:
1? 2
#dmidecode? #dmidecode -t 1
下面是網(wǎng)友總結(jié)的一些常用方法,寫在前面方便查找紧索。
#查看服務(wù)器型號(hào):
1
dmidecode |grep-A8"System Information" |grep"Product Name"|sed's/^[ \t]*//'
#查看硬件編號(hào):
1
dmidecode |grep -A8 "System Information" |grep "Serial Number" |sed 's/^[ \t]*//'
#現(xiàn)有內(nèi)容數(shù)量和容量:
1
dmidecode | grep -A16 "Memory Device" |grep "Size" |sed 's/^[ \t]*//'
#最大支持內(nèi)存容量:
1
dmidecode |grep "Maximum? Capacity"? |sed 's/^[ \t]*//'
注意grep -A的用法
-A NUM, after-context=NUM
打印出緊隨匹配的行之后的下文 NUM 行袁辈。在相鄰的匹配組之間將會(huì)打印內(nèi)容是 ― 的一行。
dmidecode |grep -i serial? 查詢SN號(hào)hpacucli ctrl slot=0 pd all show; 查詢硬盤故障hpacucli ctrl slot=0 ld all show; 查詢r(jià)aid模式