Hi,
I ran the command sequence as:

sudo mkdir /work
cd /work
wget http://openvswitch.org/releases/openvswitch-2.3.1.tar.gz
tar zxf openvswitch-2.3.1.tar.gz
cd openvswitch-2.3.1
./configure --with-linux=/lib/modules/`uname -r`/build
make
make install
sudo make modules_install
sudo /sbin/modprobe openvswitch

/sbin/lsmod
cd /
sudo rm -rf /work

After that the disc image was used to load into other nodes.

and then from one of the nodes i was going to try the following sequence:

#ovsdb-tool create /usr/local/etc/openvswitch/conf.db
/users/peertest/openvswitch-2.3.1/vswitchd/vswitch.ovsschema
# ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \
--remote=db:Open_vSwitch,Open_vSwitch,manager_options \ --pidfile --detach

ovs-vsctl --no-wait init
sudo ovs-vswitchd --pidfile --detach --log-file
sudo ovs-vsctl add-br OVSbr1
sudo ovs-vsctl add-br OVSbr2
sudo ifconfig eth2 0
sudo ifconfig eth3 0
sudo ovs-vsctl add-port OVSbr1 eth2
sudo ovs-vsctl add-port OVSbr2 eth3
sudo ovs-vsctl show


but on giving the very first command in the sequence it throws an error
like the one showed in the screenshot attached.

It seems the file openvswitch-2.3.1 is not present inside /users/peertest/

how is this even possible? anywhere wrong in the sequence?



Thanks

Sanghamitra

On Fri, Apr 10, 2015 at 12:00 PM, Joe Stringer <[email protected]>
wrote:

> On 9 April 2015 at 23:17, Sanghamitra De <[email protected]> wrote:
> > Will simply addition of 'make' and 'make install' as per the above
> sequence
> > ensure that i do not get the error from the configuration commands as
> given
> > in red?
>
> Yes.
>
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to