Changes between Version 10 and Version 11 of GeniNetworkStitchingConfirmationTestStatus/UAF


Ignore:
Timestamp:
05/22/17 12:27:05 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/UAF

    v10 v11  
    265265Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UAF/EG-ST-3.rspec EG-ST-3.rspec]:
    266266{{{
    267 XXX
     267$ stitcher.py createsliver EG-ST-3b EG-ST-3.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     26812:19:32 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     26912:19:32 INFO    : Reading slice EG-ST-3b credential...
     27012:19:32 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+EG-ST-3b expires on 2017-05-29 16:19:31 UTC
     27112:19:32 INFO    : Using SCS at https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     27212:19:32 INFO    : Calling SCS...
     27312:19:33 INFO    : Multi-AM reservation will include resources from these aggregates:
     27412:19:33 INFO    :      <Aggregate sox-ig>
     27512:19:33 INFO    :      <Aggregate gpo-ig>
     27612:19:33 INFO    :      <Aggregate al2s>
     27712:19:33 INFO    :      <Aggregate uaf-eg>
     27812:19:33 INFO    : Stitcher doing createsliver at <Aggregate sox-ig>...
     27912:20:06 INFO    : ... Allocation at <Aggregate sox-ig> complete.
     28012:20:06 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     28112:20:24 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     28212:20:25 INFO    : Stitcher doing createsliver at <Aggregate uaf-eg>...
     28312:20:41 INFO    : ... Allocation at <Aggregate uaf-eg> complete.
     28412:20:41 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     28512:20:55 INFO    : ... Allocation at <Aggregate al2s> complete.
     28612:20:55 INFO    : All aggregates are complete.
     28712:20:55 INFO    : Your resources expire at 2017-05-28T16:09:33 (UTC).
     28812:20:55 INFO    : Saved combined reservation RSpec at 4 AM(s) to file '/home/lnevers/gcf-test/stitch-test/UAF/EG-ST-3b-manifest-rspec-multiam-combined.xml'
     289Success: Reserved resources in slice EG-ST-3b at 4 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
    268290}}}
    269291
    270292Determined login information the UAF host:
    271293{{{
    272 $ readyToLogin.py EG-ST-3 --useSliceAggregates
     294$ readyToLogin.py EG-ST-3b --useSliceAggregates
    273295  ....
     296ig-gpo's geni_status is: ready
     297User lnevers logs in to ig-gpo using:
     298        ssh -p 25138  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc4.instageni.gpolab.bbn.com
     299
     300ig-sox's geni_status is: ready
     301User lnevers logs in to ig-sox using:
     302        ssh -p 25010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc3.instageni.sox.net
     303
     304eg-uaf's geni_status is: ready
     305User lnevers logs in to eg-uaf using:
     306        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@199.165.75.132
     307
     308}}}
    274309
    275310Login to the UAF host and ping each remote:
    276311{{{
    277 #ping GPO IG
    278 ping 192.168.2.1 -c 60 -q
    279 # Utah IG
    280 ping 192.168.4.1 -c 60 -q
    281 }}}
    282 
    283 
     312lnevers@eg-uaf:~$ #ping GPO IG
     313lnevers@eg-uaf:~$ ping 192.168.2.1 -c 60 -q
     314PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
     315
     316--- 192.168.2.1 ping statistics ---
     31760 packets transmitted, 60 received, 0% packet loss, time 59096ms
     318rtt min/avg/max/mdev = 107.671/109.699/216.082/13.851 ms
     319lnevers@eg-uaf:~$ # Utah IG
     320lnevers@eg-uaf:~$ ping 192.168.4.1 -c 60 -q
     321PING 192.168.4.1 (192.168.4.1) 56(84) bytes of data.
     322
     323--- 192.168.4.1 ping statistics ---
     32460 packets transmitted, 60 received, 0% packet loss, time 59103ms
     325rtt min/avg/max/mdev = 98.624/100.407/197.826/12.684 ms
     326lnevers@eg-uaf:~$
     327}}}
    284328
    285329== EG-ST-4 New Site to GPO EG interoperability ==