<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 24, 2017 at 10:03 PM, Marcin Mirecki <span dir="ltr"><<a href="mailto:mmirecki@redhat.com" target="_blank">mmirecki@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>Looks like the south db works properly. The north db uses the same mechanism, just a different schema and port.<br><br></div>Looking at the netstat output it looks like ovn north db is not even listening, or is there anything for 6641?<br><br><br></div><span class="gmail-m_-8974875138491732481gmail-im"></span></div><br></blockquote><div><br></div><div>Actually yes... it seems that the switch "-t" with the "-p" doesn't catch the 6641 and 6642 "LISTEN" lines, while if I use "-a" instead of "-t" I get them too...<br><br>with "-a"<br>root@ovmgr1 ~]# netstat -apn | grep 664<br>tcp 0 0 <a href="http://0.0.0.0:6641">0.0.0.0:6641</a> 0.0.0.0:* LISTEN 6691/ovsdb-server <br>tcp 0 0 <a href="http://0.0.0.0:6642">0.0.0.0:6642</a> 0.0.0.0:* LISTEN 6699/ovsdb-server <br>tcp 0 0 <a href="http://10.4.192.43:6642">10.4.192.43:6642</a> <a href="http://10.4.168.76:38882">10.4.168.76:38882</a> ESTABLISHED 6699/ovsdb-server <br>tcp 0 0 <a href="http://10.4.192.43:6642">10.4.192.43:6642</a> <a href="http://10.4.168.75:45486">10.4.168.75:45486</a> ESTABLISHED 6699/ovsdb-server <br>tcp 0 0 <a href="http://10.4.192.43:6642">10.4.192.43:6642</a> <a href="http://10.4.168.74:59176">10.4.168.74:59176</a> ESTABLISHED 6699/ovsdb-server <br>unix 3 [ ] STREAM CONNECTED 14119 664/vmtoolsd <br><br>with "-t"<br>[root@ovmgr1 ~]# netstat -tpn | grep 664<br>tcp 0 0 <a href="http://10.4.192.43:6642">10.4.192.43:6642</a> <a href="http://10.4.168.76:38882">10.4.168.76:38882</a> ESTABLISHED 6699/ovsdb-server <br>tcp 0 0 <a href="http://10.4.192.43:6642">10.4.192.43:6642</a> <a href="http://10.4.168.75:45486">10.4.168.75:45486</a> ESTABLISHED 6699/ovsdb-server <br>tcp 0 0 <a href="http://10.4.192.43:6642">10.4.192.43:6642</a> <a href="http://10.4.168.74:59176">10.4.168.74:59176</a> ESTABLISHED 6699/ovsdb-server <br><br></div></div><br></div></div>