Changes between Version 3 and Version 4 of GENIExperimenter/Tutorials/RunHelloOmni


Ignore:
Timestamp:
02/02/15 10:59:31 (9 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/RunHelloOmni

    v3 v4  
    6868 </table>
    6969     <ol type="a" start="4">
    70         <li>  <b>Verify that you have the necessary credential and key files </b>. Run: <br>
     70        <li>  <b>Verify that you have the necessary credential and key files. </b> Run: <br>
    7171<code>
    7272     ls ~/.ssh ~/.ssl
     
    9494 
    9595   <li> <b>Optional - Look around the omni_config file </b><br>
    96    Open the file <code>~/.gcf/omni_config</code> using either vim or emacs. Close to the top of the file you will see two parameters called <code>default_cf</code> and <code>users</code>. Your username should be at least listed in the <code>users</code> section. Look for the sections in the file that are named <code>&lt default_cf &gt</code> and  <code>&lt username &gt</code>. <br><br>
     96   Open the file <code>~/.gcf/omni_config</code> using a text editor such as vim or emacs. Close to the top of the file you will see two parameters called <code>default_cf</code> and <code>users</code>. Your username should be at least listed in the <code>users</code> section. Look for the sections in the file that are named <code>&lt default_cf &gt</code> and  <code>&lt username &gt</code>. <br><br>
    9797   
    9898   In the <code>&lt username &gt</code> section, the information need for logging-in to reserved compute resources is provided. It includes your unique user URN and at least one public key that would be uploaded to the hosts that you reserve.<br><br>