Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dpm-qryconf(1) [debian man page]

DPM-QRYCONF(1)						    DPM Administrator Commands						    DPM-QRYCONF(1)

NAME
dpm-qryconf - display the Disk Pool Manager configuration SYNOPSIS
dpm-qryconf [ --groups ] [ --help ] [ --proto ] [ --si ] [ --weight ] DESCRIPTION
dpm-qryconf displays the Disk Pool Manager configuration. For each pool, it displays two lines. The first one gives the pool name, the default amount of space reserved for a file, the threshold (in %) at which the garbage collector is started and stopped, the default life- time, the default pin time, the maximum lifetime, the maximum pin time, the "File System Selection" policy name, the "Garbage Collection" policy name, the "Request Selection" policy name, the group id if the pool is restricted or 0, the space type: V (for Volatile), D (for Durable), P (for Permanent) or - (for any type), the "Migration Policy" name and the retention policy: R (for Replica), O (for Output) or C (for Custodial). All time values are either "Inf" (for infinite) or expressed in years, months, days, hours or seconds. The second one gives the capacity of the disk pool and the amount of free space. After each pool description, the filesystems belonging to the pool are listed giving the server name, the filesystem name, the capacity, the amount of free space and the status. OPTIONS
--groups list group names instead of gids. --proto list also the supported access protocols. --si use powers of 1000 not 1024 for sizes. --weight list weight associated with each filesystem. EXAMPLE
setenv DPM_HOST dpmhost dpm-qryconf POOL Volatile DEFSIZE 100.00M GC_START_THRESH 0 GC_STOP_THRESH 0 DEF_LIFETIME 7.0d DEFPINTIME 2.0h MAX_LIFETIME 1.0m MAXPINTIME 12.0h FSS_POLICY maxfreespace GC_POLICY lru RS_POLICY fifo GIDS 0 S_TYPE - MIG_POLICY none RET_POLICY R CAPACITY 3.85G FREE 3.43G ( 89.1%) lxb0722.cern.ch /data CAPACITY 3.85G FREE 3.43G ( 89.1%) EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation failed. SEE ALSO
dpm(1), dpm-addpool(1), dpm-addfs(1) LCG
$Date: 2011-05-23 14:23:32 +0200 (Mon, 23 May 2011) $ DPM-QRYCONF(1)

Check Out this Related Man Page

DPM-UPDATESPACE(1)						   DPM Commands 						DPM-UPDATESPACE(1)

NAME
dpm-updatespace - update space SYNOPSIS
dpm-updatespace --space_token s_token [ --gid group_ids ] [ --group group_names ] [ --gspace size_guaranteed_space ] [ --help ] [ --life- time space_lifetime ] [ --si ] dpm-updatespace --token_desc u_token [ --gid group_ids ] [ --group group_names ] [ --gspace size_guaranteed_space ] [ --help ] [ --lifetime space_lifetime ] [ --si ] DESCRIPTION
dpm-updatespace updates space. OPTIONS
s_token specifies the token returned by a previous reservespace request. u_token specifies the user provided description associated with the reservespace request. group_ids The existing list can be reset using a comma separated list of group gids, extended by prefixing the gid by + or reduced by prefix- ing the gid by -. See examples. group_names The existing list can be reset using a comma separated list of group names, extended by prefixing the name by + or reduced by pre- fixing the name by -. size_guaranteed_space new size of guaranteed space desired in bytes. The number may also have a suffix k, M, G, T or P to indicate kB, MB, GB, TB or PB respectively. space_lifetime specifies the new space lifetime relative to the current time. It can be "Inf" (for infinite) or expressed in years (suffix 'y'), months (suffix 'm'), days (suffix 'd'), hours (suffix 'h') or seconds (no suffix). --si use powers of 1000 not 1024 for sizes. EXAMPLE
dpm-updatespace --space_token fe869590-b771-4002-b11a-8e7430d72911 --lifetime 1m dpm-updatespace --token_desc myspace --gspace 5G dpm-updatespace --token_desc atlgrpspace --group -atlas/higgs EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation failed. SEE ALSO
dpm_updatespace(3) LCG
$Date: 2011-04-04 08:49:00 +0200 (Mon, 04 Apr 2011) $ DPM-UPDATESPACE(1)
Man Page