Changes between Version 11 and Version 12 of GeniNetworkStitchingConfirmationTestStatus/TAMU


Ignore:
Timestamp:
05/22/17 13:53:04 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/TAMU

    v11 v12  
    199199Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/TAMU/EG-ST-2.rspec EG-ST-2.rspec]:
    200200{{{
    201 omni.py createslice EG-ST-2; stitcher.py createsliver EG-ST-2 EG-ST-2.rspec -o
     201$ stitcher.py createsliver EG-ST-2 EG-ST-2.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     202$ stitcher.py createsliver EG-ST-2 EG-ST-2.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     20313:37:55 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     20413:37:55 INFO    : Reading slice EG-ST-2 credential...
     20513:37:56 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+EG-ST-2 expires on 2017-05-29 14:19:51 UTC
     20613:37:56 INFO    : Using SCS at https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     20713:37:56 INFO    : Calling SCS...
     20813:37:57 INFO    : Multi-AM reservation will include resources from these aggregates:
     20913:37:57 INFO    :      <Aggregate gpo-ig>
     21013:37:57 INFO    :      <Aggregate tamu-eg>
     21113:37:57 INFO    :      <Aggregate al2s>
     21213:37:57 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     21313:38:14 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     21413:38:14 INFO    : Stitcher doing createsliver at <Aggregate tamu-eg>...
     21513:38:26 INFO    : ... Allocation at <Aggregate tamu-eg> complete.
     21613:38:26 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     21713:38:41 INFO    : ... Allocation at <Aggregate al2s> complete.
     21813:38:41 INFO    : All aggregates are complete.
     21913:38:41 INFO    : Your resources expire at 2017-05-28T17:27:57 (UTC).
     22013:38:41 INFO    : Saved combined reservation RSpec at 3 AM(s) to file '/home/lnevers/gcf-test/stitch-test/TAMU/EG-ST-2-manifest-rspec-multiam-combined.xml'
     221Success: Reserved resources in slice EG-ST-2 at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
    202222}}}
    203223
    204224Determined login information at each TAMU and GPO aggregate:
    205225{{{
    206 $ readyToLogin.py EG-ST-2 -a tamu-ig
    207   ....
    208 
    209 $ readyToLogin.py EG-ST-2 -a gpo-ig
    210   ....
     226$ readyToLogin.py EG-ST-2 --useSliceAggregates
     227  ....
     228ig-gpo's geni_status is: ready
     229User lnevers logs in to ig-gpo using:
     230        ssh -p 25106  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.gpolab.bbn.com
     231
     232eg-tamu's geni_status is: ready
     233User lnevers logs in to eg-tamu using:
     234        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@128.194.6.159
     235
    211236}}}
    212237
    213238Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
    214239{{{
    215 ping 10.10.4.2 -c 60 -q; ping 192.168.4.2 -c 60 -q
     240lnevers@ig-gpo:~$ ping 10.10.4.2 -c 60 -q; ping 192.168.4.2 -c 60 -q
     241PING 10.10.4.2 (10.10.4.2) 56(84) bytes of data.
     242
     243--- 10.10.4.2 ping statistics ---
     24460 packets transmitted, 60 received, 0% packet loss, time 59075ms
     245rtt min/avg/max/mdev = 58.933/60.231/119.548/7.735 ms
     246PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     247
     248--- 192.168.4.2 ping statistics ---
     24960 packets transmitted, 60 received, 0% packet loss, time 59068ms
     250rtt min/avg/max/mdev = 58.961/60.095/119.216/7.700 ms
    216251}}}
    217252
    218253== EG-ST-3 EG-ST-3 New Site 3 node linear topology ==
    219254
    220 ''' Note: this test is currently blocked by ExoGENI restriction which only allows one GENI stitched link per site [http://groups.geni.net/geni/ticket/1156 exoticket:1156]. '''
    221 
    222255Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/TAMU/EG-ST-3.rspec EG-ST-3.rspec]:
    223256{{{
    224 omni.py createslice EG-ST-3; stitcher.py createsliver EG-ST-3 EG-ST-3.rspec -o
     257$ stitcher.py createsliver EG-ST-3 EG-ST-3.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     25813:41:42 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     25913:41:43 INFO    : Reading slice EG-ST-3 credential...
     26013:41:43 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+EG-ST-3 expires on 2017-05-29 14:38:34 UTC
     26113:41:43 INFO    : Using SCS at https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     26213:41:43 INFO    : Calling SCS...
     26313:41:44 INFO    : Multi-AM reservation will include resources from these aggregates:
     26413:41:44 INFO    :      <Aggregate sox-ig>
     26513:41:44 INFO    :      <Aggregate gpo-ig>
     26613:41:44 INFO    :      <Aggregate tamu-eg>
     26713:41:44 INFO    :      <Aggregate al2s>
     26813:41:44 INFO    : Stitcher doing createsliver at <Aggregate sox-ig>...
     26913:42:01 INFO    : ... Allocation at <Aggregate sox-ig> complete.
     27013:42:01 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     27113:42:18 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     27213:42:18 INFO    : Stitcher doing createsliver at <Aggregate tamu-eg>...
     27313:42:29 INFO    : ... Allocation at <Aggregate tamu-eg> complete.
     27413:42:29 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     27513:42:31 ERROR   :  {'output': 'Exception: requested VLAN unavailable: rtsw.atla.net.internet2.edu,et-4/3/0.0 VLAN=3541', 'code': {'geni_code': 24}}
     27613:42:31 INFO    : Deleting some reservations to retry, avoiding failed VLAN...
     27713:42:31 INFO    : Doing deletesliver at <Aggregate sox-ig>...
     27813:44:07 INFO    : Will put <Aggregate al2s> back in the pool to allocate. Got: Retrying reservations at earlier AMs to avoid unavailable VLAN tag at <Aggregate al2s>....
     27913:44:07 INFO    : Pausing for 30 seconds for Aggregates to free up resources...
     280
     281
     28213:44:37 INFO    : Checking that prior reservation at <Aggregate sox-ig> has been cleared up....
     28313:44:49 ERROR   :  {'output': 'No slice or aggregate here', 'code': {'protogeni_error_log': 'urn:publicid:IDN+instageni.sox.net+log+fcdffcdf1ff1d729e2257e9a68605fd8', 'am_type': 'protogeni', 'geni_code': 12, 'am_code': 12, 'protogeni_error_url': 'https://www.instageni.sox.net/spewlogfile.php3?logfile=fcdffcdf1ff1d729e2257e9a68605fd8'}, 'value': 0}
     28413:44:49 INFO    : ... it is, so can try a new reservation.
     28513:44:49 INFO    : Stitcher doing createsliver at <Aggregate sox-ig>...
     28613:45:20 INFO    : ... Allocation at <Aggregate sox-ig> complete.
     28713:45:20 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     28813:45:33 INFO    : ... Allocation at <Aggregate al2s> complete.
     28913:45:33 INFO    : All aggregates are complete.
     29013:45:33 INFO    : Your resources expire at 2017-05-28T17:31:44 (UTC).
     29113:45:33 INFO    : Saved combined reservation RSpec at 4 AM(s) to file '/home/lnevers/gcf-test/stitch-test/TAMU/EG-ST-3-manifest-rspec-multiam-combined.xml'
     292Success: Reserved resources in slice EG-ST-3 at 4 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
    225293}}}
    226294
    227295Determined login information the TAMU host:
    228296{{{
    229 $ readyToLogin.py EG-ST-3 -a tamu-ig
    230   ....
     297$ readyToLogin.py EG-ST-3 --useSliceAggregates
     298  ....
     299ig-gpo's geni_status is: ready
     300User lnevers logs in to ig-gpo using:
     301        ssh -p 25138  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.gpolab.bbn.com
     302
     303eg-tamu's geni_status is: ready
     304User lnevers logs in to eg-tamu using:
     305        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@128.194.6.160
     306
     307
     308ig-sox's geni_status is: ready
     309User lnevers logs in to ig-sox using:
     310        ssh -p 25010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.sox.net
    231311}}}
    232312
    233313Login to the TAMU host and ping each remote:
    234314{{{
    235 #ping GPO IG
    236 ping 192.168.2.1 -c 60 -q
    237 # Utah IG
    238 ping 192.168.4.1 -c 60 -q
     315lnevers@eg-tamu:~$ #ping GPO IG
     316lnevers@eg-tamu:~$ ping 192.168.2.1 -c 60 -q
     317PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
     318
     319--- 192.168.2.1 ping statistics ---
     32060 packets transmitted, 60 received, 0% packet loss, time 59068ms
     321rtt min/avg/max/mdev = 58.996/60.154/119.166/7.687 ms
     322lnevers@eg-tamu:~$ # Utah IG
     323lnevers@eg-tamu:~$ ping 192.168.4.1 -c 60 -q
     324PING 192.168.4.1 (192.168.4.1) 56(84) bytes of data.
     325
     326--- 192.168.4.1 ping statistics ---
     32760 packets transmitted, 60 received, 0% packet loss, time 59065ms
     328rtt min/avg/max/mdev = 35.954/36.663/73.208/4.760 ms
     329lnevers@eg-tamu:~$
    239330}}}
    240331