Daniel Toma wrote:
> I have a small question: how can I set the value for "Set in Progress" to
> "complete"? I tried all lan commands, but without any luck.

I'm a newbie at this and I'm not at work so I don't have a system to
test with, but you'll probably need to use raw commands to set the
flags.

ipmitool raw 0x0C 1 X 0 1  # in progress
ipmitool lan set X ipaddr 192.168.2.3
ipmitool raw 0x0C 1 X 0 2  # commit
ipmitool raw 0x0C 1 X 0 0  # complete

Replace the Xs with your you lan channel (1 in this case).

The obvious question is if we could add this to ipmitool, right?
Would that break anyones system if we always set the flags or should I
add like an oem flag or something?

regards,
dan carpenter

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to