Changes between Version 33 and Version 34 of GENIExperimenter/Tutorials/HelloOmni


Ignore:
Timestamp:
11/15/12 14:34:02 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/HelloOmni

    v33 v34  
    135135          <td >
    136136            <ol>
    137               <li> After the <code>sliverstatus</code> command tells you that your resources are ready. ''Login to your nodes'''. 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>
     137              <li> After the <code>sliverstatus</code> command tells you that your resources are ready. ''Login to your nodes'''. Omni comes with a script that makes it easy to gather all the information needed for ssh-ing into your hosts.  In the terminal run: <br><br>
    138138    <code>
    139139readyToLogin.py -a pg-utah &lt;slicename&gt
    140 </code>   <br> 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.
     140</code>   <br><br>
     141The 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.
    141142              </li>
    142143            </ol>