1ARCEMIESTEST(1) NorduGrid Users Manual ARCEMIESTEST(1)
2
3
4
6 arcemiestest - perform simple operations on EMI ES service
7
8
10 The arcemiestest command performs simple operations on server with EMI
11 Execution Service (ES) interface and is meant for testing interoper‐
12 ability of ARC EMI ES client implementation and corresponding service.
13 Please see description of EMI ES at
14 http://twiki.cern.ch/twiki/bin/view/EMI/EmiExecutionService for de‐
15 tailed information about functionality of the service.
16
17
19 arcemiestest command URL [arguments]
20
21
23 sstat URL
24 takes URL of service implementing ResourceInfo capability, re‐
25 trieves service description
26
27 submit URL filename
28 takes URL of service implementing ActivityCreation capability
29 and file containing ADL activity description, sublits activity
30 to service
31
32 stat URL ID
33 takes URL of service implementing ActivityManagement capability
34 and identifier of activity as returned by submit command, re‐
35 tireves state of activity
36
37 info takes URL of service implementing ActivityManagement capability
38 and identifier of activity as returned by submit command, re‐
39 tirieves extended description of the activity
40
41 clean takes URL of service implementing ActivityManagement capability
42 and identifier of activity as returned by submit command, re‐
43 moves the activity from the service
44
45 kill takes URL of service implementing ActivityManagement capability
46 and identifier of activity as returned by submit command, can‐
47 cels execution of the activity at the service
48
49 list takes URL of service implementing ActivityInfo capability, re‐
50 trieves identifiers of available activities
51
52 ivalidate
53 takes URL of service implementing ResourceInfo capability, re‐
54 trieves full and partial service descriptions and validates re‐
55 sults.
56
57
59 $(ARC_LOCATION)/share/arc/schema/GLUE2.xsd
60 The schema of GLUE2 service description is used to validate re‐
61 sponse from service.
62
63
65 X509_USER_PROXY
66 The location of the user's Grid proxy file. Shouldn't be set un‐
67 less the proxy is in a non-standard location.
68
69
70 ARC_LOCATION
71 The location where ARC is installed can be specified by this
72 variable. If not specified the install location will be deter‐
73 mined from the path to the command being executed, and if this
74 fails a WARNING will be given stating the location which will be
75 used.
76
77
79 arcemiestest ivalidate https://testbed.eu-emi.eu/emies
80
81
83 APACHE LICENSE Version 2.0
84
85
87 ARC software is developed by the NorduGrid Collaboration
88 (http://www.nordugrid.org), please consult the AUTHORS file distributed
89 with ARC. Please report bugs and feature requests to
90 http://bugzilla.nordugrid.org
91
92
94 arcproxy(1), arcinfo(1), arcsub(1), arcstat(1)
95
96
97
98NorduGrid ARC 6.17.0 2022-11-24 ARCEMIESTEST(1)