Changes between Version 10 and Version 11 of GeniNetworkStitchingConfirmationTestStatus/UCLA


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/UCLA

    v10 v11  
    215215Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UCLA/IG-ST-2.rspec IG-ST-2.rspec]:
    216216{{{
    217 omni.py createslice IG-ST-2; stitcher.py createsliver IG-ST-2 IG-ST-2.rspec -o
     217$ stitcher.py createsliver IG-ST-2 IG-ST-2.rspec -o
     21815:21:12 INFO    : Configured logging from file /home/lnevers/gcf-2.7/src/gcf/stitcher_logging.conf
     21915:21:12 INFO    : Reading slice IG-ST-2 credential...
     22015:21:12 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-2 expires on 2014-11-25 20:21:11 UTC
     22115:21:12 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     22215:21:12 INFO    : Calling SCS...
     22315:21:17 INFO    : Multi-AM reservation will include resources from these aggregates:
     22415:21:17 INFO    :      <Aggregate gpo-ig>
     22515:21:17 INFO    :      <Aggregate ucla-ig>
     22615:21:17 INFO    :      <Aggregate oess>
     22715:21:17 INFO    :      <Aggregate ion>
     22815:21:17 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     22915:21:47 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     23015:21:47 INFO    : Stitcher doing createsliver at <Aggregate ucla-ig>...
     23115:22:05 INFO    : ... Allocation at <Aggregate ucla-ig> complete.
     23215:22:05 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     23315:22:13 INFO    : ... Allocation at <Aggregate oess> complete.
     23415:22:13 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     23515:22:58 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     23615:22:58 INFO    : Pausing 30 seconds to let circuit become ready...
     23715:23:36 INFO    : Pausing 30 seconds to let circuit become ready...
     23815:24:13 INFO    : DCN circuit 139331 is ready at <Aggregate ion>
     23915:24:13 INFO    : DCN circuit 139341 is ready at <Aggregate ion>
     24015:24:20 INFO    : ... Allocation at <Aggregate ion> complete.
     24115:24:20 INFO    : All aggregates are complete.
     24215:24:20 INFO    : Your resources expire at 2014-11-24T20:11:17 (UTC).
     24315:24:20 INFO    : Saved combined reservation RSpec at 4 AMs to file '/home/lnevers/gcf-test/stitch-test/UCLA/IG-ST-2-manifest-rspec-multiam-combined.xml'
     244Success: Reserved resources in slice IG-ST-2 at 4 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
    218245}}}
    219246
     
    222249$ readyToLogin.py IG-ST-2 -a ucla-ig
    223250  ....
     251ig-ucla's geni_status is: ready
     252User lnevers logs in to ig-ucla using:
     253        ssh -p 31290  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.idre.ucla.edu
    224254
    225255$ readyToLogin.py IG-ST-2 -a gpo-ig
    226256  ....
     257ig-gpo's geni_status is: ready
     258User lnevers logs in to ig-gpo using:
     259        ssh -p 35898  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.gpolab.bbn.com
    227260}}}
    228261
    229262Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
    230263{{{
    231 ping 10.10.4.2 -c 60 -q
    232 ping 192.168.4.2 -c 60 -q
     264$ remote-execute.py IG-ST-2 -a gpo-ig -m "ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q"
     2651. Find login Info for hosts in slice IG-ST-2
     2662. Send command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' to ig-gpo
     267
     268PING 10.10.4.2 (10.10.4.2) 56(84) bytes of data.
     269
     270--- 10.10.4.2 ping statistics ---
     27160 packets transmitted, 60 received, 0% packet loss, time 59078ms
     272rtt min/avg/max/mdev = 79.096/80.629/160.801/10.445 ms
     273PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     274
     275--- 192.168.4.2 ping statistics ---
     27660 packets transmitted, 60 received, 0% packet loss, time 59072ms
     277rtt min/avg/max/mdev = 79.000/80.553/159.113/10.234 ms
     278... Done with command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' at ig-gpo
    233279}}}
    234280