Changes between Version 10 and Version 11 of GeniNetworkStitchingConfirmationTestStatus/UFL


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/UFL

    v10 v11  
    246246Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UFL/EG-ST-3.rspec EG-ST-3.rspec]:
    247247{{{
    248 $ stitcher.py createsliver EG-ST-3a EG-ST-3.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
    249 
     248$ stitcher.py createsliver EG-ST-3c EG-ST-3.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     24911:22:05 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     25011:22:05 INFO    : Reading slice EG-ST-3c credential...
     25111:22:05 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+EG-ST-3c expires on 2017-05-29 15:21:54 UTC
     25211:22:05 INFO    : Using SCS at https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     25311:22:05 INFO    : Calling SCS...
     25411:22:06 INFO    : Multi-AM reservation will include resources from these aggregates:
     25511:22:06 INFO    :      <Aggregate sox-ig>
     25611:22:06 INFO    :      <Aggregate gpo-ig>
     25711:22:06 INFO    :      <Aggregate al2s>
     25811:22:06 INFO    :      <Aggregate ufl-eg>
     25911:22:06 INFO    : Stitcher doing createsliver at <Aggregate sox-ig>...
     26011:22:24 INFO    : ... Allocation at <Aggregate sox-ig> complete.
     26111:22:24 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     26211:22:42 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     26311:22:42 INFO    : Stitcher doing createsliver at <Aggregate ufl-eg>...
     26411:22:52 INFO    : ... Allocation at <Aggregate ufl-eg> complete.
     26511:22:52 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     26611:23:05 INFO    : ... Allocation at <Aggregate al2s> complete.
     26711:23:05 INFO    : All aggregates are complete.
     26811:23:06 INFO    : Your resources expire at 2017-05-28T15:12:06 (UTC).
     26911:23:06 INFO    : Saved combined reservation RSpec at 4 AM(s) to file '/home/lnevers/gcf-test/stitch-test/UFL/EG-ST-3c-manifest-rspec-multiam-combined.xml'
     270Success: Reserved resources in slice EG-ST-3c at 4 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
    250271}}}
    251272
    252273Determined login information the UFL host:
    253274{{{
    254 $ readyToLogin.py EG-ST-3 --useSliceAggregates
     275$ readyToLogin.py EG-ST-3c --useSliceAggregates
    255276  ....
    256 
     277eg-ufl's geni_status is: ready
     278User lnevers logs in to eg-ufl using:
     279        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@128.227.10.20
     280
     281ig-gpo's geni_status is: ready
     282User lnevers logs in to ig-gpo using:
     283        ssh -p 25106  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
     284
     285ig-sox's geni_status is: ready
     286User lnevers logs in to ig-sox using:
     287        ssh -p 25010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.sox.net
    257288}}}
    258289Login to the UFL host and ping each remote:
    259290{{{
    260 #ping GPO IG
    261 ping 192.168.2.1 -c 60 -q
    262 # SOX IG
    263 ping 192.168.4.1 -c 60 -q
     291lnevers@eg-ufl:~$ ping 192.168.2.1 -c 60 -q
     292PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
     293
     294--- 192.168.2.1 ping statistics ---
     29560 packets transmitted, 60 received, 0% packet loss, time 59105ms
     296rtt min/avg/max/mdev = 34.672/35.573/69.822/4.497 ms
     297lnevers@eg-ufl:~$ # SOX IG
     298lnevers@eg-ufl:~$ ping 192.168.4.1 -c 60 -q
     299PING 192.168.4.1 (192.168.4.1) 56(84) bytes of data.
     300
     301--- 192.168.4.1 ping statistics ---
     30260 packets transmitted, 60 received, 0% packet loss, time 59088ms
     303rtt min/avg/max/mdev = 70.786/84.919/171.577/12.337 ms
     304lnevers@eg-ufl:~$
    264305}}}
    265306