22 | | 2. In the terminal window, use Omni to list the aggregates available to you: |
| 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: |
| 33 | |
| 34 | Options as run: |
| 35 | framework: gib_ch |
| 36 | getversionCacheName: /home/gibuser/.gcf/get_version_cache.json |
| 37 | |
| 38 | Args: listaggregates |
| 39 | |
| 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 | $ |
| 43 | }}} |
| 44 | |