Changes between Version 22 and Version 23 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
05/16/14 14:06:59 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v22 v23  
    3030
    3131==  1a. Login and remote execution ==
    32 Run the `readyToLogin.py` 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.
    33 
    34 {{{
    35 readyToLogin.py -a pg-utah <slicename> -o
     32Run 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.
     33
     34{{{
     35readyToLogin -a pg-utah <slicename> -o
    3636}}}
    3737
     
    5151  }}}
    5252=== Test remote execution ===
    53 You can execute commands in a remote host using `ssh`. There is an omni script, `remote-execute.py` that automates this.
     53You can execute commands in a remote host using `ssh` if you are using a Mac or Linux. There is an omni script, `remote-execute.py` that automates this.
     54The rest of the tutorial assumes you have access to the remote-execute.py script. If you are on a Windows host you have to SSH to each host and execute the command that is after the '-m' option, manually.
     55
    5456  i. In your local terminal type :
    5557  {{{
     
    6062  remote-execute.py -a pg-utah <slicename> -m "ls -a"  --host top
    6163  }}}
     64
    6265
    6366== 1b. Configure your routers ==