Changes between Version 6 and Version 7 of GeniNetworkStitchingConfirmationTestStatus/Kansas


Ignore:
Timestamp:
11/18/14 15:01:47 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/Kansas

    v6 v7  
    213213Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/KANSAS/IG-ST-2.rspec IG-ST-2.rspec]:
    214214{{{
    215 omni.py createslice IG-ST-2
    216 stitcher.py createsliver IG-ST-2 IG-ST-2.rspec -o
     215$ stitcher.py createsliver IG-ST-2a IG-ST-2.rspec -o
     21614:45:41 INFO    : Configured logging from file /home/lnevers/gcf-2.7/src/gcf/stitcher_logging.conf
     21714:45:41 INFO    : Reading slice IG-ST-2a credential...
     21814:45:42 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-2a expires on 2014-11-25 19:45:40 UTC
     21914:45:42 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     22014:45:42 INFO    : Calling SCS...
     22114:45:44 INFO    : Multi-AM reservation will include resources from these aggregates:
     22214:45:44 INFO    :      <Aggregate gpo-ig>
     22314:45:44 INFO    :      <Aggregate kansas-ig>
     22414:45:44 INFO    :      <Aggregate oess>
     22514:45:44 INFO    :      <Aggregate ion>
     22614:45:44 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     22714:46:07 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     22814:46:07 INFO    : Stitcher doing createsliver at <Aggregate kansas-ig>...
     22914:46:23 INFO    : ... Allocation at <Aggregate kansas-ig> complete.
     23014:46:24 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     23114:46:29 INFO    : ... Allocation at <Aggregate oess> complete.
     23214:46:29 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     23314:47:21 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     23414:47:21 INFO    : Pausing 30 seconds to let circuit become ready...
     23514:48:00 INFO    : Pausing 30 seconds to let circuit become ready...
     23614:48:41 INFO    : DCN circuit 139251 is ready at <Aggregate ion>
     23714:48:49 INFO    : ... Allocation at <Aggregate ion> complete.
     23814:48:49 INFO    : All aggregates are complete.
     23914:48:49 INFO    : Your resources expire at 2014-11-24T19:35:44 (UTC).
     24014:48:49 INFO    : Saved combined reservation RSpec at 4 AMs to file '/home/lnevers/gcf-test/stitch-test/Kansas/IG-ST-2a-manifest-rspec-multiam-combined.xml'
     241Success: Reserved resources in slice IG-ST-2a at 4 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
    217242}}}
    218243
    219244Determined login information at each KANSAS and GPO aggregate:
    220245{{{
    221 $ readyToLogin.py IG-ST-2 -a kansas-ig
    222   ....
    223 
    224 $ readyToLogin.py IG-ST-2 -a gpo-ig
    225   ....
     246$ readyToLogin.py IG-ST-2a -a kansas-ig
     247  ....
     248
     249ig-kans's geni_status is: ready
     250User lnevers logs in to ig-kans using:
     251        ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.ku.gpeni.net
     252
     253$ readyToLogin.py IG-ST-2a -a gpo-ig
     254  ....
     255ig-gpo's geni_status is: ready
     256User lnevers logs in to ig-gpo using:
     257        ssh -p 35642  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.gpolab.bbn.com
    226258}}}
    227259
    228260Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
    229261{{{
    230 ping 10.10.4.2 -c 60 -q
    231 ping 192.168.4.2 -c 60 -q
     262$ remote-execute.py IG-ST-2a -a gpo-ig -m "ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q"
     2631. Find login Info for hosts in slice IG-ST-2a
     2642. Send command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' to ig-gpo
     265
     266PING 10.10.4.2 (10.10.4.2) 56(84) bytes of data.
     267
     268--- 10.10.4.2 ping statistics ---
     26960 packets transmitted, 60 received, 0% packet loss, time 59100ms
     270rtt min/avg/max/mdev = 43.644/43.709/44.034/0.224 ms
     271PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     272
     273--- 192.168.4.2 ping statistics ---
     27460 packets transmitted, 60 received, 0% packet loss, time 59104ms
     275rtt min/avg/max/mdev = 43.645/43.709/43.829/0.199 ms
     276... Done with command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' at ig-gpo
    232277}}}
    233278