Changes between Version 63 and Version 64 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
07/16/14 15:35:17 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ClickExample/Execute

    v63 v64  
    3232
    3333==  1a. Login and remote execution ==
    34 Run the `readyToLogin` script to get information about logging in to nodes. The script has a lot of output so lets put that in a file so that we can easily search for the information we want.
     34 i. Run the `readyToLogin` script to get information about logging in to nodes. The script has a lot of output so lets put that in a file so that we can easily search for the information we want.
    3535{{{
    3636#!div style="background: #ffd; border: 3px ridge; width: 685px;"
     
    3838readyToLogin <slicename> -o --useSliceAggregates
    3939}}}
    40 }}}
    41 
    42 This will save all the information to different files. We want to use the ssh configuration file that the script produced:
     40This will save all the information to different files.
     41}}}
     42 i. We want to use the ssh configuration file that the script produced:
    4343{{{
    4444#!div style="background: #ffd; border: 3px ridge; width: 685px;"
     
    4747}}}
    4848}}}
    49 
    50 Edit the `~/.ssh/config` file to only include the section for your user.
    51 
     49 i. Edit the `~/.ssh/config` file to only include the section for your user.
    5250{{{
    5351#!html
     
    6361</table>
    6462}}}
    65 
    66 
    67 Let's login to our two hosts, the nicknames are `hostA` and `hostB`
    68   i. Open two new terminals
    69   i. In one terminal type
     63 i. Let's login to our two hosts, the nicknames are `hostA` and `hostB`
     64 i. On your local machine, open two new terminals
     65 i. In one terminal type
    7066{{{
    7167#!div style="background: #ffd; border: 3px ridge; width: 685px;"