Changes between Version 46 and Version 47 of GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/UFlorida


Ignore:
Timestamp:
08/15/16 13:22:01 (8 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/UFlorida

    v46 v47  
    726726
    727727== EG-CT-4 - Multiple sites !OpenFlow experiment and interoperability ==
    728 First create a slice:
    729 {{{
    730 $ omni.py createslice EG-CT-4
    731 09:20:19 INFO     omni: Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
    732 09:20:19 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
    733 09:20:19 INFO     omni: Using control framework portal
    734 09:20:21 INFO     omni: Created slice with Name EG-CT-4, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+EG-CT-4, Expiration 2013-12-11 14:20:20
    735 09:20:21 INFO     omni:  ------------------------------------------------------------
    736 09:20:21 INFO     omni:  Completed createslice:
    737 Args: createslice EG-CT-4
    738   Result Summary: Created slice with Name EG-CT-4, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+EG-CT-4, Expiration 2013-12-11 14:20:20
    739 09:20:21 INFO     omni:  ============================================================
    740 }}}
    741 Then create slivers at all !OpenFlow aggregates.  This confirmation test creates a sliver at each of the following aggregates using the RSpec specified.  RSpecs can be found [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/UFL here]
    742 {{{
    743 $ omni.py createsliver -a of-nlr EG-CT-4 EG-CT-4-openflow-nlr.rspec
    744 $ omni.py createsliver -a of-i2 EG-CT-4 EG-CT-4-openflow-internet2.rspec
    745 $ omni.py createsliver -a gpo-of EG-CT-4 EG-CT-4-openflow-gpo.rspec
    746 $ omni.py createsliver -a gpo-eg-of EG-CT-4 EG-CT-4-openflow-eg-gpo.rspec
    747 $ omni.py createsliver -a uen-of EG-CT-4 EG-CT-4-openflow-uen.rspec
    748 $ omni.py createsliver -a ufl-eg-of EG-CT-4 EG-CT-4-openflow-eg-ufl.rspec
    749 $ omni.py createsliver -a gpo-ig-of EG-CT-4 EG-CT-4-openflow-ig-gpo.rspec
    750 }}}
    751 Then create a sliver at each of the compute resource aggregates, RSpecs used can be found [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/UFL here]
    752 
    753 {{{
    754 $ omni.py createsliver -a pg-utah EG-CT-4 EG-CT-4-pg-utah.rspec
    755 $ omni.py createsliver -a gpo-ig EG-CT-4 EG-CT-4-ig-gpo.rspec
    756 $ omni.py createsliver -a gpo-eg EG-CT-4 EG-CT-4-eg-gpo.rspec
    757 $ omni.py createsliver -a ufl-eg EG-CT-4 EG-CT-4-eg-ufl.rspec
    758 }}}
    759 
    760 Once the slivers were ready, determined login for PG and Indiana hosts on shared VLAN 1750:
    761 {{{
    762 $ readyToLogin.py -a pg-utah EG-CT-4
    763 <...>
    764 ================================================================================
    765 LOGIN INFO for AM: https://www.emulab.net:12369/protogeni/xmlrpc/am/2.0
    766 ================================================================================
    767 
    768 For more login info, see the section entitled:
    769          'Providing a private key to ssh' in 'readyToLogin.py -h'
    770 
    771 utah-pg's geni_status is: ready (am_status:ready)
    772 User lnevers logs in to utah-pg using:
    773         ssh -p 32058  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc403.emulab.net
    774 }}}
    775 
    776 Determined login for GPO InstaGENI:
    777 {{{
    778 $ readyToLogin.py -a gpo-ig EG-CT-4
    779 <...>
    780 ================================================================================
    781 LOGIN INFO for AM: https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am/2.0
    782 ================================================================================
    783 
    784 For more login info, see the section entitled:
    785          'Providing a private key to ssh' in 'readyToLogin.py -h'
    786 
    787 gpo-ig2's geni_status is: changing (am_status:changing)
    788 User lnevers logs in to gpo-ig2 using:
    789         ssh -p 34107  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.gpolab.bbn.com
    790 
    791 gpo-ig's geni_status is: ready (am_status:ready)
    792 User lnevers logs in to gpo-ig using:
    793         ssh -p 34106  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.gpolab.bbn.com
    794 }}}
    795 
    796 Determined login for GPO ExoGENI:
    797 {{{
    798 $ readyToLogin.py -a gpo-eg EG-CT-4
    799 <...>
    800 ================================================================================
    801 LOGIN INFO for AM: https://bbn-hn.exogeni.net:11443/orca/xmlrpc
    802 ================================================================================
    803 
    804 For more login info, see the section entitled:
    805          'Providing a private key to ssh' in 'readyToLogin.py -h'
    806 
    807 VM's geni_status is: ready (am_status:ready)
    808 User lnevers logs in to VM using:
    809         ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@192.1.242.19
    810 }}}
    811 
    812 Determined login for UFL ExoGENI:
    813 {{{
    814 $ readyToLogin.py -a ufl-eg EG-CT-4
    815 <...>
    816 ================================================================================
    817 LOGIN INFO for AM: https://ufl-hn.exogeni.net:11443/orca/xmlrpc
    818 ================================================================================
    819 
    820 For more login info, see the section entitled:
    821          'Providing a private key to ssh' in 'readyToLogin.py -h'
    822 
    823 ufl-vm's geni_status is: ready (am_status:ready)
    824 User lnevers logs in to ufl-vm using:
    825         ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@128.227.10.36
    826 
    827 ufl-vm1's geni_status is: ready (am_status:ready)
    828 User lnevers logs in to ufl-vm1 using:
    829         ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@128.227.10.37
    830 }}}
    831 
    832 === Measurements ===
    833 
    834 This section captures measurements collected between the following endpoints:
    835 
    836  1. UFL ExoGENI VM and UFL ExoGENI VM
    837  2. UFL ExoGENI VM and GPO ExoGENI VM
    838  3. UFL ExoGENI VM and GPO InstaGENI VM
    839  4. UFL ExoGENI VM and Utah PG VM
    840 
    841 
    842 1. The measurements collected for UFL ExoGENI VM and UFL ExoGENI VM
    843 
    844 '''Iperf UFL ExoGENI VM to UFL ExoGENI VM - TCP window size: 16.0 KByte (default)'''
    845 
    846 __One Client_
    847 {{{
    848 [ ID] Interval       Transfer     Bandwidth
    849 [  3]  0.0-60.0 sec  21.2 GBytes  3.03 Gbits/sec
    850 }}}
    851 
    852 __Five Clients__
    853 {{{
    854 [ ID] Interval       Transfer     Bandwidth
    855 [  4]  0.0-60.0 sec  7.67 GBytes  1.10 Gbits/sec
    856 [  5]  0.0-60.0 sec  7.55 GBytes  1.08 Gbits/sec
    857 [  6]  0.0-60.0 sec  7.65 GBytes  1.10 Gbits/sec
    858 [  3]  0.0-60.0 sec  7.65 GBytes  1.10 Gbits/sec
    859 [  7]  0.0-60.0 sec  7.58 GBytes  1.09 Gbits/sec
    860 [SUM]  0.0-60.0 sec  38.1 GBytes  5.46 Gbits/sec
    861 }}}
    862 
    863 __Ten Clients__
    864 {{{
    865 [ ID] Interval       Transfer     Bandwidth
    866 [  4]  0.0-60.0 sec  4.54 GBytes    650 Mbits/sec
    867 [  5]  0.0-60.0 sec  4.46 GBytes    639 Mbits/sec
    868 [  6]  0.0-60.0 sec  4.52 GBytes    647 Mbits/sec
    869 [  7]  0.0-60.0 sec  4.59 GBytes    657 Mbits/sec
    870 [  8]  0.0-60.0 sec  4.58 GBytes    655 Mbits/sec
    871 [  9]  0.0-60.0 sec  4.54 GBytes    650 Mbits/sec
    872 [ 10]  0.0-60.0 sec  4.56 GBytes    653 Mbits/sec
    873 [ 11]  0.0-60.0 sec  4.55 GBytes    651 Mbits/sec
    874 [  3]  0.0-60.0 sec  4.59 GBytes    657 Mbits/sec
    875 [ 12]  0.0-60.0 sec  4.47 GBytes    639 Mbits/sec
    876 [SUM]  0.0-60.0 sec  45.4 GBytes  6.50 Gbits/sec
    877 }}}
    878 
    879 '''Iperf UFL ExoGENI VM to UFL ExoGENI VM (UDP) - UDP buffer size: 122 KByte (default) '''
    880 {{{
    881 [ ID] Interval       Transfer     Bandwidth
    882 [  3]  0.0-60.0 sec    719 MBytes    101 Mbits/sec
    883 [  3] Sent 512822 datagrams
    884 [  3] Server Report:
    885 [  3]  0.0-59.9 sec    719 MBytes    101 Mbits/sec  0.010 ms   50/512821 (0.0097%)
    886 [  3]  0.0-59.9 sec  411 datagrams received out-of-order
    887 }}}
    888 
    889 '''Ping from UFL ExoGENI VM to UFL ExoGENI VM'''
    890 {{{
    891 60 packets transmitted, 60 received, 0% packet loss, time 58996ms
    892 rtt min/avg/max/mdev = 0.236/1.964/95.001/12.112 ms
    893 }}}
    894 
    895 
    896 2. The measurements collected for UFL ExoGENI VM and GPO ExoGENI VM:
    897 
    898 '''Iperf UFL ExoGENI VM to GPO ExoGENI VM (TCP)
    899 
    900 __One Client_
    901 {{{
    902 [ ID] Interval       Transfer     Bandwidth
    903 [  3]  0.0-60.0 sec  35.6 MBytes  4.98 Mbits/sec
    904 }}}
    905 
    906 __Five Clients__
    907 {{{
    908 [ ID] Interval       Transfer     Bandwidth
    909 [  5]  0.0-60.0 sec  38.3 MBytes  5.35 Mbits/sec
    910 [  3]  0.0-60.0 sec  35.4 MBytes  4.94 Mbits/sec
    911 [  4]  0.0-60.1 sec  35.7 MBytes  4.99 Mbits/sec
    912 [  7]  0.0-60.1 sec  32.2 MBytes  4.50 Mbits/sec
    913 [  6]  0.0-60.1 sec  31.3 MBytes  4.37 Mbits/sec
    914 [SUM]  0.0-60.1 sec    173 MBytes  24.1 Mbits/sec
    915 }}}
    916 
    917 __Ten Clients__
    918 
    919 {{{
    920 [ ID] Interval       Transfer     Bandwidth
    921 [  4]  0.0-60.0 sec  36.1 MBytes  5.04 Mbits/sec
    922 [  3]  0.0-60.0 sec  33.5 MBytes  4.68 Mbits/sec
    923 [ 10]  0.0-60.0 sec  34.5 MBytes  4.82 Mbits/sec
    924 [ 12]  0.0-60.0 sec  35.9 MBytes  5.01 Mbits/sec
    925 [  6]  0.0-60.1 sec  36.8 MBytes  5.14 Mbits/sec
    926 [  8]  0.0-60.1 sec  33.8 MBytes  4.71 Mbits/sec
    927 [  5]  0.0-60.1 sec  34.5 MBytes  4.82 Mbits/sec
    928 [ 11]  0.0-60.1 sec  35.1 MBytes  4.90 Mbits/sec
    929 [  9]  0.0-60.2 sec  38.2 MBytes  5.33 Mbits/sec
    930 [  7]  0.0-60.3 sec  34.0 MBytes  4.72 Mbits/sec
    931 [SUM]  0.0-60.3 sec    352 MBytes  49.0 Mbits/sec
    932 }}}
    933 
    934 '''Iperf UFL ExoGENI VM to GPO ExoGENI VM  (UDP)
    935 {{{
    936 [ ID] Interval       Transfer     Bandwidth
    937 [  3]  0.0-60.0 sec    719 MBytes    101 Mbits/sec
    938 [  3] Sent 512822 datagrams
    939 [  3] Server Report:
    940 [  3]  0.0-58.4 sec    701 MBytes    101 Mbits/sec  0.020 ms 13042/512821 (2.5%)
    941 [  3]  0.0-58.4 sec  681 datagrams received out-of-order
    942 }}}
    943 
    944 '''Ping from UFL ExoGENI VM to GPO ExoGENI VM'''
    945 {{{
    946 60 packets transmitted, 60 received, 0% packet loss, time 59094ms
    947 rtt min/avg/max/mdev = 172.679/240.095/2514.295/344.953 ms, pipe 3
    948 }}}
    949 
    950 3. The measurements collected for UFL ExoGENI VM and GPO InstaGENI VM:
    951 
    952 '''Iperf UFL ExoGENI VM to GPO InstaGENI VM (TCP)
    953 
    954 __One Client_
    955 {{{
    956 [ ID] Interval       Transfer     Bandwidth
    957 [  3]  0.0-60.3 sec  47.7 MBytes  6.63 Mbits/sec
    958 }}}
    959 
    960 __Five Clients__
    961 {{{
    962 [ ID] Interval       Transfer     Bandwidth
    963 [  4]  0.0-60.0 sec  38.9 MBytes  5.44 Mbits/sec
    964 [  6]  0.0-60.1 sec  29.6 MBytes  4.14 Mbits/sec
    965 [  7]  0.0-60.1 sec  44.8 MBytes  6.26 Mbits/sec
    966 [  3]  0.0-60.1 sec  42.5 MBytes  5.93 Mbits/sec
    967 [  5]  0.0-60.1 sec  32.8 MBytes  4.58 Mbits/sec
    968 [SUM]  0.0-60.1 sec    189 MBytes  26.3 Mbits/sec
    969 }}}
    970 
    971 __Ten Clients__
    972 {{{
    973 [ ID] Interval       Transfer     Bandwidth
    974 [  9]  0.0-60.0 sec  37.8 MBytes  5.28 Mbits/sec
    975 [  3]  0.0-60.0 sec  38.4 MBytes  5.37 Mbits/sec
    976 [ 10]  0.0-60.0 sec  40.8 MBytes  5.71 Mbits/sec
    977 [  7]  0.0-60.1 sec  40.9 MBytes  5.71 Mbits/sec
    978 [  4]  0.0-60.1 sec  41.6 MBytes  5.81 Mbits/sec
    979 [ 11]  0.0-60.1 sec  34.4 MBytes  4.79 Mbits/sec
    980 [ 12]  0.0-60.1 sec  41.0 MBytes  5.72 Mbits/sec
    981 [  6]  0.0-60.1 sec  38.2 MBytes  5.32 Mbits/sec
    982 [  5]  0.0-60.2 sec  45.2 MBytes  6.30 Mbits/sec
    983 [  8]  0.0-61.0 sec  38.3 MBytes  5.26 Mbits/sec
    984 [SUM]  0.0-61.0 sec    397 MBytes  54.6 Mbits/sec
    985 }}}
    986 
    987 '''Iperf UFL ExoGENI VM to GPO InstaGENI VM (UDP)
    988 {{{
    989 [ ID] Interval       Transfer     Bandwidth
    990 [  3]  0.0-60.0 sec    719 MBytes    101 Mbits/sec
    991 [  3] Sent 512821 datagrams
    992 [  3] Server Report:
    993 [  3]  0.0-58.4 sec    701 MBytes    101 Mbits/sec  0.004 ms 13078/512820 (2.6%)
    994 [  3]  0.0-58.4 sec  267 datagrams received out-of-order
    995 }}}
    996 
    997 '''Ping from UFL ExoGENI VM to GPO InstaGENI VM'''
    998 {{{
    999 60 packets transmitted, 60 received, 0% packet loss, time 59023ms
    1000 rtt min/avg/max/mdev = 172.596/228.433/2285.629/303.315 ms, pipe 3
    1001 }}}
    1002 
    1003 4. The measurements collected for UFL ExoGENI VM and Utah PG VM:
    1004 
    1005 '''Iperf UFL ExoGENI VM to Utah PG VM (TCP) - TCP window size: 16.0 KByte (default)'''
    1006 
    1007 __One Client__
    1008 {{{
    1009 [ ID] Interval       Transfer     Bandwidth
    1010 [  3]  0.0-60.1 sec  19.6 MBytes  2.74 Mbits/sec
    1011 }}}
    1012 
    1013 __Five Clients__
    1014 {{{
    1015 [ ID] Interval       Transfer     Bandwidth
    1016 [  6]  0.0-60.1 sec  21.7 MBytes  3.03 Mbits/sec
    1017 [  3]  0.0-60.2 sec  18.4 MBytes  2.56 Mbits/sec
    1018 [  5]  0.0-60.2 sec  16.8 MBytes  2.33 Mbits/sec
    1019 [  4]  0.0-60.3 sec  18.9 MBytes  2.63 Mbits/sec
    1020 [  7]  0.0-60.5 sec  12.9 MBytes  1.79 Mbits/sec
    1021 [SUM]  0.0-60.5 sec  88.7 MBytes  12.3 Mbits/sec
    1022 }}}
    1023 
    1024 __Ten Clients__
    1025 {{{
    1026 [ ID] Interval       Transfer     Bandwidth
    1027 [  8]  0.0-60.1 sec  17.7 MBytes  2.46 Mbits/sec
    1028 [  3]  0.0-60.2 sec  10.7 MBytes  1.49 Mbits/sec
    1029 [  6]  0.0-60.2 sec  18.1 MBytes  2.53 Mbits/sec
    1030 [  9]  0.0-60.2 sec  10.9 MBytes  1.52 Mbits/sec
    1031 [ 11]  0.0-60.3 sec  15.7 MBytes  2.18 Mbits/sec
    1032 [  7]  0.0-60.3 sec  14.8 MBytes  2.05 Mbits/sec
    1033 [ 12]  0.0-60.4 sec  13.1 MBytes  1.82 Mbits/sec
    1034 [  4]  0.0-60.5 sec  13.5 MBytes  1.88 Mbits/sec
    1035 [  5]  0.0-60.5 sec  13.2 MBytes  1.83 Mbits/sec
    1036 [ 10]  0.0-60.6 sec  12.9 MBytes  1.79 Mbits/sec
    1037 [SUM]  0.0-60.6 sec    141 MBytes  19.5 Mbits/sec
    1038 }}}
    1039 
    1040 '''Iperf UFL ExoGENI VM to Utah PG VM (UDP) - UDP buffer size:   122 KByte (default)'''
    1041 {{{
    1042 [ ID] Interval       Transfer     Bandwidth
    1043 [  3]  0.0-60.0 sec    719 MBytes    101 Mbits/sec
    1044 [  3] Sent 512822 datagrams
    1045 [  3] Server Report:
    1046 [  3]  0.0-58.8 sec    516 MBytes  73.6 Mbits/sec  0.052 ms 144880/512821 (28%)
    1047 [  3]  0.0-58.8 sec  147 datagrams received out-of-order
    1048 }}}
    1049 
    1050 '''Ping from UFL ExoGENI VM to Utah PG VM'''
    1051 {{{
    1052 60 packets transmitted, 60 received, 0% packet loss, time 59075ms
    1053 rtt min/avg/max/mdev = 190.509/229.072/1748.294/210.585 ms, pipe 2
    1054 }}}
     728
     729No meso-scale available, see UNF Stitching !OpenFlow test [wiki:GeniNetworkStitchingConfirmationTestStatus/UNF#IG-ST-6NewSiteOpenFlowtopology IG-ST-6] status.
    1055730
    1056731== EG-CT-5 - Experiment Monitoring ==