Changes between Version 17 and Version 18 of GENIResources


Ignore:
Timestamp:
02/17/15 15:47:35 (9 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIResources

    v17 v18  
    1919   * Different aggregates have different initial expiration times and allow you to extend resources by different amounts of time.  See the table at [wiki:GENIResources#ExpirationbyAggregatetype] for initial and max expiration times allowed by different aggregates.
    2020
     21=== Using Omni to find and extend slice and sliver expiration times ===
     22If you are using the Omni experimenter tool,  you can use the following command to find slice expiration time:
     23{{{
     24$ omni print_slice_expiration my-slice-name
     25...
     26 Result Summary: Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+my-slice-name expires on 2015-02-23 20:47:28 UTC
     27}}}
     28
     29From the above result, you can see that the slice named 'my-slice-name' expires on '2015-02-23 20:47:28 UTC'. You can expand the amount of time that you request resources by renewing the slice, as follows:
     30{{{
     31$ omni renewslice my-slice-name 2015-02-28
     32}}}
     33
     34
     35To find the expiration date for a sliver, you can use omni or stitcher as follows:
     36{{{
     37$omni --useSliceAggregates sliverstatus slice-name -o
     38....
     39Slice slice-name at AM ucd-eg has overall SliverStatus: ready.
     40 Resources in slice slice-name at AM ucd-eg expire at 2015-03-02T17:48:44 UTC.         <<---- Expiration date for sliver
     41 Saved sliverstatus on slice-name at AM ucd-eg to file slice-name-sliverstatus-exogeni-net-ucdvmsite.json.
     42Slice slice-name at AM al2s has overall SliverStatus: ready.
     43 Resources in slice slice-name at AM al2s expire at 2015-08-20T17:47:53 UTC.           <<---- Expiration date for sliver
     44 Saved sliverstatus on slice-name at AM al2s to file slice-name-sliverstatus-al2s-internet2-edu.json.
     45Slice slice-name at AM illinois-ig has overall SliverStatus: ready.
     46 Resources in slice slice-name at AM illinois-ig expire at 2015-05-17T17:48:46 UTC.    <<---- Expiration date for sliver
     47 Saved sliverstatus on slice-name at AM illinois-ig to file slice-name-sliverstatus-instageni-illinois-edu.json.
     48Returned status of slivers on 5 of 5 possible aggregates.
     49}}}
     50
     51
     52
    2153== Aggregate categories ==
    2254GENI aggregates are categorized as follows.  You can select aggregate by category in tools such as the GENI Portal.
     
    3769}}}
    3870
     71{{{
     72#!comment
    3973
    4074= GENI Resources for Experimenters =
     
    76110}}}
    77111
     112}}}
    78113== Expiration by Aggregate type ==
    79114
     
    94129 Note (1): Expiration may vary for InstaGENI development racks, check your sliver to determine your expiration date.[[BR]]
    95130 Note (2): ION network will be decommissioned on March 27, 2015.
    96