On Mon, Aug 28, 2017 at 9:13 AM Nusrat Atta <[email protected]>
wrote:

> Hi,
>
> I successfully deployed OVS by compiling it and it works fine. All
> commands like ovs- work but the ovn- commands don’t work.
>
> Any help?
>
>
>

Your question is vague. When you say "ovn- commands don't work" does that
mean that they're unrecognized ("ovn-nbctl: command not found")? Or do you
mean that they don't behave the way you would expect based on your
configuration?

If it's the first, then you probably are not running the necessary OVN
processes (ovn-northd and ovn-controller). I suggest you have a look at the
ovn-ctl manpage [1] to see how you can start those processes. I also
suggest you look at the ovn-architecture manpage [2] so that you can better
understand how the various pieces of OVN fit together.

If you do have the OVN processes running but the ovn- commands don't
retrieve the information you think they should, then you'll need to provide
more information, like what command you are running, what you expect to
see, and what you actually see instead.

Mark Michelson
[1] http://openvswitch.org/support/dist-docs/ovn-ctl.8.html
[2] http://openvswitch.org/support/dist-docs/ovn-architecture.7.html
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to