Hi,

OVS version 2.0

Whenever we try to issue a command to set the controller after running 
ovs-vswitchd, the command of vsctl is getting hanged. After that if we try 
control C to exit the vsctl, db.sock file is getting deleted from the path.

Is it a known issue?

Please find the commands for running ovsdb-server and ovs-vswitchd below:

./ovsdb/ovsdb-server /usr/local/etc/openvswitch/conf.db -vconsole:emer 
-vsyslog:err -vfile:info --remote=punix:/usr/local/var/run/openvswitch/db.sock 
--no-chdir --log-file=/usr/local/var/log/openvswitch/ovsdb-server.log 
--pidfile=/usr/local/var/run/openvswitch/ovsdb-server.pid --detach --monitor -v

./vswitchd/ovs-vswitchd unix:/usr/local/var/run/openvswitch/db.sock 
-vconsole:emer -vsyslog:err -vfile:info --mlockall --no-chdir 
--log-file=/usr/local/var/log/openvswitch/ovs-vswitchd.log 
--pidfile=/usr/local/var/run/openvswitch/ovs-vswitchd.pid --detach --monitor -v


Please find the exact command below to set the controller:

./utilities/ovs-vsctl --db=punix:/usr/local/var/run/openvswitch/db.sock 
set-controller br0 tcp:10.203.3.223


After the above command, vsctl is getting hanged. Are we missing anything?

Thanks





===============================================================================
Please refer to http://www.aricent.com/legal/email_disclaimer.html
for important disclosures regarding this electronic communication.
===============================================================================
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to