[ovirt-users] oVirt 4.1.1 and ovn problems

Gianluca Cecchi gianluca.cecchi at gmail.com
Mon Apr 24 21:23:13 UTC 2017


On Mon, Apr 24, 2017 at 10:03 PM, Marcin Mirecki <mmirecki at redhat.com>
wrote:

> Looks like the south db works properly. The north db uses the same
> mechanism, just a different schema and port.
>
> Looking at the netstat output it looks like ovn north db is not even
> listening, or is there anything for 6641?
>
>
>
>
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...

with "-a"
root at ovmgr1 ~]# netstat -apn | grep 664
tcp        0      0 0.0.0.0:6641            0.0.0.0:*
LISTEN      6691/ovsdb-server
tcp        0      0 0.0.0.0:6642            0.0.0.0:*
LISTEN      6699/ovsdb-server
tcp        0      0 10.4.192.43:6642        10.4.168.76:38882
ESTABLISHED 6699/ovsdb-server
tcp        0      0 10.4.192.43:6642        10.4.168.75:45486
ESTABLISHED 6699/ovsdb-server
tcp        0      0 10.4.192.43:6642        10.4.168.74:59176
ESTABLISHED 6699/ovsdb-server
unix  3      [ ]         STREAM     CONNECTED     14119
664/vmtoolsd

with "-t"
[root at ovmgr1 ~]# netstat -tpn | grep 664
tcp        0      0 10.4.192.43:6642        10.4.168.76:38882
ESTABLISHED 6699/ovsdb-server
tcp        0      0 10.4.192.43:6642        10.4.168.75:45486
ESTABLISHED 6699/ovsdb-server
tcp        0      0 10.4.192.43:6642        10.4.168.74:59176
ESTABLISHED 6699/ovsdb-server
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20170424/6a676881/attachment-0001.html>


More information about the Users mailing list