1ARCINFO(1) NorduGrid Users Manual ARCINFO(1)
2
3
4
6 arcinfo - ARC Info
7
8
10 The arcinfo command is used for obtaining status and information of
11 clusters on the grid.
12
13
15 arcinfo [options] [cluster ...]
16
17
19 -c, --cluster=name
20 select one or more computing elements: name can be an alias for
21 a single CE, a group of CEs or a URL
22
23 -I, --infointerface=InterfaceName
24 the computing element specified by URL at the command line
25 should be queried using this information interface (possible op‐
26 tions: org.nordugrid.ldapng, org.nordugrid.ldapglue2, org.nor‐
27 dugrid.wsrfglue2, org.ogf.glue.emies.resourceinfo)
28
29 -g, --index=name
30 select one or more registries: name can be an alias for a single
31 registry, a group of registries or a URL
32
33 -R, --rejectdiscovery=URL
34 skip the service with the given URL during service discovery
35
36 -S, --submissioninterface=InterfaceName
37 only get information about executon targets which supports this
38 job submission interface (e.g. org.nordugrid.gridftpjob,
39 org.ogf.glue.emies.activitycreation, org.nordugrid.xbes)
40
41 -l, --long
42 long format (more information)
43
44 -L, --list-configured-services
45 print a list of services configured in the client.conf
46
47 -P, --listplugins
48 list the available plugins
49
50 -t, --timeout=seconds
51 timeout in seconds (default 20)
52
53 -z, --conffile=filename
54 configuration file (default ~/.arc/client.conf)
55
56 -d, --debug=debuglevel
57 FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
58
59 -v, --version
60 print version information
61
62 -?, --help
63 print help
64
66 The arcinfo command is used to get the status and information of clus‐
67 ters and queues available on the grid. You can specify the URLs of
68 cluster with the --cluster option, or by just listing them as argu‐
69 ments. The --index flag can be used to specify an index server which
70 should be queried for clusters. Both of these flags take a service end‐
71 point as argument. See arcsub(1) for a discussion of this format.
72
73 Detailed information about queried computing services can be obtained
74 by specifying the --long flag.
75
76 When specifying the --index flag, the information about the computing
77 services registered at the index server will be queried rather than the
78 status of the index server itself. Currently no command exists to query
79 a index server.
80
81
83 ~/.arc/client.conf
84 Some options can be given default values by specifying them in
85 the ARC client configuration file. By using the --conffile op‐
86 tion a different configuration file can be used than the de‐
87 fault.
88
89
91 X509_USER_PROXY
92 The location of the user's Grid proxy file. Shouldn't be set un‐
93 less the proxy is in a non-standard location. Note that this
94 could also be set in the client configuration file, however the
95 environment variable overrides the settings in configuration.
96
97
98 ARC_LOCATION
99 The location where ARC is installed can be specified by this
100 variable. If not specified the install location will be deter‐
101 mined from the path to the command being executed, and if this
102 fails a WARNING will be given stating the location which will be
103 used.
104
105
106 ARC_PLUGIN_PATH
107 The location of ARC plugins can be specified by this variable.
108 Multiple locations can be specified by separating them by : (;
109 in Windows). The default location is $ARC_LOCATION/lib/arc (\ in
110 Windows).
111
112
114 APACHE LICENSE Version 2.0
115
116
118 ARC software is developed by the NorduGrid Collaboration
119 (http://www.nordugrid.org), please consult the AUTHORS file distributed
120 with ARC. Please report bugs and feature requests to
121 http://bugzilla.nordugrid.org
122
123
125 arccat(1), arcclean(1), arccp(1), arcget(1), arckill(1), arcls(1), ar‐
126 cmkdir(1), arcproxy(1), arcrenew(1), arcresub(1), arcresume(1), ar‐
127 crm(1), arcstat(1), arcsub(1), arcsync(1), arctest(1)
128
129
130
131
132NorduGrid ARC 6.18.0 2023-10-25 ARCINFO(1)