Changes between Version 10 and Version 11 of GENIExperimenter/Tutorials/RunHelloOmni


Ignore:
Timestamp:
03/22/17 09:46:14 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/RunHelloOmni

    v10 v11  
    125125 omni listresources -a nysernet-ig -o
    126126 </code><br>
    127    The <code>-o</code> option will save the output to a file. The filename is chosen by Omni and printed as part of the output. The output will look like : <br>
    128    <code>
    129 geni@geni-VirtualBox:~$ omni listresources -a nysernet-ig -o<br>
     127   The <code>-o</code> option will save the output to a file. The filename is chosen by Omni and printed as part of the output. The output will look like :
     128    <br>
     129   <code>
     130$ omni listresources -a nysernet-ig -o<br>
    13013120:13:35 INFO    : Loading agg_nick_cache file '/home/rrhain/.gcf/agg_nick_cache'<br>
    13113220:13:35 INFO    : Loading config file '/home/rrhain/.gcf/omni_config'<br>
     
    142143<br>
    143144<pre>
    144   Options as run:<br>
     145  Options as run:
    145146                aggregate: ['nysernet-ig']
    146147                framework: portal
     
    148149                project: tutorial
    149150</pre>
    150 <br>
    151151  Args: listresources<br>
    152 <br>
    153152  Result Summary: Queried resources from 1 of 1 aggregate(s).<br>
    154153Wrote rspecs from 1 aggregate(s) to 1 file(s)<br>
    155154Saved listresources RSpec from 'urn:publicid:IDN+instageni.nysernet.org+authority+cm' (url 'https://instageni.nysernet.org:12369/protogeni/xmlrpc/am/2.0') to file rspec-instageni-nysernet-org.xml;<br> 
    15615520:13:38 INFO    :  ======================================================<br>
    157 </code><br>
    158   In the last line of the output Omni will tell you the name of the file that output is saved at. In the example above this would be <code>rspec-instageni-nysernet-org.xml</code>. This file is a <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/RSpecs" target="_blank">  SPECification document(RSpec) </a>, and in particular an advertisement rspec. Open the file that Omni saved and just take a look to see how an advertisement RSpec looks like. In order to see only available resources type:<br>
     156</code>
     157<br>
     158 
     159In the last line of the output Omni will tell you the name of the file that output is saved at. In the example above this would be <code>rspec-instageni-nysernet-org.xml</code>. This file is a <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/RSpecs" target="_blank">  SPECification document(RSpec) </a>, and in particular an advertisement RSpec. Open the file that Omni saved and just take a look to see how an advertisement RSpec looks like. In order to see only available resources type:<br>
    159160  <code>
    160161  omni listresources -a nysernet-ig --available -o