Changes between Version 9 and Version 10 of GENIExperimenter/Tutorials/GettingStarted_PartII_Labwiki/Setup


Ignore:
Timestamp:
05/24/15 20:05:00 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GettingStarted_PartII_Labwiki/Setup

    v9 v10  
    356356and your resource reservation is complete!
    357357
     358== 4 Wait for resources to be ready ==
     359
     360You can tell whether your nodes are ''ready'' by using a script built on `omni` called `readyToLogin`.
     361
     362{{{
     363#!html
     364<ol type='a'>
     365  <li>
     366    Please use the command:
     367<pre>
     368readyToLogin -a AM_NICKNAME SLICENAME
     369<pre>
     370where (as before) <tt>AM_NICKNAME</tt> and <tt>SLICENAME</tt> are your aggregate
     371manager nickname and your slice name (both found on your worksheet).
     372  </li>
     373  <li>If it reports that the sliver is not yet ready (for example, it might say that the status is "changing"), then wait a minute
     374or two and try again.  Once everything is complete, <tt>readyToLogin</tt>
     375will give output that should look something like this:
     376<pre>
     377...
     378nodea's geni_status is: ready
     379User example logs in to nodea using:
     380        ssh -p 34106  -i /Users/example/.ssh/geni_key_portal example@pc2.instageni.illinois.edu
     381       
     382switch's geni_status is: ready
     383User example logs in to switch using:
     384        ssh -p 34110  -i /Users/example/.ssh/geni_key_portal example@pc2.instageni.illinois.edu
     385       
     386nodeb's geni_status is: ready
     387User example logs in to nodeb using:
     388        ssh -p 34107  -i /Users/example/.ssh/geni_key_portal example@pc2.instageni.illinois.edu
     389       
     390nodec's geni_status is: ready
     391User example logs in to nodec using:
     392        ssh -p 34108  -i /Users/example/.ssh/geni_key_portal example@pc2.instageni.illinois.edu
     393       
     394noded's geni_status is: ready
     395User example logs in to noded using:
     396        ssh -p 34109  -i /Users/example/.ssh/geni_key_portal example@pc2.instageni.illinois.edu
     397...
     398</pre>
     399
     400  </li>
     401</ol>
     402}}}
     403
    358404
    359405----