VOMS Proxy
Initialise a proxy
1 |
voms-proxy-init [-voms <vo>[:/<vo>/Role=<role>]] |
Proxy information
1 |
voms-proxy-info [-all] |
Destroy your proxy
1 |
voms-proxy-destroy |
Job Management
Matching sites
1 |
glite-wms-job-list-match -a file.jdl |
Submission of a job
1 |
glite-wms-job-submit -a [-o output_ids.txt] file.jdl |
Status of a job
1 |
glite-wms-job-status https://<server>:9000/<id> |
Output retrieval
1 |
glite-wms-job-output [--dir <directory>] https://<server>:9000/<id> |
Cancel a job
1 |
glite-wms-job-cancel https://<server>:9000/<id> |
Data Management
Get LFC name
1 |
lcg-infosites --vo dech lfc |
Set $LFC_HOST
1 |
export LFC_HOST=`lcg-infosites --vo dech lfc` |
Commands for Replication
Upload and register a file
1 |
lcg-cr --vo <vo> file://$PWD/<file> -l lfn:<lfn> -d <storage element> |
Replicate a file
1 |
lcg-rep --vo <vo> -d <destination SE> lfn:<lfn> |
Download a file
1 |
lcg-cp --vo <vo> lfn:<lfn> file://$PWD/<file> |
Delete a file
1 |
lcg-del --vo <vo> -s <storage element> lfn:<lfn> |
1 |
lcg-del --vo <vo> -a lfn:<lfn> |
List of replicas
1 |
lfc-lr --vo <vo> lfn:<lfn> |
Commands for LCG File Catalog
List files
1 |
lfc-ls [--comment | -l] <lfn> |
Create a directory
1 |
lfc-mkdir <lfn> |
Remove a directory
1 |
lfc-rm -r <lfn> |
Rename
1 |
lfc-rename <lfn1> <lfn2> |
Set a comment
1 |
lfc-setcomment <lfn> "comment" |
Remove a comment
1 |
lfc-delcomment <lfn> |