<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 2, 2016 at 6:48 PM, Murali R <span dir="ltr"><<a href="mailto:muralirdev@gmail.com" target="_blank">muralirdev@gmail.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">Following the docs online (Newton), the installation was successful. However when the VM that has the controller (and ovn-nb) restarted, it fails to bring up ovs & ovn. This is ubuntu deployment using python-networking-ovn and locally built ovn. Is this a deployment problem? Is it possible to recover from here without losing the neutron DB sync? I have not configured any networks that I need to save. <div><br></div><div>NOTE: I did a reboot once before and the services came back fine at that time. Not sure if there is a sequence to be followed while shutting down - if so can I know what it would be?<br><div><br></div><div><div>Nov  2 15:19:42 controller neutron-server[2715]: 2016-11-02 15:19:42.003 3052 ERROR networking_ovn.ovsdb.impl_idl_<wbr>ovn [-] OVS database connection to OVN_Northbound failed with error: 'Could not retrieve schema from tcp:<a href="http://192.168.56.102:6641" target="_blank">192.168.56.102:6641</a>: Connection refused'. Verify that the OVS and OVN services are available and that the 'ovn_nb_connection' and 'ovn_sb_connection' configuration options are correct.</div><div>Nov  2 15:19:42 controller neutron-server[2715]: 2016-11-02 15:19:42.003 3052 ERROR networking_ovn.ovsdb.impl_idl_<wbr>ovn Traceback (most recent call last):</div><div>Nov  2 15:19:42 controller neutron-server[2715]: 2016-11-02 15:19:42.003 3052 ERROR networking_ovn.ovsdb.impl_idl_<wbr>ovn   File "/usr/lib/python2.7/dist-<wbr>packages/networking_ovn/ovsdb/<wbr>impl_idl_ovn.py", line 84, in __init__</div><div>....</div><div>....</div><div>Nov  2 15:19:42 controller neutron-server[2715]: 2016-11-02 15:19:42.003 3052 ERROR networking_ovn.ovsdb.impl_idl_<wbr>ovn     'err': os.strerror(err)})</div><div>Nov  2 15:19:42 controller neutron-server[2715]: 2016-11-02 15:19:42.003 3052 ERROR networking_ovn.ovsdb.impl_idl_<wbr>ovn Exception: Could not retrieve schema from tcp:<a href="http://192.168.56.102:6641" target="_blank">192.168.56.102:6641</a>: Connection refused</div><div>Nov  2 15:19:42 controller neutron-server[2715]: 2016-11-02 15:19:42.003 3052 ERROR networking_ovn.ovsdb.impl_idl_<wbr>ovn</div></div></div></div>
</blockquote></div><div class="gmail_extra"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">​As you noted, it looks like the OVN services were not started.  If you installed from source, you should run:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">$ sudo /usr/share/openvswitch/scripts/ovn-ctl start_northd</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">The OVN packages install systemd units, so you can also start it that way and set it up to re-start after a reboot.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">$ sudo systemctl enable ovn-northd</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">$ sudo systemctl start ovn-northd</div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><font face="arial, helvetica, sans-serif">Russell Bryant</font></div></div></div></div></div>
</div></div>