Changes between Version 9 and Version 10 of GeniNetworkStitchingConfirmationTestStatus/Chicago


Ignore:
Timestamp:
09/30/14 10:04:56 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/Chicago

    v9 v10  
    273273
    274274== IG-ST-3 IG-ST-3 New Site 3 node linear topology ==
     275Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/Chicago/IG-ST-3.rspec IG-ST-3.rspec]:
     276{{{
     277$ stitcher.py createsliver IG-ST-3 IG-ST-3.rspec -o
     27809:38:55 INFO    : Configured logging from file /home/lnevers/gcf-2.7-rc2/src/gcf/stitcher_logging.conf
     27909:38:55 INFO    : Reading slice IG-ST-3 credential...
     28009:38:56 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-3 expires on 2014-10-06 14:37:17 UTC
     28109:38:56 INFO    : Calling SCS...
     28209:39:01 INFO    : Multi-AM reservation will include resources from these aggregates:
     28309:39:01 INFO    :      <Aggregate chicago-ig>
     28409:39:01 INFO    :      <Aggregate oess>
     28509:39:01 INFO    :      <Aggregate utah-ig>
     28609:39:01 INFO    :      <Aggregate gpo-ig>
     28709:39:01 INFO    :      <Aggregate ion>
     28809:39:01 INFO    :      <Aggregate utah-pg>
     28909:39:01 INFO    : Stitcher doing createsliver at <Aggregate chicago-ig>...
     29009:39:20 INFO    : ... Allocation at <Aggregate chicago-ig> complete.
     29109:39:21 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     29209:39:35 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     29309:39:35 INFO    : Stitcher doing createsliver at <Aggregate utah-pg>...
     29409:40:24 INFO    : ... Allocation at <Aggregate utah-pg> complete.
     29509:40:24 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     29609:40:34 INFO    : ... Allocation at <Aggregate oess> complete.
     29709:40:34 INFO    : Stitcher doing createsliver at <Aggregate utah-ig>...
     29809:40:55 INFO    : ... Allocation at <Aggregate utah-ig> complete.
     29909:40:55 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     30009:41:40 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     30109:41:40 INFO    : Pausing 30 seconds to let circuit become ready...
     30209:42:18 INFO    : Pausing 30 seconds to let circuit become ready...
     30309:42:56 WARNING : sliverstatus: 120431 is (still) failed at <Aggregate ion>. Delete and retry.
     30409:42:56 WARNING : sliverstatus: 120421 is (still) failed at <Aggregate ion>. Delete and retry.
     30509:42:56 WARNING :   Status had error message: VLAN cancelled by rollback from contingent failure
     30609:43:04 WARNING : <Aggregate ion> says requested VLAN was unavailable at <Hop u'urn:publicid:IDN+ion.internet2.edu+interface+rtr.newy:ae0:bbn' on path u'link'>
     30709:43:04 INFO    : Deleting some reservations to retry, avoiding failed VLAN...
     30809:43:04 INFO    : Doing deletesliver at <Aggregate gpo-ig>...
     30909:43:56 INFO    : Will put <Aggregate ion> back in the pool to allocate. Got: Retrying reservations at earlier AMs to avoid unavailable VLAN tag at <Aggregate ion>....
     31009:43:56 INFO    : Pausing for 30 seconds for Aggregates to free up resources...
     311
     312
     31309:44:26 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     31409:44:41 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     31509:44:41 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     31609:45:26 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     31709:45:26 INFO    : Pausing 30 seconds to let circuit become ready...
     31809:46:04 INFO    : Pausing 30 seconds to let circuit become ready...
     31909:46:41 INFO    : DCN circuit 120441 is ready at <Aggregate ion>
     32009:46:41 INFO    : DCN circuit 120451 is ready at <Aggregate ion>
     32109:46:49 INFO    : ... Allocation at <Aggregate ion> complete.
     32209:46:49 INFO    : All aggregates are complete.
     32309:46:49 INFO    : Your resources expire at 2014-10-05T13:29:01 (UTC).
     32409:46:49 INFO    : Saved combined reservation RSpec at 6 AMs to file '/home/lnevers/gcf-test/stitch-test/Chicago/IG-ST-3-manifest-rspec-multiam-combined.xml'
     325Success: Reserved resources in slice IG-ST-3 at 6 Aggregates (including 3 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
     326}}}
     327
     328Determined login information the Chicago host:
     329{{{
     330$ readyToLogin.py IG-ST-3 -a chicago-ig
     331  ....
     332ig-chic's geni_status is: ready
     333User lnevers logs in to ig-chic using:
     334        ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.geni.uchicago.edu
     335}}}
     336Login to the Chicago host and ping each remote:
     337{{{
     338#ping GPO IG
     339[lnevers@ig-chic ~]$ ping 192.168.2.1 -c 60 -q
     340PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
     341
     342--- 192.168.2.1 ping statistics ---
     34360 packets transmitted, 60 received, 0% packet loss, time 59076ms
     344rtt min/avg/max/mdev = 41.913/42.760/84.736/5.473 ms
     345
     346# Utah IG
     347[lnevers@ig-chic ~]$ ping 192.168.4.1 -c 60 -q
     348PING 192.168.4.1 (192.168.4.1) 56(84) bytes of data.
     349
     350--- 192.168.4.1 ping statistics ---
     35160 packets transmitted, 60 received, 0% packet loss, time 59085ms
     352rtt min/avg/max/mdev = 88.070/89.922/183.792/12.227 ms
     353}}}
    275354
    276355