Changes between Version 7 and Version 8 of GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/Execute


Ignore:
Timestamp:
10/18/13 17:33:59 (10 years ago)
Author:
Gary Wong
Comment:

Remove .py suffix where appropriate.

Legend:

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

    v7 v8  
    20201. Please use the command:
    2121{{{
    22 readyToLogin.py --no-keys -a AM_NICKNAME SLICENAME
     22readyToLogin --no-keys -a AM_NICKNAME SLICENAME
    2323}}}
    2424where (as before) {{{AM_NICKNAME}}} and {{{SLICENAME}}} are your aggregate
     
    2626
    27272. 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.py}}}
     28or two and try again.  Once everything is complete, {{{readyToLogin}}}
    2929will give output that should look something like this:
    3030
     
    4242#!html
    4343<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
    44 not be set up to log in with above commands.  Try re-running <tt>readyToLogin.py</tt> without the <tt>--no-keys</tt> option, and it will give you one or
     44not 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
    4545more <tt>ssh</tt> commands to choose from (which should work, although might require the key passphrase).</td></tr></table>
    4646}}}