ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock --remote=db:Open_vSwitch,manager_options --private-key=db:SSL,private_key --certificate=db:SSL,certificate --bootstrap-ca-cert=db:SSL,ca_cert --pidfile --detach
(6)查看OVSDB数据库是否启动成功:
(7)初始化数据库:
ovs-vsctl --no-wait init
(8)启动Open vSwitch daemon:
ovs-vswitchd --pidfile --detach
(9)Open vSwitch 部署完成,查看当前ovs进程:
(10)查看ovs的版本信息: