Changes between Version 9 and Version 10 of GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/Execute


Ignore:
Timestamp:
02/12/14 16:47:00 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/Execute

    v9 v10  
    1818== 4 Wait for experiment setup ==
    1919
    20 1. Please use the command:
    2120{{{
     21#!html
     22<ol type='a'>
     23  <li>
     24    Please use the command:
     25<pre>
    2226readyToLogin --no-keys -a AM_NICKNAME SLICENAME
    23 }}}
    24 where (as before) {{{AM_NICKNAME}}} and {{{SLICENAME}}} are your aggregate
     27<pre>
     28where (as before) <tt>AM_NICKNAME</tt> and <tt>SLICENAME</tt> are your aggregate
    2529manager nickname and your slice name (both found on your worksheet).
    26 
    27 2. If it reports that the sliver is not yet ready (for example, it might say that the status is "changing"), then please wait a minute
    28 or two and try again.  Once everything is complete, {{{readyToLogin}}}
     30  </li>
     31  <li>If it reports that the sliver is not yet ready (for example, it might say that the status is "changing"), then please wait a minute
     32or two and try again.  Once everything is complete, <tt>readyToLogin</tt>
    2933will give output that should look something like this:
    30 
    31 {{{
     34<pre>
    3235...
    3336server's geni_status is: ready (am_status:ready)
     
    3740        ssh -p 32769 example@pc1.utah.geniracks.net
    3841...
    39 }}}
     42</pre>
    4043
    41 {{{
    42 #!html
    4344<table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/warning-icon-hi.png?format=raw" /></td><td>If you didn't previously complete the Flack tutorial (or are not running an <tt>ssh</tt> agent), then your <tt>ssh</tt> client might
    4445not be set up to log in with above commands.  Try re-running <tt>readyToLogin</tt> without the <tt>--no-keys</tt> option, and it will give you one or
    4546more <tt>ssh</tt> commands to choose from (which should work, although might require the key passphrase).</td></tr></table>
     47
     48  </li>
     49</ol>
    4650}}}
    4751