Changes between Version 4 and Version 5 of GeniNetworkStitchingConfirmationTestStatus/HAWAII


Ignore:
Timestamp:
04/20/17 11:17:15 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/HAWAII

    v4 v5  
    278278$ readyToLogin.py IG-ST-3 --useSliceAggregates
    279279
     280ig-gpo's geni_status is: changing
     281User lnevers logs in to ig-gpo using:
     282        ssh -p 25426  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.gpolab.bbn.com
     283
     284ig-ha's geni_status is: ready
     285User lnevers logs in to ig-ha using:
     286        ssh -p 25042  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc3.instageni.hawaii.edu
     287
     288ig-wash's geni_status is: ready
     289User lnevers logs in to ig-wash using:
     290        ssh -p 25010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.washington.edu
     291
    280292}}}
    281293Login to the HAWAII host and ping each remote:
    282294{{{
    283295#ping GPO IG
    284 ping 192.168.2.1 -c 60 -q
    285 # UKYPKS2 IG
    286 ping 192.168.4.1 -c 60 -q
     296lnevers@ig-hawaii:~$ ping 192.168.2.1 -c 60 -q
     297PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
     298
     299--- 192.168.2.1 ping statistics ---
     30060 packets transmitted, 60 received, 0% packet loss, time 59091ms
     301rtt min/avg/max/mdev = 119.728/119.900/120.039/0.212 ms
     302
     303
     304# Washington IG
     305lnevers@ig-hawaii:~$ ping 192.168.4.1 -c 60 -q
     306PING 192.168.4.1 (192.168.4.1) 56(84) bytes of data.
     307
     308--- 192.168.4.1 ping statistics ---
     30960 packets transmitted, 60 received, 0% packet loss, time 59075ms
     310rtt min/avg/max/mdev = 73.056/73.212/73.541/0.186 ms
    287311}}}
    288312
     
    293317
    294318{{{
    295 omni.py createslice IG-ST-4
    296 stitcher.py createsliver IG-ST-4 IG-ST-4.rspec -o
     319$ stitcher.py createsliver IG-ST-4 IG-ST-4.rspec -o
     32011:08:55 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     32111:08:55 INFO    : Reading slice IG-ST-4 credential...
     32211:08:55 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-4 expires on 2017-04-27 15:08:54 UTC
     32311:08:55 INFO    : Calling SCS...
     32411:08:55 INFO    : Multi-AM reservation will include resources from these aggregates:
     32511:08:55 INFO    :      <Aggregate hawaii-ig>
     32611:08:55 INFO    :      <Aggregate al2s>
     32711:08:55 INFO    :      <Aggregate gpo-eg>
     32811:08:55 INFO    : Stitcher doing createsliver at <Aggregate hawaii-ig>...
     32911:09:14 INFO    : ... Allocation at <Aggregate hawaii-ig> complete.
     33011:09:14 INFO    : Stitcher doing createsliver at <Aggregate gpo-eg>...
     33111:09:24 INFO    : ... Allocation at <Aggregate gpo-eg> complete.
     33211:09:24 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     33311:09:26 ERROR   :  {'output': 'Exception: requested VLAN unavailable: rtsw.newy32aoa.net.internet2.edu,et-7/3/0.0 VLAN=3739', 'code': {'geni_code': 24}}
     33411:09:26 WARNING : Stitching failed but will retry: Circuit reservation failed at <Aggregate al2s>. Try again from the SCS. (Error: Topology too complex for local redo - ask Stitching Service to find a VLAN tag (AMAPIError: Error from Aggregate: code 24: Exception: requested VLAN unavailable: rtsw.newy32aoa.net.internet2.edu,et-7/3/0.0 VLAN=3739.))
     33511:09:26 INFO    : Deleting existing reservations...
     33611:09:26 INFO    : Doing deletesliver at <Aggregate hawaii-ig>...
     33711:09:29 INFO    : Deleted reservation at <Aggregate hawaii-ig>.
     33811:09:29 INFO    : Doing deletesliver at <Aggregate gpo-eg>...
     33911:09:32 INFO    : Deleted reservation at <Aggregate gpo-eg>.
     34011:09:32 INFO    : Calling SCS for the 2nd time...
     34111:09:33 INFO    : Pausing for 30 seconds for Aggregates to free up resources...
     342
     343
     34411:10:03 INFO    : Multi-AM reservation will include resources from these aggregates:
     34511:10:03 INFO    :      <Aggregate hawaii-ig>
     34611:10:03 INFO    :      <Aggregate al2s>
     34711:10:03 INFO    :      <Aggregate gpo-eg>
     34811:10:03 INFO    : Stitcher doing createsliver at <Aggregate hawaii-ig>...
     34911:10:46 INFO    : ... Allocation at <Aggregate hawaii-ig> complete.
     35011:10:46 INFO    : Stitcher doing createsliver at <Aggregate gpo-eg>...
     35111:10:55 INFO    : ... Allocation at <Aggregate gpo-eg> complete.
     35211:10:55 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     35311:11:04 INFO    : ... Allocation at <Aggregate al2s> complete.
     35411:11:04 INFO    : All aggregates are complete.
     35511:11:04 INFO    : Your resources expire at 2017-04-26T15:00:03 (UTC).
     35611:11:04 INFO    : Saved combined reservation RSpec at 3 AM(s) to file '/home/lnevers/gcf-test/stitch-test/HAWAII/IG-ST-4-manifest-rspec-multiam-combined.xml'
     357Success: Reserved resources in slice IG-ST-4 at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 1 stitched link(s).
    297358}}}
    298359
     
    300361{{{
    301362$ readyToLogin.py IG-ST-4 --useSliceAggregates
     363
     364eg-gpo's geni_status is: ready
     365User lnevers logs in to eg-gpo using:
     366        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@192.1.242.11
     367
     368ig-ha's geni_status is: ready
     369User lnevers logs in to ig-ha using:
     370        ssh -p 25042  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.hawaii.edu
    302371}}}
    303372
     
    306375'''Iperf ExoGENI GPO VM to InstaGENI HAWAII VM (TCP) - TCP window size: 85.0 KByte (default)'''
    307376
    308 ''Collected: 2017-04-XX''
     377''Collected: 2017-04-20''
    309378
    310379__One Client_
     
    336405'''Iperf InstaGENI HAWAII VM to ExoGENI GPO VM (TCP) - TCP window size: 23.5 KByte (default)'''
    337406
    338 ''Collected: 2017-04-XX''
     407''Collected: 2017-04-20''
    339408
    340409__One Client_