环境:
os: centos7
ovs: openvswitch-2.17.4

1. Preparing

1.1 下载 openvswitch-2.17.4.tar.gz,并解压到/root/openvswitch-2.17.4
在这里插入图片描述

1.2 安装gcc
yum install -y gcc

1.3 安装python3
yum install -y python3

2. Configuring

进入到解压后的openvswitch-2.17.4目录下,执行./configure

3. Building

3.1. openvswitch-2.17.4目录下继续执行make (Run GNU make in the build directory)

3.2. openvswitch-2.17.4目录下继续执行make install (Run make install to install the executables and manpages into the running system, by default under /usr/local)

4. Starting

安装完成后,可以利用ovs-ctl工具直接拉起ovsdb-serverovs-vswitchd,ovs-ctl工具默认安装在/usr/local/share/openvswitch/scripts目录下

在这里插入图片描述

依次执行如下两个命令

export PATH=$PATH:/usr/local/share/openvswitch/scripts
ovs-ctl start

在这里插入图片描述

5. Validating

执行ovs-vsctl show 可以查看到对应的版本号
在这里插入图片描述

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐