Changes between Version 17 and Version 18 of GENIRacksHome/USIgniteInstageniRacks/ConfirmationTestStatus/UL-IGN


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

--

Legend:

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

    v17 v18  
    662662}}}
    663663
     664
     665== IG-ST-2 New Site to GPO IG Loop topology ==
     666
     667Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/ULLafayette/IG-ST-2.rspec IG-ST-2.rspec]:
     668{{{
     669$ stitcher.py createsliver IG-ST-2x IG-ST-2.rspec -o
     67014:01:33 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     67114:01:33 INFO    : Reading slice IG-ST-2x credential...
     67214:01:33 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-2x expires on 2017-05-16 18:01:32 UTC
     67314:01:33 INFO    : Calling SCS...
     67414:01:34 INFO    : Multi-AM reservation will include resources from these aggregates:
     67514:01:34 INFO    :      <Aggregate ulla-ig>
     67614:01:34 INFO    :      <Aggregate gpo-ig>
     67714:01:34 INFO    :      <Aggregate al2s>
     67814:01:34 INFO    : Stitcher doing createsliver at <Aggregate ulla-ig>...
     67914:01:56 INFO    : ... Allocation at <Aggregate ulla-ig> complete.
     68014:01:56 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     68114:02:16 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     68214:02:16 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     68314:02:29 INFO    : ... Allocation at <Aggregate al2s> complete.
     68414:02:29 INFO    : All aggregates are complete.
     68514:02:29 INFO    : Your resources expire at 2017-05-15T17:51:34 (UTC).
     68614:02:29 INFO    : Saved combined reservation RSpec at 3 AM(s) to file '/home/lnevers/gcf-test/instarspec/ULLafayette/IG-ST-2x-manifest-rspec-multiam-combined.xml'
     687Success: Reserved resources in slice IG-ST-2x at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
     688}}}
     689
     690Determined login information at each ULLafayette and GPO aggregate:
     691{{{
     692$ readyToLogin.py IG-ST-2x --useSliceAggregates
     693 ....
     694ig-ulla's geni_status is: ready
     695User lnevers logs in to ig-ulla using:
     696        ssh -p 25106  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.louisiana.edu
     697
     698ig-gpo's geni_status is: ready
     699User lnevers logs in to ig-gpo using:
     700        ssh -p 25298  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.gpolab.bbn.com
     701}}}
     702
     703Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
     704{{{
     705$ remote-execute.py IG-ST-2x -a gpo-ig -m "ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q"
     7061. Find login Info for hosts in slice IG-ST-2x
     7072. Send command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' to ig-gpo
     708
     709PING 10.10.4.2 (10.10.4.2) 56(84) bytes of data.
     710
     711--- 10.10.4.2 ping statistics ---
     71260 packets transmitted, 0 received, +60 errors, 100% packet loss, time 59319ms
     713pipe 3
     714PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     715
     716--- 192.168.4.2 ping statistics ---
     71760 packets transmitted, 0 received, +60 errors, 100% packet loss, time 59319ms
     718pipe 3
     719... Done with command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' at ig-gpo
     720}}}
     721