ubuntu server安装OVS (2)

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

 

ubuntu server安装OVS

(6)查看OVSDB数据库是否启动成功:

 

ubuntu server安装OVS

(7)初始化数据库:

     ovs-vsctl --no-wait init

 

ubuntu server安装OVS

(8)启动Open vSwitch daemon:

     ovs-vswitchd  --pidfile --detach

 

ubuntu server安装OVS

(9)Open vSwitch 部署完成,查看当前ovs进程:

 

ubuntu server安装OVS

(10)查看ovs的版本信息:

 

ubuntu server安装OVS

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wsxywj.html