<div dir="ltr">Yeah.   If I&#39;m not mistaken the Cobbler pxe_just_once scheme relies upon pulling mac addrs into and out of the tftpboot files (ie netboot disabled means &quot;I have no tftpboot boot entry for your mac addr.&quot;)   This scheme breaks down if one chooses to hand out ip addrs (dhcp) and boot info (tftp) anonymously ie to *any* requesting mac.   When the ipmi pxe just once option is available, it gives us a means to decouple the boot preference from the mgmt of dhcp/tftp config files.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 13, 2014 at 12:25 PM, Nishanth Aravamudan <span dir="ltr">&lt;<a href="mailto:nacc@linux.vnet.ibm.com" target="_blank">nacc@linux.vnet.ibm.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 13.08.2014 [16:56:15 +0200], Andr? Gem?nd wrote:<br>
&gt; They act on two different levels. The ipmi chassis bootdev pxe command<br>
&gt; really sets the device that the BIOS probes for booting. That way you<br>
&gt; don&#39;t need to set your machine boot order to prefer network boots<br>
&gt; permanently in BIOS, but can leave the default and change it ad-hoc.<br>
&gt; We also use this (but trigger it manually).<br>
<br>
</div>Right, to make it explicit:<br>
<br>
pxe_just_once is a Cobbler-level configuration bit, which tells a<br>
Cobbler snippet to unset &quot;netboot-enabled&quot; for a system when it finishes<br>
the install (that actually is in the snippet itself). So it translates<br>
to &quot;configure the Cobbler server to PXE boot this system once&quot;.<br>
<br>
The IPMI command is on the physical system (target) and tells it to use<br>
the network interface to boot on the next boot. The boot after that<br>
should go back to the default boot order (unknown to Cobbler). So it<br>
translates to &quot;configure the victim server to PXE boot on the next<br>
reboot&quot;.<br>
<br>
Thanks,<br>
Nish<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
cobbler mailing list<br>
<a href="mailto:cobbler@lists.fedorahosted.org">cobbler@lists.fedorahosted.org</a><br>
<a href="https://lists.fedorahosted.org/mailman/listinfo/cobbler" target="_blank">https://lists.fedorahosted.org/mailman/listinfo/cobbler</a><br>
</div></div></blockquote></div><br></div>