利用ipmi更改本机自带的idrac

# yum -y install ipmitool打印当前信息:# ipmitool lan print设置IP:# ipmitool lan set 1 ipaddr 10.0.200.101Setting LAN IP Address to 10.0.200.101# ipmitool lan set 1 defgw ipaddr 10.0.200.254Setting LAN Default Gateway IP to 10.0.200.254设置用户:# ipmitool user list 1# ipmitool user set password 2 "your_passwd"复查:# ipmitool lan printSet in Progress         : Set CompleteAuth Type Support       : NONE MD2 MD5 PASSWORD Auth Type Enable        : Callback : MD2 MD5                         : User     : MD2 MD5                         : Operator : MD2 MD5                         : Admin    : MD2 MD5                         : OEM      : IP Address Source       : Static AddressIP Address              : 10.0.200.101Subnet Mask             : 255.255.255.0MAC Address             : b0:83:fe:cb:2f:ceSNMP Community String   : publicIP Header               : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10BMC ARP Control         : ARP Responses Enabled, Gratuitous ARP DisabledGratituous ARP Intrvl   : 2.0 secondsDefault Gateway IP      : 10.0.200.254Default Gateway MAC     : 00:00:00:00:00:00Backup Gateway IP       : 0.0.0.0Backup Gateway MAC      : 00:00:00:00:00:00802.1q VLAN ID          : Disabled802.1q VLAN Priority    : 0RMCP+ Cipher Suites     : 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14Cipher Suite Priv Max   : Xaaaaaaaaaaaaaa                        :     X=Cipher Suite Unused                        :     c=CALLBACK                        :     u=USER                        :     o=OPERATOR                        :     a=ADMIN                        :     O=OEM                        排错:提示:Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory尝试:modprobe ipmi_devintf