Some times configuring the BMC’s or IMM’s with xCAT is not possible. So you may want to do settings without xCAT.
Here are some tricks with our handy tool: ipmitool
See current IP settings:
ipmitool lan print 1
This is great for looking at IP addresses and stuff.
ipmitool -I lan -H 172.29.101.2 -P PASSW0RD -U USERID power status
Comments are closed.