Changes between Version 24 and Version 25 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
07/01/14 16:51:14 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v24 v25  
    3232
    3333{{{
    34 readyToLogin -a pg-utah <slicename> -o
     34readyToLogin <slicename> -o --useSliceAggregates
    3535}}}
    3636
     
    3939mv ./sshconfig.txt ~/.ssh/config
    4040}}}
     41
     42Edit the `~/.ssh/config` file to only include the section for your user.
     43
    4144Let's login to our two hosts, the nicknames are `hostA` and `hostB`
    4245  i. Open two new terminals
     
    5558  i. In your local terminal type :
    5659  {{{
    57   remote-execute.py -a pg-utah <slicename> -m "ls -a"
     60  remote-execute --useSliceAggregates <slicename> -m "ls -a"
    5861  }}}
    5962  This will list all the files under the home directory of all hosts. To run it in only one host use the `--host` option
    6063  {{{
    61   remote-execute.py -a pg-utah <slicename> -m "ls -a"  --host top
     64  remote-execute --useSliceAggregates <slicename> -m "ls -a"  --host top
    6265  }}}
    6366
     
    8689 scp top:myslice.png ./
    8790}}}
    88   i. View the diagram by typing :
    89   {{{
    90   eog myslice.png &
    91 }}}
     91  i. Open the diagram in your browser or your favorite image viewing program.
     92
    9293  Your slice will look something like the one below. The overall configuration should be the same, with two end hosts, named hostA and hostB, and four routers (top, left, right, bottom) in a diamond configuration. The host names, interface names, and MAC addresses will be different, depending on the actual resources assigned to your slice.
    9394