[ovs-discuss] Please clarify on how to install openvswitch-2.1.0 on Ubuntu 12.04

Gurucharan Shetty shettyg at nicira.com
Sun Mar 30 20:08:08 UTC 2014


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 <andrewece87 at gmail.com> 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
> discuss at openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
>



More information about the discuss mailing list