Install OpenvSwitch OEL UEK3

1007 wget http://public-yum.oracle.com/beta/public-yum-ol6-beta.repo

1008 ls -lrt

1009 sed -i s/enabled=0/enabled=1/g public-yum-ol6-beta.repo

1010 yum update

1011 yum install openvswitch

1012 ovs-vsctl show

1013 yum install openvswitch-datapath-source bridge-utils

1014 yum install openvswitch-brcompat openvswitch-common

1015 yum search openvswitch

1016 /etc/init.d/openvswitch-switch start

1017 service openvswitch start

1018 chkconfig openvswitch on

1019 ovs-vsctl show

1020 uname -a

1021 pwd

1022 cd

1023 ls -lrt

1024 history

[OEL 6.3][~][root@tme-srv2567]#

988 yum install tunctl