Changes between Version 5 and Version 6 of GeniNetworkStitchingConfirmationTestStatus/SOX


Ignore:
Timestamp:
03/11/15 13:17:36 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/SOX

    v5 v6  
    207207Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/SOX/IG-ST-2.rspec IG-ST-2.rspec]:
    208208{{{
    209 omni.py createslice IG-ST-2a
    210 stitcher.py createsliver IG-ST-2a IG-ST-2.rspec -o
     209$ stitcher.py createsliver IG-ST-2a IG-ST-2.rspec -o
     21012:50:16 INFO    : Configured logging from file /home/lnevers/gcf-2.9-pre1/src/gcf/stitcher_logging.conf
     21112:50:16 INFO    : Reading slice IG-ST-2a credential...
     21212:50:16 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-2a expires on 2015-03-18 15:55:15 UTC
     21312:50:16 INFO    : Calling SCS...
     21412:50:20 INFO    : Multi-AM reservation will include resources from these aggregates:
     21512:50:20 INFO    :      <Aggregate sox-ig>
     21612:50:20 INFO    :      <Aggregate gpo-ig>
     21712:50:20 INFO    :      <Aggregate al2s>
     21812:50:20 INFO    :      <Aggregate ion>
     21912:50:20 INFO    : Stitcher doing createsliver at <Aggregate sox-ig>...
     22012:50:39 INFO    : ... Allocation at <Aggregate sox-ig> complete.
     22112:50:39 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     22212:50:55 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     22312:50:55 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     22412:51:00 INFO    : ... Allocation at <Aggregate al2s> complete.
     22512:51:01 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     22612:51:50 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     22712:51:50 INFO    : Pausing 30 seconds to let circuit become ready...
     22812:52:28 INFO    : Pausing 30 seconds to let circuit become ready...
     22912:53:06 INFO    : DCN circuit 156161 is ready at <Aggregate ion>
     23012:53:06 INFO    : DCN circuit 156151 is ready at <Aggregate ion>
     23112:53:14 INFO    : ... Allocation at <Aggregate ion> complete.
     23212:53:14 INFO    : All aggregates are complete.
     23312:53:14 INFO    : Your resources expire at 2015-03-17T16:40:20 (UTC).
     23412:53:14 INFO    : Saved combined reservation RSpec at 4 AMs to file '/home/lnevers/gcf-test/stitch-test/SOX/IG-ST-2a-manifest-rspec-multiam-combined.xml'
     235Success: 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).
    211236}}}
    212237
     
    215240$ readyToLogin.py IG-ST-2a --useSliceAggregates
    216241  ....
     242ig-gpo's geni_status is: ready
     243User lnevers logs in to ig-gpo using:
     244        ssh -p 36410  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc4.instageni.gpolab.bbn.com
     245  ....
     246ig-sox's geni_status is: ready
     247User lnevers logs in to ig-sox using:
     248        ssh -p 32314  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.sox.net
     249
    217250}}}
    218251
    219252Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
    220253{{{
    221 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"
     254$ 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"
     2551. Find login Info for hosts in slice IG-ST-2a
     2562. Send command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' to ig-gpo
     257
     258PING 10.10.4.2 (10.10.4.2) 56(84) bytes of data.
     259
     260--- 10.10.4.2 ping statistics ---
     26160 packets transmitted, 60 received, 0% packet loss, time 59087ms
     262rtt min/avg/max/mdev = 23.746/24.483/47.789/3.058 ms
     263PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     264
     265--- 192.168.4.2 ping statistics ---
     26660 packets transmitted, 60 received, 0% packet loss, time 60000ms
     267rtt min/avg/max/mdev = 23.771/24.550/47.979/3.110 ms
     268... Done with command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' at ig-gpo
    222269}}}
    223270