BMC带外如何获取SN号

ipmitool -I lanplus -U user -P passwd -H  <remote ip> fru  print "Product Serial"

[root@davis ~]# ipmitool fru print "Product Name"
 Board Mfg Date        : Sat Jan 12 06:12:00 2013
 Board Mfg             : DELL
 Board Product         : PowerEdge R620                
 Board Serial          : CN437
 Board Part Number     : 0307
 Product Manufacturer  : DELL
 Product Name          : davis
 Product Version       : 01
 Product Serial        : HM885X1
 
 ipmitool  fru print "Product Serial"  或 dmidcode -t system|grep "Serial Number"


最近对ipmitool 使用非常多,挺不错的一个工具,要是可以在命令行中修改bios设置、配置raid 就更好了。

你可能感兴趣的:(BMC带外如何获取SN号)