ipmi使用

可以参考:

http://blog.csdn.net/xuensong520/article/details/8915945


#!/bin/bash

yum -y install ipmitool

modprobe ipmi_msghandler

modprobe ipmi_devintf

modprobe ipmi_si


ipmitool user set password 2 calvin


ipmitool lan set 1 ipsrc static


ipmitool lan set 1 ipaddress 10.1.10.$1

ipmitool lan set 1 netmask 255.255.255.0

ipmitool lan set 1 defgw ipaddr 10.1.10.1


你可能感兴趣的:(ipmitool)