Changes between Version 22 and Version 23 of FeddCommands


Ignore:
Timestamp:
Jun 6, 2010 9:31:27 AM (14 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddCommands

    v22 v23  
    261261  The local name of the experiment to query.  Only the experiment creator can use this for access.
    262262 '''--logfile='''''path''::
    263  A flie to store the log in rather than printing to the standard output
     263 A file to store the log in rather than printing to the standard output
    264264 '''--update_time='''''secs''::
    265265  Time between updates of the log.  The experiment controller is queried for each update.
    266266
    267 
     267=== fedd_terminate.py ===
     268
     269Deallocate resources from an experiment and remove the experiment structures from the experiment controller.  It takes the standard arguments and:
     270
     271'''--experiment_cert='''''filename''::
     272  The ''filename'' must contain a certificate valid for the experiment's fedid.  If so it is used to authenticate access to the experiment.  A password may be required if one has been added to the private key.
     273 '''--experiment_name='''''name''::
     274  The local name of the experiment to query.  Only the experiment creator can use this for access.
     275 '''--force'''::
     276 Remove the experiment if at all possible.  Experiments in '''starting''' or '''terminating''' states cannot be terminated without this option.
     277 '''--logfile='''''path''::
     278 A file to store the log in rather than printing to the standard output.
     279 '''--print_log'''::
     280 Print a log of the experiment controllers actions.
    268281
    269282== Fedd_client.py ==