Changes between Version 7 and Version 8 of GENIExperimenter/Tutorials/PortalOmniExample/ExecuteExperiment


Ignore:
Timestamp:
07/05/13 18:30:14 (11 years ago)
Author:
Gary Wong
Comment:

Use readyToLogin.py --no-keys.

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/PortalOmniExample/ExecuteExperiment

    v7 v8  
    66661. Please use the command:
    6767{{{
    68 /usr/local/bin/gcf/examples/readyToLogin.py -a AM_NICKNAME SLICENAME
     68/usr/local/bin/gcf/examples/readyToLogin.py --no-keys -a AM_NICKNAME SLICENAME
    6969}}}
    7070where (as before) {{{AM_NICKNAME}}} and {{{SLICENAME}}} are your aggregate
     
    7979server's geni_status is: ready (am_status:ready)
    8080User example logs in to server using:
    81         ssh -p 32768 -i /home/geni/.ssh/geni_key_portal example@pc1.utah.geniracks.net
     81        ssh -p 32768 example@pc1.utah.geniracks.net
    8282User example logs in to client using:
    83         ssh -p 32769 -i /home/geni/.ssh/geni_key_portal example@pc1.utah.geniracks.net
     83        ssh -p 32769 example@pc1.utah.geniracks.net
    8484...
     85}}}
     86
     87{{{
     88#!html
     89<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
     90not 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
     91more <tt>ssh</tt> commands to choose from (which should work, although might require the key passphrase).</td></tr></table>
    8592}}}
    8693