Changes between Version 4 and Version 5 of FeddCommands


Ignore:
Timestamp:
Dec 12, 2008 5:49:11 PM (15 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddCommands

    v4 v5  
    9696
    9797The '''create''' command takes the following additional parameters:
    98  '''--experiment_cert='''''filename''
     98 '''--experiment_cert='''''filename''::
    9999  Store the certificate used to access the resulting experiment in ''filename''.  This certificate can be used as an input parameter to the terminate and informational commands beliw, but is an output parameter here.
    100100 '''--experiment_name='''''exp_name''::
     
    119119The commands to access data about an experiment or to terminate it all take only two non-generic options:
    120120
    121  '''--experiment_file='''''filename''
     121 '''--experiment_file='''''filename''::
    122122  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.
    123  '''--experiment_name='''''name''
     123 '''--experiment_name='''''name''::
    124124  The local name of the experiment to terminate.  Only the experiment creator can use this for access.
    125125
     
    137137provides information on their use.
    138138
     139== Fedid.py ==
     140
     141The `fedid.py` command prints the [Feddabout#Globalidentifiers:Fedids fedid] of the public key of an X.509 certificate to the standard output.  This is handy in getting fedids for the various [FeddDatabases databases] that `fedd` uses.  The command is invoked with 0 or more '''--attribute='''''attr'' parameters and 0 or more filenames.  The command prints the fedids and the attributes in the format of a [FeddDatabases#GlobalAccessDB global access database] and can be used directly to construct those files.  For example, this invocation:
     142
     143{{{
     144$ fedid.py --attribute=split --attribute=allocate fedd.pem deterboss.pem
     145}}}
     146
     147produces
     148
     149{{{
     150fedid:ce90957dd5b7d20f9c3890c4599313b7f1cf31ea split,allocate
     151fedid:9b8e7f2b114956ad516befc93fa7e7eae3751bf9 split,allocate
     152}}}
     153
    139154== User_to_project.py ==
    140155