Changes between Version 2 and Version 3 of GeniNetworkStitchingConfirmationTestStatus/Rutgers


Ignore:
Timestamp:
08/01/14 15:51:08 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/Rutgers

    v2 v3  
    200200rtt min/avg/max/mdev = 15.399/15.701/15.905/0.121 ms
    201201}}}
     202
     203== IG-ST-2 New Site to GPO IG Loop topology ==
     204
     205Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/Rutgers/IG-ST-2.rspec IG-ST-2.rspec]:
     206{{{
     207$ stitcher.py createsliver IG-ST-2 IG-ST-2.rspec -o
     20815:42:04 INFO    : Configured logging from file /home/lnevers/gcf-2.6-oess/src/gcf/stitcher_logging.conf
     20915:42:04 INFO    : Reading slice IG-ST-2 credential...
     21015:42:04 INFO    : Slice urn:publicid:IDN+ch.geni.net:Luisa_Nevers-Test-Proj_01+slice+IG-ST-2 expires on 2014-08-08 19:10:48 UTC
     21115:42:04 INFO    : Calling SCS...
     21215:42:06 INFO    : Multi-AM reservation will include resources from these aggregates:
     21315:42:06 INFO    :      <Aggregate rutgers-ig>
     21415:42:06 INFO    :      <Aggregate gpo-ig>
     21515:42:06 INFO    :      <Aggregate ion>
     21615:42:06 INFO    : Stitcher doing createsliver at <Aggregate rutgers-ig>...
     21715:42:22 INFO    : ... Allocation at <Aggregate rutgers-ig> complete.
     21815:42:22 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     21915:42:40 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     22015:42:40 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     22115:43:25 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     22215:43:25 INFO    : Pausing 30 seconds to let circuit become ready...
     22315:44:02 INFO    : Pausing 30 seconds to let circuit become ready...
     22415:44:39 INFO    : DCN circuit 111341 is ready at <Aggregate ion>
     22515:44:39 INFO    : DCN circuit 111331 is ready at <Aggregate ion>
     22615:44:46 INFO    : Getting credential from file /tmp/slice-ch-geni-net-Luisa_Nevers-Test-Proj_01-IG-ST-2-for-lnevers-cred.xml
     22715:44:46 INFO    : ... Allocation at <Aggregate ion> complete.
     22815:44:46 INFO    : All aggregates are complete.
     22915:44:46 INFO    : Your resources expire at 2 different times at different AMs. The first expiration is 2014-08-02 19:42:44 UTC at <Aggregate ion>. Second expiration is 2014-08-08T19:10:48 UTC.
     23015:44:46 INFO    : Saved combined reservation RSpec at 3 AMs to file '/home/lnevers/gcf-test/stitch-test/Rutgers/IG-ST-2-manifest-rspec-stitching-combined.xml'
     231Success: Reserved resources in slice IG-ST-2 at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
     232}}}
     233
     234Determined login information at each Rutgers and GPO aggregate:
     235{{{
     236$ readyToLogin.py IG-ST-2 -a rutgers-ig
     237  ....
     238ig-rut's geni_status is: ready
     239User lnevers logs in to ig-rut using:
     240        ssh -p 32058  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.rutgers.edu
     241
     242$ readyToLogin.py IG-ST-2 -a gpo-ig
     243  ....
     244
     245ig-gpo's geni_status is: ready
     246User lnevers logs in to ig-gpo using:
     247        ssh -p 38458  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.gpolab.bbn.com
     248}}}
     249
     250Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
     251{{{
     252$ ping 10.10.4.2 -c 60 -q
     253PING 10.10.4.2 (10.10.4.2) 56(84) bytes of data.
     254
     255--- 10.10.4.2 ping statistics ---
     25660 packets transmitted, 60 received, 0% packet loss, time 59062ms
     257rtt min/avg/max/mdev = 15.059/15.379/31.411/2.090 ms
     258
     259$ ping 192.168.4.2 -c 60 -q
     260PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     261
     262--- 192.168.4.2 ping statistics ---
     26360 packets transmitted, 60 received, 0% packet loss, time 59044ms
     264rtt min/avg/max/mdev = 15.050/15.373/31.460/2.095 ms
     265}}}
     266