<div dir="ltr">Hello,<div><br></div><div>Any further advice on this issue? I've tried a few more things, but all without success:</div><div><br></div><div>- Link the nodes' interfaces to a subnet. This doesn't work: Cannot link subnet interface because the machine is not Ready or Broken.</div><div><br></div><div>- Update the dnsresource corresponding to the node's hostname. Trying the command "maas foo dnsresource update 2 ip_address=10.0.10.114". This returns "Success" but seems to have no effect.</div><div><br></div><div>- Create an ipaddress. Trying the command "maas foo ipaddresses reserve ip=10.0.10.114 hostname=bar.maas mac=52:54:00:89:04:fb". This tells me "IP address 10.0.10.114 belongs to an existing dynamic range. To reserve this IP address, a MAC address is required. (Create a device instead.)"</div><div><br></div><div>Any more hints are appreciated. Cheers,</div><div>Jonas</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Mar 16, 2017 at 9:47 AM Jonas Wagner <<a href="mailto:jonas.wagner@epfl.ch">jonas.wagner@epfl.ch</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="gmail_msg">Hello,<div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">thanks a lot for the replies so far!</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">My MAAS version: 2.1.3+bzr5573-0ubuntu1 (16.04.1)</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">I believe, however, that the nodes in question where deployed using an earlier version of MAAS. We upgraded MAAS at some point. The amount of information that we have on the older nodes is different from the information available for newer nodes. I'm attaching two JSON files with node data; solo7 is a machine deployed recently, whereas solo8 was deployed before an upgrade of MAAS.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">The nodes are in "deployed" state. They both use DHCP. For newer nodes (those that still have DNS entries) the MAAS web interface shows an IP address labeled "(Auto assign)". For the other nodes, all interfaces are shown as "(Unconfigured)".</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">Regarding DHCP: The machines are indeed requesting DHCP leases. For example, I can see the following in /var/lib/maas/dhcp/dhcpd.leases:</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg"><div class="gmail_msg">lease 10.0.0.89 {</div><div class="gmail_msg">  starts 4 2017/03/16 08:22:45;</div><div class="gmail_msg">  ends 4 2017/03/16 08:32:45;</div><div class="gmail_msg">  cltt 4 2017/03/16 08:22:45;</div><div class="gmail_msg">  binding state active;</div><div class="gmail_msg">  next binding state free;</div><div class="gmail_msg">  rewind binding state free;</div><div class="gmail_msg">  hardware ethernet 00:25:90:e9:a4:6e;</div><div class="gmail_msg">  set clht = "solo8";</div><div class="gmail_msg">  set cllt = "600";</div><div class="gmail_msg">  set clip = "10.0.0.89";</div><div class="gmail_msg">  set clhw = "0:25:90:e9:a4:6e";</div><div class="gmail_msg">  client-hostname "solo8";</div><div class="gmail_msg">  on expiry {</div><div class="gmail_msg">    set clhw = </div><div class="gmail_msg">       binary-to-ascii (16, 8, ":", </div><div class="gmail_msg">                        substring (hardware, 1, 6)) ;</div><div class="gmail_msg">    set clip = </div><div class="gmail_msg">       binary-to-ascii (10, 8, ".", leased-address) ;</div><div class="gmail_msg">    execute ("/usr/sbin/maas-dhcp-helper", "notify", "--action", "expiry", </div><div class="gmail_msg">        "--mac", clhw, "--ip-family", "ipv4", "--ip", clip);</div><div class="gmail_msg">  }</div><div class="gmail_msg">  on release {</div><div class="gmail_msg">    set clhw = </div><div class="gmail_msg">       binary-to-ascii (16, 8, ":", </div><div class="gmail_msg">                        substring (hardware, 1, 6)) ;</div><div class="gmail_msg">    set clip = </div><div class="gmail_msg">       binary-to-ascii (10, 8, ".", leased-address) ;</div><div class="gmail_msg">    execute ("/usr/sbin/maas-dhcp-helper", "notify", "--action", "release",</div><div class="gmail_msg">        "--mac", clhw, "--ip-family", "ipv4", "--ip", clip);</div><div class="gmail_msg">  }</div><div class="gmail_msg">}</div></div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">Let me know if more data is needed to troubleshoot this. Thanks again for the help so far!</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">Best,</div><div class="gmail_msg">Jonas</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_quote gmail_msg"><blockquote class="gmail_quote gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></blockquote></div>