Changes between Version 13 and Version 14 of GeniNetworkStitchingConfirmationTestStatus/PSC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/PSC

    v13 v14  
    460460Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/PSC/EG-ST-3.rspec EG-ST-3.rspec]:
    461461{{{
    462 omni.py createslice EG-ST-3
    463 stitcher.py createsliver EG-ST-3 EG-ST-3.rspec -o
     462$ stitcher.py createsliver EG-ST-3d EG-ST-3.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     46311:23:28 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     46411:23:28 INFO    : Reading slice EG-ST-3d credential...
     46511:23:28 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+EG-ST-3d expires on 2017-05-29 15:23:27 UTC
     46611:23:28 INFO    : Using SCS at https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     46711:23:28 INFO    : Calling SCS...
     46811:23:29 INFO    : Multi-AM reservation will include resources from these aggregates:
     46911:23:29 INFO    :      <Aggregate sox-ig>
     47011:23:29 INFO    :      <Aggregate gpo-ig>
     47111:23:29 INFO    :      <Aggregate al2s>
     47211:23:29 INFO    :      <Aggregate psc-eg>
     47311:23:29 INFO    : Stitcher doing createsliver at <Aggregate sox-ig>...
     47411:23:50 INFO    : ... Allocation at <Aggregate sox-ig> complete.
     47511:23:50 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     47611:24:08 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     47711:24:08 INFO    : Stitcher doing createsliver at <Aggregate psc-eg>...
     47811:24:14 INFO    : ... Allocation at <Aggregate psc-eg> complete.
     47911:24:14 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     48011:24:28 INFO    : ... Allocation at <Aggregate al2s> complete.
     48111:24:28 INFO    : All aggregates are complete.
     48211:24:28 INFO    : Your resources expire at 2017-05-28T15:13:29 (UTC).
     48311:24:28 INFO    : Saved combined reservation RSpec at 4 AM(s) to file '/home/lnevers/gcf-test/stitch-test/PSC/EG-ST-3d-manifest-rspec-multiam-combined.xml'
     484Success: Reserved resources in slice EG-ST-3d at 4 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
    464485}}}
    465486
    466487Determined login information the PSC host:
    467488{{{
    468 $ readyToLogin.py EG-ST-3 --useSliceAggregates
     489$ readyToLogin.py EG-ST-3d --useSliceAggregates
    469490  ....
    470 
     491eg-psc's geni_status is: ready
     492User lnevers logs in to eg-psc using:
     493        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@147.72.248.8
     494
     495ig-gpo's geni_status is: ready
     496User lnevers logs in to ig-gpo using:
     497        ssh -p 25138  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
     498
     499ig-sox's geni_status is: ready
     500User lnevers logs in to ig-sox using:
     501        ssh -p 25042  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.sox.net
     502}}}
    471503Login to the PSC host and ping each remote:
    472504{{{
    473 #ping GPO IG
    474 ping 192.168.2.1 -c 60 -q
    475 # Utah IG
    476 ping 192.168.4.1 -c 60 -q
    477 }}}
     505lnevers@eg-psc:~$ ping 192.168.2.1 -c 60 -q
     506PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
     507
     508--- 192.168.2.1 ping statistics ---
     50960 packets transmitted, 60 received, 0% packet loss, time 59073ms
     510rtt min/avg/max/mdev = 21.970/22.702/49.063/3.469 ms
     511lnevers@eg-psc:~$ # Utah IG
     512lnevers@eg-psc:~$ ping 192.168.4.1 -c 60 -q
     513PING 192.168.4.1 (192.168.4.1) 56(84) bytes of data.
     514
     515--- 192.168.4.1 ping statistics ---
     51660 packets transmitted, 60 received, 0% packet loss, time 59083ms
     517rtt min/avg/max/mdev = 25.165/25.782/51.683/3.373 ms
     518lnevers@eg-psc:~$
     519}}}