Changes between Version 16 and Version 17 of Omni


Ignore:
Timestamp:
09/20/10 14:59:40 (14 years ago)
Author:
Josh Karlin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Omni

    v16 v17  
    101101Finally, run 'sfi.py get-gid' at the command line to download your certificate file.  It will download to ~/.sfi/plc.<yoursite>.<yourname>.gid  Now point your certificate file in omni_config to this file.
    102102
    103 
     103You should now be configured to run omni on PLC.
     104
     105Try running getversion (the errors for VINI and PLJ are because they haven't upgraded to the GENI API yet but PLC and PLE work:
     106
     107{{{
     108jkarlin@ubu:~/dev/gcf/src$ ./omni.py getversion
     109INFO:omni:Using control framework plc
     110INFO:omni.sfa:SFA Registry: http://www.planet-lab.org:12345
     111INFO:omni.sfa:SFA Slice Manager: http://www.planet-lab.org:12347
     112urn:publicid:IDN+ple+authority+sa (http://planet-lab.eu:12346) {'geni_api': 1, 'sfa': 1}
     113ERROR:omni:Failed to get version information for urn:publicid:IDN+plc:vini+authority+sa at (http://vini-veritas.net:12346).
     114ERROR:omni:<Fault 109: ': GetVersion: Not implemented at interface get_version: aggregate'>
     115urn:publicid:IDN+plc+authority+sa (http://planet-lab.org:12346) {'geni_api': 1, 'sfa': 1}
     116jkarlin@ubu:~/dev/gcf/src$
     117
     118}}}
    104119
    105120