I think doing it as mentioned in INSTALL.Debian is more useful. That way, you get the startup scripts and all the utilities installed at the right places. Make sure you have uninstalled your manual install before doing that though.
On Sat, Mar 29, 2014 at 11:38 PM, Andrew Niteesh <[email protected]> wrote: > I followed these steps, > > wget http://openvswitch.org/releases/openvswitch-2.1.0.tar.gz > tar xvfz openvswitch-2.1.0.tar.gz > cd openvswitch-2.1.0 > apt-get update > apt-get -y install pkg-config libssl-dev libc-dev > ./boot.sh > ./configure > make > sudo make install > sudo mkdir -p /usr/local/etc/openvswitch > sudo ovsdb-tool create /usr/local/etc/openvswitch/conf.db > vswitchd/vswitch.ovsschema > > sudo ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \ > --remote=db:Open_vSwitch,manager_options \ > --private-key=db:SSL,private_key \ > --certificate=db:SSL,certificate \ > --bootstrap-ca-cert=db:SSL,ca_cert \ > --pidfile --detach \ > > sudo ovs-vsctl --no-wait init > sudo ovs-vswitchd --pidfile --detach > > Is this correct? > Please clarify > > > > Thanks, > Andrew Niteesh > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss > _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
