<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Feb 8, 2017 at 3:04 PM, Yinon <span dir="ltr"><<a href="mailto:yinonby.hpe@yahoo.com" target="_blank">yinonby.hpe@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" id="m_2410262003086406690yui_3_16_0_ym19_1_1486586833694_22965"><span id="m_2410262003086406690yui_3_16_0_ym19_1_1486586833694_22966">Regarding the pxe boot - I can see the incoming dhcp discover to port 67, and there is no response from the pxe server (MAAS server).</span></div><div dir="ltr" id="m_2410262003086406690yui_3_16_0_ym19_1_1486586833694_22967">So no IP, and no pxe boot is successful.</div><div dir="ltr" id="m_2410262003086406690yui_3_16_0_ym19_1_1486586833694_22968"><br clear="none" id="m_2410262003086406690yui_3_16_0_ym19_1_1486586833694_22969"></div><div dir="ltr" id="m_2410262003086406690yui_3_16_0_ym19_1_1486586833694_22970">Regarding BMC - I can ping the iLO address from the MAAS server.</div><div dir="ltr" id="m_2410262003086406690yui_3_16_0_ym19_1_1486586833694_22971"></div></blockquote></div><div class="gmail_extra"><br></div><div class="gmail_extra">   Thanks for your feedback, and for giving MAAS a try. I looked through the logs; I have a few comments/questions that might be relevant.</div></div><div class="gmail_extra"><br></div><div class="gmail_extra">(1) MAAS works best when you use IP addresses rather than hostnames to address BMCs, /and/ those IP addresses are on subnets directly connected to the MAAS server. This is recommended both to help to ensure that network or DNS failures cannot impact MAAS management of servers, and for HA; if you run multiple rack controllers, MAAS will need to select which one to communicate with the BMC on, and can do that more reliably if it is on a directly-attached IP subnet, specified by an IP address. If MAAS cannot make that determination, if should attempt to fall back to trying to determine if the BMC is routable from a rack controller. (It sounds like that fallback might be happening in your case; if that's true, we could have a bug.)</div><div class="gmail_extra"> - Are you specifying a hostname or IP address for your BMC?</div><div class="gmail_extra"> - Is the BMC connected directly to a subnet configured on the MAAS server, or is it only available via routing? (You can use "ip route get <bmc-ip-address>" to determine that.)</div><div class="gmail_extra"><br></div><div class="gmail_extra">(2) In order for DHCP (and, thus, PXE booting) to operate, the appropriate VLAN must be enabled for DHCP management in MAAS, and a dynamic IP range must be set up for [a] subnet(s) on that VLAN. If MAAS is nether responding to DHCP nor TFTP requests for PXE booting, check that DHCP is enabled on the appropriate VLAN. (Usually to do this, you browse to it under the Subnets tab and click on the 'untagged' VLAN that is displayed next to the subnet(s) you wish to manage.) If the network model in MAAS does not match your physical topology, MAAS might not enable DHCP on the correct interface. So it would be good to double-check that.</div><div class="gmail_extra"><br></div><div class="gmail_extra">(3) What specific version of MAAS you're using. (We should really print that out in the logs, to be honest.) From the logs, it looks like at least 2.1. (Is it 2.1.3 -- the latest in xenial-updates -- I hope?)</div><div class="gmail_extra"><br></div><div class="gmail_extra">(4) You might want to take a look at /var/log/syslog (check for messages from dhcp) and in /var/lib/maas (check for DHCP configuration files to see if they are correct).</div><div class="gmail_extra"><br></div><div class="gmail_extra">   Hope that helps.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Regards,</div><div class="gmail_extra">Mike</div></div>