Changes between Version 21 and Version 22 of GENIExperimenter/Tutorials/HelloOmni


Ignore:
Timestamp:
11/15/12 12:22:46 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/HelloOmni

    v21 v22  
    134134      <tr>
    135135       <td>
    136 
    137136<img border="0" src="http://groups.geni.net/geni/attachment/wiki/Tutorials/Graphics/readytologin_output.png" alt="readyToLogin snapshot"  height="120" title="readyToLogin snapshot" /> 
    138137       </td>
     
    141140            <li><b>'Login to your nodes - Omni Scripting</b>. Depending on the Aggregate the login information are either part of the <code>sliverstatus</code> call, or as part of the manifest rspec, i.e. returned from the <code>listresources</code> call. Omni comes with a script that makes it easy to gather all this information.  In the terminal run: <br>
    142141    <code>
    143 readyToLogin.py -a pg-utah <slicename>
    144 </code>
     142readyToLogin.py -a pg-utah <slicename >
     143</code>   The script will return the actual command that you would need to use for logging in. Login to both nodes by copy-paste the commands from the output of the script.
    145144            </li>
    146145          </ol>
    147146       </td>
    148  
    149147    </tr>
    150148 </table>
    151149}}}
    152150
    153   1. '''Login to your nodes - Omni Scripting'''. Depending on the Aggregate the login information are either part of the `sliverstatus` call, or as part of the manifest rspec, i.e. returned from the
    154 `listresources` call. Omni comes with a script that makes it easy to gather all
    155 this information.  In the terminal run:
    156   {{{
    157 readyToLogin.py -a pg-utah <slicename>
    158 }}}
    159   The script will return the actual command that you would need to use for logging in.
    160   ii. Login to both nodes by copy-paste the commands from the output of the
    161   script.
    162 
    163   [[Image(Tutorials/Graphics:readytologin_output.png, 40%)]]
    164151
    165152== 5b. Send IP traffic ==