Changes between Version 1 and Version 2 of GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/UMass


Ignore:
Timestamp:
04/26/17 11:38:51 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v1 v2  
    66For site status see the '''[wiki:GENIRacksHome/ExogeniRacks/ConfirmationTestStatus ExoGENI New Site Confirmation Tests Status]''' page.
    77
     8__Note:__ Omni nick_names for site aggregates used for these tests are:
     9{{{
     10umass-eg=urn:publicid:IDN+exogeni.net:umassvmsite+authority+am,https://umass-hn.exogeni.net:11443/orca/xmlrpc
     11}}}
     12
    813
    914== EG-CT-1 - Access to New Site VM resources ==
     15First determine orca_version running at this aggregate:
     16
     17{{{
     18$ omni -a umass-eg getversion   
     19
     20}}}
     21 
     22Compared with versions in other racks, the following version were found:
     23
     24
     25||''' Site''' ||''' Orca Version ''' ||
     26|| bbn || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     27|| fiu || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     28|| gwu || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     29|| osf || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     30|| psc || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     31|| rci || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     32|| sl || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     33|| tamu || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     34|| uaf || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     35|| ufl || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     36|| uh || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     37|| umass || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     38|| unf || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     39|| wsu || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     40|| exosm || ORCA 5.0 Eastsound: v.5.1.4.build-6a5cb64eaa09996b516c1879fddae07284a9c124 ||
     41
     42
     43
     44Created a slice and then created a 4 VMs sliver using the RSpec [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/UMASS/EG-CT-1.rspec EG-CT-1.rspec]
     45{{{
     46$ omni createslice EG-CT-1
     47$ omni createsliver -a umass-eg EG-CT-1 EG-CT-1.rspec
     48}}}
     49
     50Determine login information:
     51{{{
     52$ readyToLogin -a umass-eg EG-CT-1
     53  <....>
     54}}}
     55
     56=== Measurements ===
     57
     58Login to two of the nodes and collect iperf and ping statistics. All measurements are collected over 60 seconds:
     59
     60''Collected: 2017-04-XX''
     61
     62'''Iperf ExoGENI VM-2 to VM-1 (TCP) - TCP window size: 85.0 KB '''
     63
     64__One Client_
     65{{{
     66}}}
     67
     68__Five Clients__
     69{{{
     70}}}
     71
     72__Ten Clients__
     73{{{
     74}}}
     75
     76
     77'''Iperf ExoGENI VM-2 to the VM-1 (UDP) - 1470 byte datagrams & UDP buffer size: 208 KByte '''
     78{{{
     79}}}
     80
     81
     82'''Ping ExoGENI VM-2 to the VM-1 '''
     83{{{
     84}}}
     85
    1086== EG-CT-2 - Access to New Site bare metal and VM resources ==
     87
     88Create a slice:
     89{{{
     90$ omni createslice EG-CT-2
     91}}}
     92
     93}}}
     94Create a sliver with one VM and one bare metal node using RSpec [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/UMASS/EG-CT-2.rspec EG-CT-2.rspec]. Note: Bare metal only available via ExoSM.
     95
     96{{{
     97$ omni createsliver EG-CT-2 -a eg-sm ./EG-CT-2.rspec
     98}}}
     99
     100
     101}}}
     102
     103Determine login information:
     104{{{
     105$ readyToLogin EG-CT-2 -a eg-sm
     106<...>
     107
     108}}}
     109
     110
     111=== Measurements ===
     112
     113''Collected: 2017-04-XX''
     114
     115'''Iperf ExoGENI  BM-1 to VM-1 (TCP) - TCP window size: 64.0 KB '''
     116
     117__One Client_
     118{{{
     119}}}
     120
     121__Five Clients__
     122{{{
     123}}}
     124
     125__Ten Clients__
     126{{{
     127
     128}}}
     129
     130'''Iperf ExoGENI BM-1 to the VM-1 (UDP) - 1470 byte datagrams & UDP buffer size: 4.00 MByte '''
     131{{{
     132}}}
     133
     134'''Ping from ExoGENI BM-1 the VM-1 '''
     135{{{
     136}}}
     137
     138''Collected: 2017-04-XX''
     139
     140'''Iperf ExoGENI VM-1 to BM-1 (TCP) - TCP window size: 85.0 KB '''
     141
     142__One Client_
     143{{{
     144}}}
     145
     146__Five Clients__
     147{{{
     148}}}
     149
     150__Ten Clients__
     151{{{
     152
     153}}}
     154
     155'''Iperf ExoGENI VM-1 to BM-1 (UDP) - 1470 byte datagrams & UDP buffer size: 208 KByte '''
     156{{{
     157}}}
     158
     159'''Ping from ExoGENI VM-1 to BM-1 '''
     160{{{
     161}}}
     162
    11163== EG-CT-3 - Multiple sites experiment  ==
     164The GPO and UMASS racks are used in this experiment. First create a slice:
     165{{{
     166$ omni createslice EG-CT-3
     167}}}
     168}}}
     169Then create a sliver via the ExoSM that includes both GPO and UMASS VMs using the RSpec the RSpec [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/UMASS/EG-CT-3.rspec EG-CT-3.rspec]
     170{{{
     171$ omni createsliver -a eg-sm EG-CT-3 EG-CT-3.rspec
     172}}}
     173
     174Determine login information for allocated nodes:
     175{{{
     176$ readyToLogin -a eg-sm EG-CT-3     
     177 <...>
     178}}}
     179
     180=== Measurements ===
     181
     182''Collected: 2017-04-XX''
     183
     184'''Iperf ExoGENI GPO VM to UMASS VM (TCP) - TCP window size: 85.0 KB '''
     185
     186__One Client__
     187{{{
     188}}}
     189
     190__Five Clients__
     191{{{
     192}}}
     193
     194__Ten Clients__
     195{{{
     196}}}
     197
     198'''Iperf ExoGENI GPO VM to UMASS VM (UDP) - 1470 byte datagrams & UDP buffer size: 208 KByte '''
     199{{{
     200}}}
     201
     202'''Ping from GPO VM to UMASS VM '''
     203{{{
     204}}}
     205
     206''Collected: 2017-04-XX''
     207
     208'''Iperf ExoGENI UMASS VM to GPO VM (TCP) - TCP window size: 85.0 KB '''
     209
     210__One Client__
     211{{{
     212}}}
     213
     214__Five Clients__
     215{{{
     216}}}
     217
     218__Ten Clients__
     219{{{
     220}}}
     221
     222'''Iperf ExoGENI UMASS VM to GPO VM (UDP) - 1470 byte datagrams & UDP buffer size: 208 KByte '''
     223{{{
     224}}}
     225
     226'''Ping from GPO VM to UMASS VM '''
     227{{{
     228}}}
     229
    12230== EG-CT-4 - Multiple sites !OpenFlow experiment and interoperability ==
    13 == EG-CT-5 - Experiment Monitoring ==
    14 == EG-CT-6 - Administrative Tests ==
     231
     232No meso-scale available, see UMASS Stitching !OpenFlow test [wiki:GeniNetworkStitchingConfirmationTestStatus/UMASS#IG-ST-6NewSiteOpenFlowtopology IG-ST-6] status.
    15233
    16234----