Changes between Version 9 and Version 10 of GeniNetworkStitchingConfirmationTestStatus/UAF


Ignore:
Timestamp:
05/22/17 11:43:06 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/UAF

    v9 v10  
    185185
    186186
     187== EG-ST-2 New Site to GPO IG Loop topology ==
     188
     189Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UAF/EG-ST-2.rspec EG-ST-2.rspec]:
     190{{{
     191$ stitcher.py createsliver EG-ST-2 EG-ST-2.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     19211:34:56 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     19311:34:56 INFO    : Reading slice EG-ST-2 credential...
     19411:34:56 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+EG-ST-2 expires on 2017-05-29 14:19:51 UTC
     19511:34:56 INFO    : Using SCS at https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     19611:34:56 INFO    : Calling SCS...
     19711:34:57 INFO    : Multi-AM reservation will include resources from these aggregates:
     19811:34:57 INFO    :      <Aggregate gpo-ig>
     19911:34:57 INFO    :      <Aggregate al2s>
     20011:34:57 INFO    :      <Aggregate uaf-eg>
     20111:34:57 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     20211:35:15 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     20311:35:15 INFO    : Stitcher doing createsliver at <Aggregate uaf-eg>...
     20411:35:31 INFO    : ... Allocation at <Aggregate uaf-eg> complete.
     20511:35:31 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     20611:35:34 ERROR   :  {'output': 'Exception: requested VLAN unavailable: rtsw.seat.net.internet2.edu,et-4/3/0.0 VLAN=2350', 'code': {'geni_code': 24}}
     20711:35:34 WARNING : Stitching failed but will retry: Circuit reservation failed at <Aggregate al2s>. Try again from the SCS. (Error: Topology too complex for local redo - ask Stitching Service to find a VLAN tag (AMAPIError: Error from Aggregate: code 24: Exception: requested VLAN unavailable: rtsw.seat.net.internet2.edu,et-4/3/0.0 VLAN=2350.))
     20811:35:34 INFO    : Deleting existing reservations...
     20911:35:34 INFO    : Doing deletesliver at <Aggregate gpo-ig>...
     21011:35:36 INFO    : Deleted reservation at <Aggregate gpo-ig>.
     21111:35:36 INFO    : Doing deletesliver at <Aggregate uaf-eg>...
     21211:35:44 INFO    : Deleted reservation at <Aggregate uaf-eg>.
     21311:35:44 INFO    : Calling SCS for the 2nd time...
     21411:35:44 INFO    : Pausing for 30 seconds for Aggregates to free up resources...
     215
     216
     21711:36:14 INFO    : Multi-AM reservation will include resources from these aggregates:
     21811:36:14 INFO    :      <Aggregate gpo-ig>
     21911:36:14 INFO    :      <Aggregate al2s>
     22011:36:14 INFO    :      <Aggregate uaf-eg>
     22111:36:14 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     22211:36:33 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     22311:36:33 INFO    : Stitcher doing createsliver at <Aggregate uaf-eg>...
     22411:36:49 INFO    : ... Allocation at <Aggregate uaf-eg> complete.
     22511:36:49 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     22611:37:02 INFO    : ... Allocation at <Aggregate al2s> complete.
     22711:37:02 INFO    : All aggregates are complete.
     22811:37:02 INFO    : Your resources expire at 2017-05-28T15:26:14 (UTC).
     22911:37:02 INFO    : Saved combined reservation RSpec at 3 AM(s) to file '/home/lnevers/gcf-test/stitch-test/UAF/EG-ST-2-manifest-rspec-multiam-combined.xml'
     230Success: 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).
     231}}}
     232
     233Determined login information at each UAF and GPO aggregate:
     234{{{
     235$ readyToLogin.py EG-ST-2 --useSliceAggregates
     236  ....
     237ig-gpo's geni_status is: ready
     238User lnevers logs in to ig-gpo using:
     239        ssh -p 25106  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
     240
     241eg-uaf's geni_status is: ready
     242User lnevers logs in to eg-uaf using:
     243        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@199.165.75.132
     244}}}
     245
     246Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
     247{{{
     248lnevers@ig-gpo:~$ ping 10.10.4.2 -c 60 -q
     249PING 10.10.4.2 (10.10.4.2) 56(84) bytes of data.
     250
     251--- 10.10.4.2 ping statistics ---
     25260 packets transmitted, 60 received, 0% packet loss, time 59102ms
     253rtt min/avg/max/mdev = 107.702/109.704/215.966/13.844 ms
     254lnevers@ig-gpo:~$ ping 192.168.4.2 -c 60 -q
     255PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     256
     257--- 192.168.4.2 ping statistics ---
     25860 packets transmitted, 60 received, 0% packet loss, time 59105ms
     259rtt min/avg/max/mdev = 107.672/109.654/215.772/13.822 ms
     260lnevers@ig-gpo:~$
     261}}}
     262
     263== EG-ST-3 EG-ST-3 New Site 3 node linear topology ==
     264
     265Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UAF/EG-ST-3.rspec EG-ST-3.rspec]:
     266{{{
     267XXX
     268}}}
     269
     270Determined login information the UAF host:
     271{{{
     272$ readyToLogin.py EG-ST-3 --useSliceAggregates
     273  ....
     274
     275Login to the UAF host and ping each remote:
     276{{{
     277#ping GPO IG
     278ping 192.168.2.1 -c 60 -q
     279# Utah IG
     280ping 192.168.4.1 -c 60 -q
     281}}}
     282
     283
     284
    187285== EG-ST-4 New Site to GPO EG interoperability ==
    188286