| 1 | = Installing Open V switch on cons-wm-01 = |
| 2 | |
| 3 | Identifying information: |
| 4 | |
| 5 | {{{ |
| 6 | hostname -f |
| 7 | wm-asngw-01.orbit-lab.org |
| 8 | |
| 9 | more /etc/lsb-release |
| 10 | DISTRIB_ID=Ubuntu |
| 11 | DISTRIB_RELEASE=9.04 |
| 12 | DISTRIB_CODENAME=jaunty |
| 13 | DISTRIB_DESCRIPTION="Ubuntu 9.04 |
| 14 | |
| 15 | uname -a |
| 16 | Linux wm-asngw-01 2.6.28-18-server #60-Ubuntu SMP Fri Mar 12 05:41:54 UTC 2010 i686 GNU/Linux |
| 17 | |
| 18 | ifconfig |
| 19 | eth0 Link encap:Ethernet HWaddr 00:1f:29:0e:3a:68 |
| 20 | inet addr:10.41.0.3 Bcast:10.41.255.255 Mask:255.255.0.0 |
| 21 | inet6 addr: fe80::21f:29ff:fe0e:3a68/64 Scope:Link |
| 22 | UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1 |
| 23 | RX packets:636384 errors:0 dropped:0 overruns:0 frame:0 |
| 24 | TX packets:828244 errors:0 dropped:0 overruns:0 carrier:0 |
| 25 | collisions:0 txqueuelen:1000 |
| 26 | RX bytes:176839258 (176.8 MB) TX bytes:91011015 (91.0 MB) |
| 27 | Interrupt:17 |
| 28 | ... |
| 29 | }}} |
| 30 | |
| 31 | ---- |
| 32 | |
| 33 | === 9/20/2010 === |
| 34 | |
| 35 | Currently In opt there is an existing open openvsiwtch tarball, but it seems to be for a slightly older version. I've copied the newest stable version from the openvswitch website. |
| 36 | {{{ |
| 37 | sudo wget http://openvswitch.org/releases/openvswitch-1.1.0pre2.tar.gz |
| 38 | }}} |
| 39 | Pkg-configure was installed as well as libssl-dev. Make completed with out complaint. I've attached the config.log for comparison. |