Changes between Version 24 and Version 25 of FeddGettingStarted
- Timestamp:
- Jun 12, 2014 2:05:45 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddGettingStarted
v24 v25 283 283 * Additional software and data is moved into federated experiments using the access controller's ssh identity to log in as the user in question. 284 284 285 The analogue {{{to exp_access.db.py}}} for DETER access controllers is {{{ deter_exp_access_db.py}}}. It takes the same selection praameters as {{{to exp_access.db.py}}} and two others:285 The analogue {{{to exp_access.db.py}}} for DETER access controllers is {{{access_exp_access_db.py}}}. It takes the same selection praameters as {{{to exp_access.db.py}}} and two others: 286 286 287 287 * --testbed takes the X.509 certificate of this experiment controller. This is used to get the fedid of the experiment controller. 288 * --cert -dir is the pathname under the access controller's home in which copies of users' X.509 identities will be stored.288 * --cert_dir is the pathname under the access controller's home in which copies of users' X.509 identities will be stored. 289 289 290 290 This script is run on boss, so copy the experiment controller's certificate to boss as {{{cert.pem}}} and run something like: 291 291 292 292 {{{ 293 deter_exp_access_db.py --testbed cert.pem --cert-dir deter_certs293 access_exp_access_db.py --testbed cert.pem --cert_dir deter_certs 294 294 }}} 295 295 … … 299 299 300 300 {{{ 301 db_to_certs.py --cert -dir deter_certs301 db_to_certs.py --cert_dir deter_certs 302 302 }}} 303 303