Comment 3 for bug 1516065

Revision history for this message
Andres Rodriguez (andreserl) wrote : Re: Unable to commision nodes in maas 1.9 with IPMI

I think I know what your issue is. Can you do the following:

vim ipmi.cfg

and copy:

Section Chassis_Boot_Flags
        Boot_Flags_Persistent No
        Boot_Device PXE
EndSection

Then do:

ipmi-chassis-config -D LAN_2_0 -h 192.168.100.4 -u maas -p password --commit --filename ipmi.cfg

And post the result?

Thanks