美文网首页
ovs-vsctl: unix:/usr/local/var/r

ovs-vsctl: unix:/usr/local/var/r

作者: 杀破魂 | 来源:发表于2018-04-26 09:40 被阅读167次

解决方法是每次重新开机都运行下面命令:

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

相关文章

网友评论

      本文标题:ovs-vsctl: unix:/usr/local/var/r

      本文链接:https://www.haomeiwen.com/subject/bzrjtftx.html