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


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章