Changes between Version 45 and Version 46 of GENIExperimenter/Tutorials/HelloOmni


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/HelloOmni

    v45 v46  
    135135          <td colspan="2">
    136136            <ol>
    137               <li> After the <code>sliverstatus</code> command tells you that your resources are ready. <b>Login to your nodes</b>. 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>
     137              <li> After the <code>sliverstatus</code> command tells you that your resources are ready, we should <b> visit the running webserver </b>. In order to do that we need to know which machine was assigned to be our <code>server</code> host. This information is part of the <code> sliverstatus </code> command but it is hard to locate. Omni comes with a script that makes it easy to gather all the information for accessing your hosts.  In the terminal run: <br><br>
    138138    <center><code>
    139139readyToLogin.py -a pg-utah &lt;slicename&gt
     
    147147     <tr>
    148148      <td colspan="3">
    149 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 <br> from the output of the script.
     149The script will return the actual command that you would need to use for logging in. However we don't need this information right now. At the end of the script find the information that corresponds to the server host, and see what host was reserved (this will be the hostname after your username in the ssh command line, it should look like <code>pcxxx.emulab.net </code>). a
    150150              </li>
    151151            </ol>