ovs-vsctl: unix:/usr/local/var/run/openvswitch/db.sock: database connection failed

问题描述

在OpenvSwitch中执行ovs-vsctl show命令时,出现如下错误提示:

ovs-vsctl: unix:/usr/local/var/run/openvswitch/db.sock: database connection failed

解决方法

在每次重启开机之后执行如下命令:

ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \
                 --remote=db:Open_vSwitch,Open_vSwitch,manager_options \
                 --private-key=db:Open_vSwitch,SSL,private_key \
                 --certificate=db:Open_vSwitch,SSL,certificate \
                 --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert \
                 --pidfile --detach
ovs-vsctl --no-wait init
ovs-vswitchd --pidfile --detach