Changes between Version 9 and Version 10 of GeniNetworkStitchingConfirmationTestStatus/SOX


Ignore:
Timestamp:
03/12/15 10:05:07 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/SOX

    v9 v10  
    273273Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/SOX/IG-ST-3.rspec IG-ST-3.rspec]:
    274274{{{
    275 omni.py createslice IG-ST-3
    276 stitcher.py createsliver IG-ST-3 IG-ST-3.rspec -o
     275$ stitcher.py createsliver IG-ST-3 IG-ST-3.rspec -o
     27609:48:32 INFO    : Configured logging from file /home/lnevers/gcf-2.9-pre1/src/gcf/stitcher_logging.conf
     27709:48:32 INFO    : Reading slice IG-ST-3 credential...
     27809:48:33 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-3 expires on 2015-03-18 16:25:32 UTC
     27909:48:33 INFO    : Using SCS at https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     28009:48:33 INFO    : Calling SCS...
     28109:48:35 INFO    : Multi-AM reservation will include resources from these aggregates:
     28209:48:35 INFO    :      <Aggregate cwru-ig>
     28309:48:35 INFO    :      <Aggregate sox-ig>
     28409:48:35 INFO    :      <Aggregate gpo-ig>
     28509:48:35 INFO    :      <Aggregate al2s>
     28609:48:35 INFO    :      <Aggregate ion>
     28709:48:35 INFO    : Stitcher doing createsliver at <Aggregate cwru-ig>...
     28809:48:52 INFO    : ... Allocation at <Aggregate cwru-ig> complete.
     28909:48:52 INFO    : Stitcher doing createsliver at <Aggregate sox-ig>...
     29009:49:11 INFO    : ... Allocation at <Aggregate sox-ig> complete.
     29109:49:11 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     29209:49:27 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     29309:49:27 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     29409:49:35 INFO    : ... Allocation at <Aggregate al2s> complete.
     29509:49:35 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     29609:50:20 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     29709:50:20 INFO    : Pausing 30 seconds to let circuit become ready...
     29809:50:58 INFO    : Pausing 30 seconds to let circuit become ready...
     29909:51:45 INFO    : DCN circuit 156311 is ready at <Aggregate ion>
     30009:51:53 INFO    : ... Allocation at <Aggregate ion> complete.
     30109:51:53 INFO    : All aggregates are complete.
     30209:51:53 INFO    : Your resources expire at 2015-03-18T13:38:35 (UTC).
     30309:51:53 INFO    : Saved combined reservation RSpec at 5 AMs to file '/home/lnevers/gcf-test/stitch-test/SOX/IG-ST-3-manifest-rspec-multiam-combined.xml'
     304Success: Reserved resources in slice IG-ST-3 at 5 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
    277305}}}
    278306
     
    281309$ readyToLogin.py IG-ST-3 -a sox-ig
    282310  ....
     311ig-sox's geni_status is: ready
     312User lnevers logs in to ig-sox using:
     313        ssh -p 30266  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc3.instageni.sox.net
     314
    283315}}}
    284316Login to the SOX host and ping each remote:
    285317{{{
    286318#ping GPO IG
    287 ping 192.168.2.1 -c 60 -q
    288 # UKYPKS2 IG
    289 ping 192.168.4.1 -c 60 -q
     319lnevers@ig-sox:~$ ping 192.168.2.1 -c 60 -q
     320PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
     321
     322--- 192.168.2.1 ping statistics ---
     32360 packets transmitted, 60 received, 0% packet loss, time 59076ms
     324rtt min/avg/max/mdev = 24.479/25.395/49.485/3.146 ms
     325
     326# CWRU IG
     327lnevers@ig-sox:~$ ping 192.168.4.1 -c 60 -q
     328PING 192.168.4.1 (192.168.4.1) 56(84) bytes of data.
     329
     330--- 192.168.4.1 ping statistics ---
     33160 packets transmitted, 60 received, 0% packet loss, time 59082ms
     332rtt min/avg/max/mdev = 23.011/23.591/46.151/2.939 ms
    290333}}}
    291334
    292335
    293336== IG-ST-4 New Site to GPO EG interoperability ==
    294 
    295 
    296337Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/SOX/IG-ST-4.rspec IG-ST-4.rspec], which specifies a 100 Mbps link capacity. This was done to get around the mismatch in link capacity units that exists between IG and EG.
    297338