Changes between Version 2 and Version 3 of GeniNetworkStitchingConfirmationTestStatus/Clemson-OG


Ignore:
Timestamp:
09/17/14 10:46:13 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/Clemson-OG

    v2 v3  
    328328rtt min/avg/max/mdev = 26.076/26.213/26.425/0.235 ms
    329329}}}
     330
     331== OG-ST-2 New Site to GPO OG Loop topology ==
     332
     333Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/Clemson-OG/OG-ST-2.rspec OG-ST-2.rspec]:
     334{{{
     335$ stitcher.py createsliver OG-ST-2 OG-ST-2.rspec -o
     33610:33:35 INFO    : Configured logging from file /home/lnevers/gcf-2.7-preview-0912/src/gcf/stitcher_logging.conf
     33710:33:35 INFO    : Reading slice OG-ST-2 credential...
     33810:33:35 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+OG-ST-2 expires on 2014-09-29 00:00:00 UTC
     33910:33:35 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     34010:33:35 INFO    : Calling SCS...
     34110:33:39 INFO    : Multi-AM reservation will include resources from these aggregates:
     34210:33:39 INFO    :      <Aggregate gpo-og3>
     34310:33:39 INFO    :      <Aggregate clemson-og3>
     34410:33:39 INFO    :      <Aggregate ion>
     34510:33:39 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-OG-ST-2-for-lnevers-cred.xml
     34610:33:39 INFO    : Stitcher doing createsliver at <Aggregate gpo-og3>...
     34710:33:40 WARNING : Requested API version 2, but AM https://bbn-cam-ctrl-1.gpolab.bbn.com:5001 uses version 3. Same aggregate talks API v2 at a different URL: https://bbn-cam-ctrl-1.gpolab.bbn.com:5002
     34810:34:20 INFO    : ... Allocation at <Aggregate gpo-og3> complete.
     34910:34:20 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-OG-ST-2-for-lnevers-cred.xml
     35010:34:20 INFO    : Stitcher doing createsliver at <Aggregate clemson-og3>...
     35110:34:21 WARNING : Requested API version 2, but AM https://clemson-clemson-control-1.clemson.edu:5001 uses version 3. Same aggregate talks API v2 at a different URL: https://clemson-clemson-control-1.clemson.edu:5002
     35210:34:40 INFO    : ... Allocation at <Aggregate clemson-og3> complete.
     35310:34:40 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-OG-ST-2-for-lnevers-cred.xml
     35410:34:40 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     35510:35:26 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     35610:35:26 INFO    : Pausing 30 seconds to let circuit become ready...
     35710:36:04 INFO    : Pausing 30 seconds to let circuit become ready...
     35810:36:41 INFO    : DCN circuit 118591 is ready at <Aggregate ion>
     35910:36:41 INFO    : DCN circuit 118581 is ready at <Aggregate ion>
     36010:36:48 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-OG-ST-2-for-lnevers-cred.xml
     36110:36:48 INFO    : ... Allocation at <Aggregate ion> complete.
     36210:36:48 INFO    : All aggregates are complete.
     36310:36:48 INFO    : Your resources expire at 2014-09-24T14:23:39 (UTC).
     36410:36:48 INFO    : Saved combined reservation RSpec at 3 AMs to file '/home/lnevers/gcf-test/gramstitch/Clemson/OG-ST-2-manifest-rspec-multiam-combined.xml'
     365Success: Reserved resources in slice OG-ST-2 at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
     366
     367}}}
     368
     369Determined login information at each GPO-OG and Clemson-OG aggregate:
     370{{{
     371$ readyToLogin.py OG-ST-2 -a clemson-og
     372  ....
     373CLEM-OG's geni_status is: ready
     374User lnevers logs in to CLEM-OG using:
     375        ssh -p 3005  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@130.127.88.101
     376
     377$ readyToLogin.py OG-ST-2 -a gpo-og
     378  ....
     379GPO-OG's geni_status is: ready
     380User lnevers logs in to GPO-OG using:
     381        ssh -p 3004  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@192.1.243.5
     382}}}
     383
     384Login to Clemson host and ping the remote on each of the two interfaces.  Below is the ping output for the Clemson site:
     385{{{
     386lnevers@clem-og:~$ ping 10.10.4.1 -c 60 -q
     387PING 10.10.4.1 (10.10.4.1) 56(84) bytes of data.
     388
     389--- 10.10.4.1 ping statistics ---
     39060 packets transmitted, 60 received, 0% packet loss, time 59068ms
     391rtt min/avg/max/mdev = 26.019/26.110/26.625/0.238 ms
     392
     393
     394lnevers@clem-og:~$ ping 192.168.4.1 -c 60 -q
     395PING 192.168.4.1 (192.168.4.1) 56(84) bytes of data.
     396
     397--- 192.168.4.1 ping statistics ---
     39860 packets transmitted, 60 received, 0% packet loss, time 59102ms
     399rtt min/avg/max/mdev = 26.059/26.133/26.467/0.211 ms
     400}}}
     401