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