Error ovs-vsctl add-br br-int : connection to /var/run/openvswitch/db.sock failed: No such file or directory
Following these steps http://docs.openstack.org/trunk/openstack-network/admin/content/install_quantum_agent_ovs.html (http://docs.openstack.org/trunk/opens...) and hitting the below error. Appreciate suggestions:
Do I need to do any additional steps before ova-vsctl ? This link seems to have bunch of other other steps such as ovsdb etc., ( http://cloudage.admin-magazine.com/Articles/Virtual-switching-with-Open-vSwitch (http://cloudage.admin-magazine.com/Ar...) ).
Appreciate any pointers.
root@ubuntu:~# service quantum-plugin-openvswitch-agent restart stop: Unknown instance: quantum-plugin-openvswitch-agent start/running, process 28779 root@ubuntu:~# ovs-vsctl add-br br-int Oct 03 07:11:08|00002|stream_unix|ERR|/tmp/stream-unix.28802.0: connection to /var/run/openvswitch/db.sock failed: No such file or directory Oct 03 07:11:08|00003|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory) Oct 03 07:11:09|00004|stream_unix|ERR|/tmp/stream-unix.28802.1: connection to /var/run/openvswitch/db.sock failed: No such file or directory Oct 03 07:11:09|00005|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory) ^C root@ubuntu:~# ^C root@ubuntu:~# uname -a Linux ubuntu 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686 i686 i386 GNU/Linux root@ubuntu:~#