码迷,mamicode.com
首页 > 其他好文 > 详细

ipmi使用

时间:2015-08-12 15:03:15      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:ipmitool

可以参考:

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


ipmi使用

标签:ipmitool

原文地址:http://langzijin.blog.51cto.com/10534691/1683853

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!