Changes between Version 1 and Version 2 of GeniNetworkStitchingConfirmationTestStatus/Utah-stitch


Ignore:
Timestamp:
06/03/15 15:33:34 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/Utah-stitch

    v1 v2  
    33= Utah Stitching Aggregate Confirmation Tests =
    44
    5 This pages capture the detailed test logs for each test defined in the [wiki:GeniNetworkStitchingConfirmationTests New Site Stitching Confirmation Tests] page. For the sites status see the [wiki:GeniNetworkStitchingConfirmationTestStatus New Site Stitching Confirmation Tests Status] page.
     5This pages capture the detailed test logs for each test defined in the [wiki:GeniNetworkStitchingConfirmationTests New Site Stitching Confirmation Tests] page. For the sites status see the [wiki:GeniNetworkStitchingConfirmationTestStatus New Site Stitching Confirmation Tests Status] page.]
     6
     7''*** Note that the Utah Stitching Aggregate (aka utah-stitch) is part of the network path for all experiments on this page ***''
     8
    69
    710== IG-ST-1 New Site to GPO IG topology ==
     
    165168}}}
    166169
    167 Created a slice and a sliver that connected Utah DDC IG to GPO IG:
     170Created a slice and a sliver that connected '''Utah DDC IG to GPO IG''':
    168171{{{
    169172$ stitcher.py createsliver IG-ST-1 IG-ST-1-al2s.rspec -o
     
    191194Success: Reserved resources in slice IG-ST-1 at 4 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 1 stitched link(s).
    192195}}}
    193 
    194 Verified connectivity by logging into Utah DDC host and pinging the GPO host:
    195 {{{
    196 remote-execute.py -a utahddc-ig IG-ST-1 -m "ping -c 10
    197 }}}
     196Determine login for endpoints:
     197{{{
     198$ readyToLogin --useSliceAggregates IG-ST-1
     199...
     200ig-gpo's geni_status is: ready
     201User lnevers logs in to ig-gpo using:
     202        ssh -p 34874  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc4.instageni.gpolab.bbn.com
     203...
     204ddc's geni_status is: ready
     205User lnevers logs in to ddc using:
     206        ssh -p 33594  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc11.utahddc.geniracks.net
     207
     208}}}
     209Verified connectivity by pinging the GPO IG host from the Utha DDC IG host:
     210{{{
     211$ remote-execute -a utahddc-ig IG-ST-1 -m "ping -c 5 192.168.1.1"
     212
     213}}}
     214
     215== IG-ST-2 New Site to GPO IG Loop topology ==
     216
     217Create a slice and then create the a sliver that connects two links between '''GPO IG and Utah IG''':
     218{{{
     219$ stitcher.py createsliver IG-ST-2 IG-ST-2.rspec -o
     22015:06:05 INFO    : Configured logging from file /home/lnevers/gcf-2.9/src/gcf/stitcher_logging.conf
     22115:06:06 INFO    : Reading slice IG-ST-2 credential...
     22215:06:06 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-2 expires on 2015-06-10 19:05:18 UTC
     22315:06:06 INFO    : Calling SCS...
     22415:06:09 INFO    : Multi-AM reservation will include resources from these aggregates:
     22515:06:09 INFO    :      <Aggregate utah-stitch>
     22615:06:09 INFO    :      <Aggregate gpo-ig>
     22715:06:09 INFO    :      <Aggregate al2s>
     22815:06:09 INFO    :      <Aggregate utah-ig>
     22915:06:09 INFO    : Gathering currently available VLAN tags at <Aggregate utah-ig>...
     23015:06:12 INFO    : Stitcher doing createsliver at <Aggregate utah-stitch>...
     23115:06:33 INFO    : ... Allocation at <Aggregate utah-stitch> complete.
     23215:06:33 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     23315:06:48 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     23415:06:48 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     23515:06:55 INFO    : ... Allocation at <Aggregate al2s> complete.
     23615:06:55 INFO    : Stitcher doing createsliver at <Aggregate utah-ig>...
     23715:07:11 INFO    : ... Allocation at <Aggregate utah-ig> complete.
     23815:07:11 INFO    : All aggregates are complete.
     23915:07:11 INFO    : Your resources expire at 2015-06-08T18:56:12 (UTC).
     24015:07:11 INFO    : Saved combined reservation RSpec at 4 AM(s) to file '/home/lnevers/gcf-test/stitch-test/Utah-stitch/IG-ST-2-manifest-rspec-multiam-combined.xml'
     241Success: Reserved resources in slice IG-ST-2 at 4 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
     242}}}
     243
     244Determined login information at each aggregate:
     245{{{
     246$ readyToLogin.py IG-ST-2 --useSliceAggregates
     247  ....
     248ig-gpo's geni_status is: ready
     249User lnevers logs in to ig-gpo using:
     250        ssh -p 36154  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc4.instageni.gpolab.bbn.com
     251 ....
     252ig-utah's geni_status is: ready
     253User lnevers logs in to ig-utah using:
     254        ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc3.utah.geniracks.net
     255}}}
     256
     257Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
     258{{{
     259remote-execute.py IG-ST-2 -a gpo-ig -m "ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q"
     260}}}
     261
     262== IG-ST-3 IG-ST-3 New Site 3 node linear topology ==
     263
     264Create a slice and then create slivers for the topology ''' GPO IG<->PG Utah<-> Utah IG''':
     265{{{
     266omni.py createslice IG-ST-3
     267stitcher.py createsliver IG-ST-3 IG-ST-3.rspec -o
     268}}}
     269
     270Determined login information the each aggregate:
     271{{{
     272$ readyToLogin.py IG-ST-3 --useSliceAggregates
     273  ....
     274}}}
     275Login to the VirginiaTech host and ping each remote:
     276{{{
     277#ping GPO IG
     278ping 192.168.2.1 -c 60 -q
     279# UKYPKS2 IG
     280ping 192.168.4.1 -c 60 -q
     281}}}
     282
     283== IG-ST-4 New Site to GPO EG interoperability ==
     284Create a slice and then sliver to connect '''EG GPO to Utah IG'''