Changes between Version 20 and Version 21 of GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus/UVM-IGN


Ignore:
Timestamp:
05/09/17 14:19:32 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus/UVM-IGN

    v20 v21  
    669669Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UVM/IG-ST-2.rspec IG-ST-2.rspec]:
    670670{{{
    671 $ stitcher.py createsliver IG-ST-2b IG-ST-2.rspec -o
     671$ stitcher.py createsliver IG-ST-2z IG-ST-2.rspec -o
     67214:03:11 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     67314:03:11 INFO    : Reading slice IG-ST-2z credential...
     67414:03:11 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-2z expires on 2017-05-16 18:03:11 UTC
     67514:03:11 INFO    : Calling SCS...
     67614:03:12 INFO    : Multi-AM reservation will include resources from these aggregates:
     67714:03:12 INFO    :      <Aggregate gpo-ig>
     67814:03:12 INFO    :      <Aggregate al2s>
     67914:03:12 INFO    :      <Aggregate uvm-ig>
     68014:03:12 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     68114:03:34 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     68214:03:34 INFO    : Stitcher doing createsliver at <Aggregate uvm-ig>...
     68314:03:55 INFO    : ... Allocation at <Aggregate uvm-ig> complete.
     68414:03:55 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     68514:04:10 INFO    : ... Allocation at <Aggregate al2s> complete.
     68614:04:10 INFO    : All aggregates are complete.
     68714:04:10 INFO    : Your resources expire at 2017-05-15T17:53:12 (UTC).
     68814:04:10 INFO    : Saved combined reservation RSpec at 3 AM(s) to file '/home/lnevers/gcf-test/instarspec/UVM/IG-ST-2z-manifest-rspec-multiam-combined.xml'
     689Success: Reserved resources in slice IG-ST-2z at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
    672690}}}
    673691
    674692Determined login information at each UVM and GPO aggregate:
    675693{{{
    676 $ readyToLogin.py IG-ST-2b --useSliceAggregates
     694$ readyToLogin.py IG-ST-2z --useSliceAggregates
     695 ....
     696ig-uvm's geni_status is: changing
     697User lnevers logs in to ig-uvm using:
     698        ssh -p 25010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.uvm.edu
     699
     700ig-gpo's geni_status is: changing
     701User lnevers logs in to ig-gpo using:
     702        ssh -p 25330  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.gpolab.bbn.com
    677703}}}
    678704
    679705Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
    680706{{{
    681 remote-execute.py IG-ST-2 -a gpo-ig -m "ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q"
    682 }}}
     707$ remote-execute.py IG-ST-2z -a gpo-ig -m "ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q"
     7081. Find login Info for hosts in slice IG-ST-2z
     7092. Send command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' to ig-gpo
     710
     711PING 10.10.4.2 (10.10.4.2) 56(84) bytes of data.
     712
     713--- 10.10.4.2 ping statistics ---
     71460 packets transmitted, 60 received, 0% packet loss, time 59083ms
     715rtt min/avg/max/mdev = 17.054/17.570/34.474/2.208 ms
     716PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     717
     718--- 192.168.4.2 ping statistics ---
     71960 packets transmitted, 60 received, 0% packet loss, time 59085ms
     720rtt min/avg/max/mdev = 17.036/17.751/38.842/2.806 ms
     721... Done with command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' at ig-gpo
     722}}}