Changes between Version 9 and Version 10 of GENIResources


Ignore:
Timestamp:
02/17/15 10:03:23 (9 years ago)
Author:
hdempsey@bbn.com
Comment:

Fix typos, add a little explanation.

Legend:

Unmodified
Added
Removed
Modified
  • GENIResources

    v9 v10  
    33= GENI Resources for Experimenters =
    44
    5 There are various aggregate types in the GENI environment, some make compute and network resources available, such as InstaGENI, ExoGENI, and OpenGENI; while others make network-only resources available, such a [wiki:GeniAggregate/I2AL2S AL2S], [wiki:GeniAggregate/I2ION ION] and [wiki:GeniAggregate/MAX MAX]. See the [wiki:GeniAggregate GENI Aggregates] page for a list of all available GENI Aggregates.
     5There are various aggregate types in the GENI environment, some make compute and network resources available, such as InstaGENI, ExoGENI, and OpenGENI; while others make network-only resources available, such a [wiki:GeniAggregate/I2AL2S AL2S], [wiki:GeniAggregate/I2ION ION] and [wiki:GeniAggregate/MAX MAX]. See the [wiki:GeniAggregate GENI Aggregates] page for a list of all available GENI Aggregates.  Resources can be obtained through a portal (not documented here), or with the omni tool.
    66
    77== Slices ==
    88
    9 In GENI, aggregates that supply compute resources, generally make available both Virtual and bare metal nodes.  You may requests any of these resources, as part of a slice, which is a container for all your requested resources.  Each slice has an expiration date associated with it. When the slice expires, all your resources are released.  The slice expiration defines to the amount of time your resources are allocated to you. Note, that the slice expiration is an overall expiration, but does not necessarily reflect the duration of your reservation at the aggregate.  If you want to know when your slice expires, you can use the omni command as follows:
     9In GENI, aggregates that supply compute resources generally make available both virtual and bare metal nodes (check the wiki:GeniAggregate page for details on each aggregate).  You may request any of these resources as part of a slice, which is a container for all your requested resources.  Each slice has an expiration date associated with it. When the slice expires, all your resources are released.  The slice expiration defines to the amount of time your resources are allocated to you. Note, that the slice expiration is an overall expiration, but does not necessarily reflect the duration of your reservation at each aggregate.  If you want to know when your slice expires, you can use the omni command as follows:
    1010{{{
    1111$ omni print_slice_expiration my-slice-name
     
    1414}}}
    1515
    16 From the above 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:
     16From 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:
    1717{{{
    1818$ omni renewslice my-slice-name 2015-02-28
     
    2121== Slivers ==
    2222
    23 Resources requested at an individual aggregate are part of a sliver. I sliver can contain both compute and network resources that are part of your slice. Note that the slice expiration is not the same as the sliver expiration and that each aggregate has its own expiration, which may be significantly different than the slice.
     23Resources requested at an individual aggregate are part of a sliver. A sliver can contain both compute and network resources that are part of your slice. Note that the slice expiration is not the same as the sliver expiration, and that each aggregate has its own expiration limit, which may be significantly different than the slice expiration time.
    2424
    25 To find the expiration date for a sliver you can use omni or stitcher as follows:
     25To find the expiration date for a sliver, you can use omni or stitcher as follows:
    2626{{{
    2727$stitcher --useSliceAggregates sliverstatus slice-name -o
     
    4141== Expiration by Aggregate type ==
    4242
    43 Slice default duration is 7 day, but can be expanded to a maximum of 185 days.  This table captures the default and maximum duration available for resources by aggregate type:
     43Slice default duration is 7 days, but can be expanded to a maximum of 185 days.  This table captures the default and maximum duration available for resources by aggregate type:
    4444
    4545|| Aggregate Resource Type || Default Duration || Max Duration ||
     
    5555|| MAX                     ||  6 days          || 180 days     || 
    5656
    57 
    5857 Note (1):  ION network will be decommissioned on March 27, 2015.
    5958