1ARCWSRF(1) NorduGrid Users Manual ARCWSRF(1)
2
3
4
6 arcwsrf - run WSRF query against service
7
8
10 The arcwsrf command issues WSRF resource property query to service
11 specified by its URL.
12
13
15 arcwsrf [options] service_url [query]
16
17
19 -h, --help Show help options
20 -p, --property=[-]name Request for specific Resource Property
21 -t, --timeout=seconds timeout in seconds (default 20)
22 -z, --conffile=filename configuration file (default
23 ~/.arc/client.conf)
24 -d, --debug=debuglevel FATAL, ERROR, WARNING, INFO, VERBOSE or
25 DEBUG
26 -v, --version print version information
27
28
29 -p, --property
30 request specific Resource Property.
31
32 -t, --timeout=seconds
33 timeout in seconds (default 20)
34
35 -z, --conffile=filename
36 configuration file (default ~/.arc/client.conf)
37
38 -d, --debug=debuglevel
39 FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
40
41 -v, --version
42 print version information
43
44 -?, --help
45 print help
46
47
49 service_url
50 URL of service to which request is sent
51
52 query query expression (usually XPath) to be sent
53
55 The arcwsrf send WSRF query to specified service URL and prints
56 response. If query is provided this query is sent to service. Otherwise
57 request for whole information document or for selected properties (if
58 -p options are specified) is made.
59
60
62 ~/.arc/client.conf
63 Some options can be given default values by specifying them in
64 the ARC client configuration file. By using the --conffile
65 option a different configuration file can be used than the
66 default.
67
68
70 X509_USER_PROXY
71 The location of the user's grid proxy file. Shouldn't be set
72 unless the proxy is in a non-standard location.
73
74
75 ARC_LOCATION
76 The location where ARC is installed can be specified by this
77 variable. If not specified the install location will be deter‐
78 mined from the path to the command being executed, and if this
79 fails a WARNING will be given stating the location which will be
80 used.
81
82
83 ARC_PLUGIN_PATH
84 The location of ARC plugins can be specified by this variable.
85 Multiple locations can be specified by separating them by : (;
86 in Windows). The default location is $ARC_LOCATION/lib/arc (\ in
87 Windows).
88
89
91 APACHE LICENSE Version 2.0
92
93
95 ARC software is developed by the NorduGrid Collaboration
96 (http://www.nordugrid.org), please consult the AUTHORS file distributed
97 with ARC. Please report bugs and feature requests to
98 http://bugzilla.nordugrid.org
99
100
102 arcinfo(1)
103
104
105
106NorduGrid ARC 5.4.4 2019-03-16 ARCWSRF(1)