Build Flowvisor platform on the server

Source: Internet
Author: User
Tags openvswitch

Before all was tested on Ubuntu VMS on VirtualBox OvS and pox, now we start on the server

The OvS on both servers are 1.4.6 versions

Encounter a problem: the previous OvS down

And then all the orders are error.

Ovs-vsctl Show
Dec 13:13:09|00001|stream_unix| Err|/tmp/stream-unix.7239.0:connection To/usr/local/var/run/openvswitch/db.sock Failed:permission denied
Dec 13:13:09|00002|reconnect| Warn|unix:/usr/local/var/run/openvswitch/db.sock:connection Attempt failed (Permission denied)
Dec 13:13:10|00003|stream_unix| Err|/tmp/stream-unix.7239.1:connection To/usr/local/var/run/openvswitch/db.sock Failed:permission denied

And then using reload kernel

To switch to a user on a OvS installation

Lsmod | grep Open

sudo killall ovsdb-server
sudo insmod Datapath/linux/openvswitch_mod.ko
sudo 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
sudo ovs-vsctl--no-wait Init
sudo ovs-vswitchd--pidfile--detach and then it's okay. Install OvS

Build Flowvisor platform on the server

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.