So, I use Systemimager to provision new CentOS 5.3 hosts via PXE. We have a couple servers that are just test targets that we'll reimage a couple-dozen times a day, and normally, getting them to PXE-boot is as simple as logging onto their iLO interfaces, rebooting, and hitting F12 at the appropriate time. My question is, is it possible to tell the server via the linux commandline to perform a "one-time PXE boot" during its next reboot? Each reimage cycle this would save me many minutes of clicking, typing, waiting for Java to load the ilo console, etc. I know Dell has this capability via OpenIPMI, but I was wondering if HP had similar functionality.
Many thanks! --Lee
ipmitool -H aa.bb.cc.dd -I lanplus -U Administrator -P ********chassis bootdev pxe
I use it in conjunction with a forced reboot ipmitool -H aa.bb.cc.dd -I lanplus -U Administrator -P ******** power reset
And then with appropriate runs in the PXE menu to use the serial port for PXE and for linux console, I can fully control the entire boot process using ipmi serial over lan.
sigh, can't see how to embed newlines in the comment – Paul M May 07 '15 at 09:30