1DPM-QRYCONF(1) DPM Administrator Commands DPM-QRYCONF(1)
2
3
4
6 dpm-qryconf - display the Disk Pool Manager configuration
7
9 dpm-qryconf [ --groups ] [ --help ] [ --proto ] [ --si ]
10
12 dpm-qryconf displays the Disk Pool Manager configuration. For each
13 pool, it displays two lines. The first one gives the pool name, the
14 default amount of space reserved for a file, the threshold (in %) at
15 which the garbage collector is started and stopped, the default life‐
16 time, the default pin time, the maximum lifetime, the maximum pin time,
17 the "File System Selection" policy name, the "Garbage Collection" pol‐
18 icy name, the "Request Selection" policy name, the group id if the pool
19 is restricted or 0, the space type: V (for Volatile), D (for Durable),
20 P (for Permanent) or - (for any type), the "Migration Policy" name and
21 the retention policy: R (for Replica), O (for Output) or C (for Custo‐
22 dial). All time values are either "Inf" (for infinite) or expressed in
23 years, months, days, hours or seconds.
24
25 The second one gives the capacity of the disk pool and the amount of
26 free space.
27
28 After each pool description, the filesystems belonging to the pool are
29 listed giving the server name, the filesystem name, the capacity, the
30 amount of free space and the status.
31
33 --groups
34 list group names instead of gids.
35
36 --proto
37 list also the supported access protocols.
38
39 --si use powers of 1000 not 1024 for sizes.
40
42 setenv DPM_HOST dpmhost
43
44 dpm-qryconf
45
46 POOL Volatile DEFSIZE 100.00M GC_START_THRESH 0 GC_STOP_THRESH 0 \
47 DEF_LIFETIME 7.0d DEFPINTIME 2.0h \
48 MAX_LIFETIME 1.0m MAXPINTIME 12.0h \
49 FSS_POLICY maxfreespace GC_POLICY lru RS_POLICY fifo GIDS 0 S_TYPE - \
50 MIG_POLICY none RET_POLICY R
51 CAPACITY 3.85G FREE 3.43G ( 89.1%)
52 lxb0722.cern.ch /data CAPACITY 3.85G FREE 3.43G ( 89.1%)
53
55 This program returns 0 if the operation was successful or >0 if the
56 operation failed.
57
59 dpm(1), dpm-addpool(1), dpm-addfs(1)
60
61
62
63LCG $Date: 2010-04-29 11:37:11 +0200 (Thu, 29 Apr 2010)D$PM-QRYCONF(1)