1PQ2-INFO-SERVER(1) General Commands Manual PQ2-INFO-SERVER(1)
2
3
4
6 The PQ2 tools are deprecated and will be removed in ROOT v6.16/00.
7
8 Please contact the ROOT team at http://root.cern.ch in the unlikely
9 event this change is disruptive for your workflow.
10
12 pq2-info-server - Display info about the datasets on a given server
13 from a dataset meta-repository based on ROOT files
14
16 pq2-info-server [options] server
17
19 This manual page documents briefly the pq2-info-server program.
20
21 pq2-info-server is a script invoking the pq2 ROOT application to dis‐
22 play info about the datasets on a given server from a dataset meta-
23 repository based on ROOT files; the repository can be accessed via the
24 local file system or a remote file server daemon or a PROOF facility.
25
26 More details about the underlying 'pq2' application can be found in the
27 man page pq2(1).
28
30 server Server for which the information is wanted.
31
33 -h, --help
34 Display help information.
35
36 -k, --keep
37 Keep the temporary files created during the analysis under
38 $TMPDIR
39
40 -v Verbose mode
41
42 --server=<server>
43 Alternative way to define the server.
44
45 -u <serverurl>, --url=<serverurl>
46 URL of the PROOF master or data server providing the informa‐
47 tion; for data servers, it must include the directory. Can also
48 be specified via the environment variables PQ2PROOFURL or
49 PQ2DSSRVURL (see ENVIRONMENT VARIABLES)."
50
51 -t <dir>, --tmpdir=<dir>
52 Directory for temporary files; default is /tmp/<username>.
53
55 See setup-pq2(1).
56
58 pq2(1), setup-pq2(1), pq2-ls(1), pq2-ls-files(1), pq2-ls-files-
59 server(1), pq2-ana-dist(1), pq2-put(1), pq2-verify(1), pq2-rm(1),
60 pq2-cache(1)
61
62 For more information on the ROOT system, please refer to
63 http://root.cern.ch
64
66 Gerardo Ganis for the ROOT team.
67
69 This library is free software; you can redistribute it and/or modify it
70 under the terms of the GNU Lesser General Public License as published
71 by the Free Software Foundation; either version 2.1 of the License, or
72 (at your option) any later version.
73
74 This library is distributed in the hope that it will be useful, but
75 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
76 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
77 General Public License for more details.
78
79 You should have received a copy of the GNU Lesser General Public
80 License along with this library; if not, write to the Free Software
81 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
82 USA
83
85 This manual page was originally written by Gerardo Ganis <ger‐
86 ardo.ganis@cern.ch>, for ROOT version 5.
87
88
89
90ROOT Version 5 PQ2-INFO-SERVER(1)