1月
30
管理卡模式设置
同事的代码,各品牌服务器设置管理卡 独立/共享 模式,记录一下。 #!/bin/bash set -x service ipmi restart type=`dmidecode -t system | awk '/Manufacturer:/{ if(match($0,/Dell/)) print "DELL"; else if(matc … Continue reading
同事的代码,各品牌服务器设置管理卡 独立/共享 模式,记录一下。 #!/bin/bash set -x service ipmi restart type=`dmidecode -t system | awk '/Manufacturer:/{ if(match($0,/Dell/)) print "DELL"; else if(matc … Continue reading
摘自SourceForge Hello All, I was wondering if anyone managed to change the LOM from shared to dedicated using IPMITOOL on a HP system. I am able to proceed at a Dell system … Continue reading