On 27/04/2014 20:04, Milson Munakami wrote:
Hi,

1. My first question is : I want to know after successful installation when I restart my Ubuntu ? What I need to do restart the server and db because after restart using Mininet Sudo mn command it says the ovs-server is not started?

What's mininet/mn? It's not part of openvswitch as far as I know.

Note that openvswitch bridges are different to Linux bridges. There used to be a compatibility shim but it is gone. So if you are used to using tools like "brctl" (or if this "Mininet" thing manages bridges in this way) then it will not be aware of any Openvswitch bridges. Use ovs-vsctl to control Openvswitch bridges.

is it what everyone need to do everytime - restart ovsdb-server and controller?

No. On a vanilla 14.04 LTS box, with openvswitch-switch installed using apt-get, openvswitch starts automatically at system boot.

2. My Second question is how to completely remove ovs once started all its component so that Mininet can run sudo mn command and don't always use OVS as default switch again.

This is just Ubuntu system administration. Removal of openvswitch is "apt-get remove --purge openvswitch-switch" and possibly a reboot if you want to be sure the kernel module is unloaded.

3. Is there any document available telling How to completely remove OVS Switch once installed?

I'm not sure how this differs from question 2 :-)

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to