Changes between Version 32 and Version 33 of GiB-gettingStarted


Ignore:
Timestamp:
10/02/12 17:57:20 (11 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GiB-gettingStarted

    v32 v33  
    279279Congratulations!  You have successfully run an experiment using GENI-in-a-Box resources!
    280280
    281 == 2.4 GENI-in-a-Box Tips ==
     281== 3 GENI-in-a-Box Tips ==
    282282See [wiki:GiB-tips this page] for tips that you might find helpful while using GENI-in-a-Box.
    283283
    284284
    285 == 3. What's Next? ==
     285== 4 What's Next? ==
    286286You are now ready to run your own experiments inside GENI-in-a-Box.  You might want to start with one of the sample rspecs in the {{{~/geni-in-a-box}}} directory and edit it as needed by your experiment.  See the {{{README}}} file in this directory for a description of the rspecs in this directory.
    287287
    288288You can [wiki:SignMeUp apply for a GENI account] and use real GENI aggregates and resources for your experiments.  See [wiki:GiB-to-ProtoGENI] for tips on moving your experiment from GENI-in-a-Box to other aggregates (and vice versa).
    289289
    290 
    291 
    292 [[BR]]
    293 [[BR]]
    294 [[BR]]
    295 [[BR]]
    296 [[BR]]
    297 [[BR]]
    298 [[BR]]
    299 
    300 
    301 
    302 
    303 = MOVE OUT =
    304 
    305 3. Now, let's find out the GENI AM API version and GENI Rspecs version supported by this aggregate using the command {{{omni.py -a http://geni-in-a-box.net:8001 get version}}}:
    306 {{{
    307 $ omni.py  -a http://geni-in-a-box.net:8001 getversion
    308 INFO:omni:Loading config file /home/gibuser/.gcf/omni_config
    309 INFO:omni:Using control framework gib_ch
    310 INFO:omni:AM URN: unspecified_AM_URN (url: http://geni-in-a-box.net:8001) has version:
    311 INFO:omni:{   'geni_ad_rspec_versions': [   {   'extensions': [],
    312                                       'namespace': 'http://www.geni.net/resources/rspec/3',
    313                                       'schema': 'http://www.geni.net/resources/rspec/3/ad.xsd',
    314                                       'type': 'geni',
    315                                       'version': '3'}],
    316     'geni_api': 2,
    317     'geni_api_versions': {   '2': 'https://127.0.0.1:8001/'},
    318     'geni_request_rspec_versions': [   {   'extensions': [],
    319                                            'namespace': 'http://www.geni.net/resources/rspec/3',
    320                                            'schema': 'http://www.geni.net/resources/rspec/3/request.xsd',
    321                                            'type': 'geni',
    322                                            'version': '3'}]}
    323 INFO:omni: ------------------------------------------------------------
    324 INFO:omni: Completed getversion:
    325 
    326   Options as run:
    327                 aggregate: ['http://geni-in-a-box.net:8001']
    328                 framework: gib_ch
    329                 getversionCacheName: /home/gibuser/.gcf/get_version_cache.json
    330                 noGetVersionCache: True
    331 
    332   Args: getversion
    333 
    334   Result Summary:
    335 Got version for http://geni-in-a-box.net:8001
    336  
    337 INFO:omni: ============================================================
    338 $
    339 }}}
    340 
    341 The results of this command tell you that the GENI-in-a-Box aggregate manager implements the GENI AM API version 2 and GENI Rspecs version 3.
    342 
    343