用racadm获取iDRAC日志
用ipmitool获取的管理卡日志没有完全解码,可读性差 19d | 03/03/2015 | 11:57:19 | Unknown #0x28 | 19e | 03/03/2015 | 11:57:19 | Unknown #0x28 | 19f | 03/03/2015 | 11:57:20 | Unknown #0x28 | 1a0 … Continue reading
用ipmitool获取的管理卡日志没有完全解码,可读性差 19d | 03/03/2015 | 11:57:19 | Unknown #0x28 | 19e | 03/03/2015 | 11:57:19 | Unknown #0x28 | 19f | 03/03/2015 | 11:57:20 | Unknown #0x28 | 1a0 … 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
使用ipmitool获取服务器信息、设置服务器相关命令。 #!/bin/bash #测试要求如下: # 1,所有的命令都通过ipmitool命令实现 # 2,所有命令都在没有操作系统的情况下测试 HOST=$1 USER=$2 PASSWD=$3 function getinfo() { # 1. 获取到服务器的网络配置信息 echo - … 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