1APECHO(1) NorduGrid Users Manual APECHO(1)
2
3
4
6 arcsrmping - SRM ping client
7
8
10 The arcsrmping command is a ping client for the SRM service.
11
12
14 arcsrmping [options] service
15
16
18 -z, --conffile=filename
19 configuration file (default ~/.arc/client.conf)
20
21 -t, --timeout=seconds
22 timeout in seconds (default 20)
23
24 -d, --debug=debuglevel
25 FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
26
27 -v, --version
28 print version information
29
30 -?, --help
31 print help
32
34 service
35 A URL to an SRM service
36
38 arcsrmping sends an SRM ping request to the SRM service and displays
39 the result.
40
41
43 ~/.arc/client.conf
44 Some options can be given default values by specifying them in
45 the ARC client configuration file. By using the --conffile
46 option a different configuration file can be used than the
47 default.
48
49
51 X509_USER_PROXY
52 The location of the user's grid proxy file. Shouldn't be set
53 unless the proxy is in a non-standard location.
54
55
56 ARC_LOCATION
57 The location where ARC is installed can be specified by this
58 variable. If not specified the install location will be deter‐
59 mined from the path to the command being executed, and if this
60 fails a WARNING will be given stating the location which will be
61 used.
62
63
64 ARC_PLUGIN_PATH
65 The location of ARC plugins can be specified by this variable.
66 Multiple locations can be specified by separating them by : (;
67 in Windows). The default location is $ARC_LOCATION/lib/arc (\ in
68 Windows).
69
70
72 APACHE LICENSE Version 2.0
73
74
76 Mattias Ellert <mattias.ellert@fysast.uu.se>
77
78
79
80NorduGrid ARC 1.1.0 2011-10-24 APECHO(1)