Page MenuHomePhabricator

"pxe boot once" option for HP servers
Closed, InvalidPublic

Description

hp ilo4 on gen8 servers doesn't seem to have a "boot from PXE only once" option judging from the documentation. However it is possible to boot only once for virtual media so perhaps we can exploit that to "chain load" pxe boot

switching boot order back and forth isn't a big issue ATM but it needlessly complicates (re)imaging of servers (hence priority low)

ilo4 docs

Event Timeline

fgiunchedi raised the priority of this task from to Low.
fgiunchedi updated the task description. (Show Details)
fgiunchedi added a project: acl*sre-team.
fgiunchedi subscribed.

So, iLO3 for sure supports boot once. At least via the RIBCL (an XML language for configuration). I am pretty sure of that as I have written the following code in servermon

https://github.com/servermon/servermon/blob/master/servermon/hwdoc/vendor/bmc_ilo3.py#L425

So it is quite probably possible in iLO4

in the future (as soon as T88424 is done) should be possible to do things like

./manage.py hwdoc_boot_order -o <serial>

indeed, IIRC also the same works via wmf-reimage (i.e. using ipmi)