On 16 February 2016 at 06:40, Bhuvanesh Tomar <bhuvanesh.to...@itential.com> wrote:
> Hello Openvswitch team, > > Just wanted to report that the documentation lists an incorrect path for > the ovsdb-server cli initialization > > % ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \ > --remote=db:Open_vSwitch,Open_vSwitch,manager_options \ > --private-key=db:Open_vSwitch,SSL,private_key \ > --certificate=db:Open_vSwitch,SSL,certificate \ > --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert \ > --pidfile --detach > > > I suppose you saw the above in INSTALL.md? If so, there it talks about compiling on your own and you just use ./configure . In cases like that, /usr/local/var/run/ is correct. If you install OVS with packages like deb or rpm, then the configure parameters are like this: ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-ssl --with-linux=/lib/modules/`uname -r`/build > The db.sock path for remote argument should be > —remot=punix:/var/run/openvswitch/db.sock > > The vswitch daemon fails to initialize properly without db.sock reference. > > Thanks, > — > Bhuvanesh Tomar > Software Engineer - Itential > bhuvanesh.to...@itential.com > (224)610-6049 > > > _______________________________________________ > discuss mailing list > discuss@openvswitch.org > http://openvswitch.org/mailman/listinfo/discuss > >
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss