Changes between Version 25 and Version 26 of Instrumentize


Ignore:
Timestamp:
06/07/11 17:03:22 (13 years ago)
Author:
carpenter@vis.uky.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Instrumentize

    v25 v26  
    1919  directory with the following contents (example is for Kentucky aggregate).
    2020{{{
    21 XMLRPC_SERVER = { "default" : "www.uky.emulab.net", "ch" :
    22 "www.emulab.net" }
     21XMLRPC_SERVER = { "default" : "www.uky.emulab.net", "ch" : "www.emulab.net" }
    2322}}}
    2423 * Create your slice as usual or use the script createExp.py
     
    3130./instrumentize.py -n slicename
    3231}}}
     32 * If you are not using ssh agent, you may need to provide the file name of your private key to instrumentize your experiment as
     33  {{{
     34./instrumentize.py -n slicename -k private_key_filename
     35}}}
     36  where ''private_key_filename'' is the name of the file storing the private key generated by ssh-keygen.
     37
    3338 * The time needed for the script to run will vary on the number of nodes used and the current server loads.
    3439 * Towards the end, you will be prompted for a password. This will be used for the [wiki:INSTOOLSInterface INSTOOLS Live View] pages and the INSTOOLS Portal page.