1PQ2-LS-FILES-SERVER(1) General Commands Manual PQ2-LS-FILES-SERVER(1)
2
3
4
6 pq2-ls-files-server - List the file content of a dataset on a given
7 server from a dataset meta-repository based on ROOT files
8
10 pq2-ls-files-server [options] -s servers dataset
11
13 This manual page documents briefly the pq2-ls-files-server program.
14
15 pq2-ls-files-server is a script invoking the pq2 ROOT application to
16 list the file content of a dataset on a given server or list of servers
17 from a dataset meta-repository based on ROOT files; the repository can
18 be accessed via the local file system or a remote file server daemon or
19 a PROOF facility.
20
21 More details about the underlying 'pq2' application can be found in the
22 man page pq2(1).
23
25 dataset
26 The dataset whose files are to be listed.
27
28 -s servers
29 Comma-separated list of servers for which the information is
30 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 -d <datasets>, --dataset=<datasets>
43 Alternative way to define the dataset to be analysed.
44
45 --server=<servers>
46 Alternative way to define the list of servers for which the
47 information is wanted.
48
49 -u <serverurl>, --url=<serverurl>
50 URL of the PROOF master or data server providing the informa‐
51 tion; for data servers, it must include the directory. Can also
52 be specified via the environment variables PQ2PROOFURL or
53 PQ2DSSRVURL (see ENVIRONMENT VARIABLES)."
54
55 -t <dir>, --tmpdir=<dir>
56 Directory for temporary files; defualt is /tmp/<username>.
57
59 See setup-pq2(1).
60
62 pq2(1), setup-pq2(1), pq2-ls(1), pq2-ls-files(1), pq2-info-server(1),
63 pq2-ana-dist(1), pq2-put(1), pq2-verify(1), pq2-rm(1), pq2-cache(1)
64
65 For more information on the ROOT system, please refer to
66 http://root.cern.ch
67
69 Gerardo Ganis for the ROOT team.
70
72 This library is free software; you can redistribute it and/or modify it
73 under the terms of the GNU Lesser General Public License as published
74 by the Free Software Foundation; either version 2.1 of the License, or
75 (at your option) any later version.
76
77 This library is distributed in the hope that it will be useful, but
78 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
79 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
80 General Public License for more details.
81
82 You should have received a copy of the GNU Lesser General Public
83 License along with this library; if not, write to the Free Software
84 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
85 USA
86
88 This manual page was originally written by Gerardo Ganis <ger‐
89 ardo.ganis@cern.ch>, for ROOT version 5.
90
91
92
93ROOT Version 5 PQ2-LS-FILES-SERVER(1)