Changes between Version 8 and Version 9 of GiB-gettingStarted


Ignore:
Timestamp:
09/27/12 16:02:43 (12 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GiB-gettingStarted

    v8 v9  
    20201. You will be automatically logged into the GENI-in-a-Box virtual machine when it starts up.   Open up a terminal window by clicking on the icon for a terminal on top of the screen.
    2121
    22 2. In the terminal window, use Omni to list the aggregates available to you using the command 'omni.py listaggregates'.   You should see something like this in your terminal window:
    23     {{{
    24         $ omni.py listaggregates
    25         INFO:omni:Loading config file /home/gibuser/.gcf/omni_config
    26         INFO:omni:Using control framework gib_ch
    27         INFO:omni:Listing 1 aggregates...
    28         INFO:omni:  Aggregate 1:
    29               urn:publicid:IDN+geni:gpo:gcf:am1+authority+am
    30               http://geni-in-a-box.net:8001
    31         INFO:omni: ------------------------------------------------------------
    32         INFO:omni: Completed listaggregates:
     222. In the terminal window, use Omni to list the aggregates available to you using the command {{{omni.py listaggregates}}}.   You should see something like this in your terminal window:
     23{{{
     24$ omni.py listaggregates
     25INFO:omni:Loading config file /home/gibuser/.gcf/omni_config
     26INFO:omni:Using control framework gib_ch
     27INFO:omni:Listing 1 aggregates...
     28INFO:omni:  Aggregate 1:
     29urn:publicid:IDN+geni:gpo:gcf:am1+authority+am
     30http://geni-in-a-box.net:8001
     31INFO:omni: ------------------------------------------------------------
     32INFO:omni: Completed listaggregates:
    3333
    34         Options as run:
    35                 framework: gib_ch
     34    Options as run:
     35                framework: gib_ch
    3636                getversionCacheName: /home/gibuser/.gcf/get_version_cache.json
    3737
    38         Args: listaggregates
     38    Args: listaggregates
    3939
    40         Result Summary: Found 1 aggregate. URN: urn:publicid:IDN+geni:gpo:gcf:am1+authority+am; URL: http://geni-in-a-box.net:8001
    41         INFO:omni: ============================================================
    42       $
     40    Result Summary: Found 1 aggregate. URN: urn:publicid:IDN+geni:gpo:gcf:am1+authority+am; URL: http://geni-in-a-box.net:8001
     41INFO:omni: ============================================================
     42$
    4343}}}
    4444