Changes between Version 10 and Version 11 of FeddCommands


Ignore:
Timestamp:
Jul 1, 2009 4:29:54 PM (15 years ago)
Author:
faber
Comment:

Document image, ns_image and status

Legend:

Unmodified
Added
Removed
Modified
  • FeddCommands

    v10 v11  
    126126The informational commands are '''vtopo''', '''vis''', and '''info'''.  '''Vtopo''' and '''vis''' are equivalent to the analogous Emulab XMLRPC commands, and `fedd_client.py` prints thier results in raw XML.  '''Info''' provides more information about the experiment, and it is printed as a python hash.  These are primarily used for debugging rather than operations.
    127127
     128The '''image''', '''ns_image''' and '''status''' commands are more useful to users.  The first two create simple image files from either an existing federated experiment or from the experiment description.  '''image''' takes the same parameters as '''vtopo''', '''vis''', and '''info''' as well as:
     129
     130 '''--output='''''file''::
     131 A file to store the image in.  The output format is determined by the file suffix.
     132 '''--format='''''fmt''::
     133 The image format to use.  Valid choices are '''jpg''', '''png''', '''svg''', and '''dot'''.  '''dot''' is graphviz input.
     134 '''--labels'''::
     135 Include node names and IP address information in the image.  This is the default.
     136 '''---no-labels'''::
     137  Omit node names and IP address information in the image.
     138
     139'''ns_image''' takes the same additional parameters as '''image''', but is takes '''create''' parameters instead.  It generates the image from the description rather than the existing experiment.  It does not create a federated experiment.
     140
     141The '''status''' command is a modified '''info''' command that prints a single word that describes the status of an experiment:
     142 '''active'''::
     143 The experiment exists
     144 '''inactive'''::
     145 The experiment is not swapped in, or the user does not have the right to acces it
     146 '''swapping'''::
     147 The experiment is swapping in.
     148 '''unknown'''::
     149 The experiment state could not be determined
     150
    128151The '''terminate''' command stops a federated experiment and removes the access granted from the federants.
    129152