forked from jdhp-sap/tino_cta
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdirac_commands.txt
More file actions
30 lines (22 loc) · 760 Bytes
/
dirac_commands.txt
File metadata and controls
30 lines (22 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# storae elements
CC-IN2P3-USER
DESY-ZN-USER
CEA-USER
LAPP-USER
CYF-STORM-USER
CNAF-USER
LPNHE-USER
# Retrieve a list of files
dirac-dms-user-lfns
# upload a file
dirac-dms-add-file /vo.cta.in2p3.fr/user/[initial]/[username]/test.txt test.txt CC-IN2P3-USER
# download a file
dirac-dms-get-file LFN:/vo.cta.in2p3.fr/user/[initial]/[username]/dir1/job.log
# remove a directory and all files within
dirac-dms-clean-directory /vo.cta.in2p3.fr/user/[initial]/[username]/dir1
# create a replica on another storage element
dirac-dms-replicate-lfn /vo.cta.in2p3.fr/user/[initial]/[username]/test.txt DESY-ZN-Disk
# get list of jobs with failed status
dirac-wms-select-jobs --Owner='tmichael' --Status='Failed'
# get job output
dirac-wms-job-get-output [JobID]