Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dpm-updatespace(1) [debian 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)

Check Out this Related Man Page

DPM-GETSPACEMD(1)					    DPM Administrator Commands						 DPM-GETSPACEMD(1)

NAME
dpm-getspacemd - get space metadata SYNOPSIS
dpm-getspacemd --space_token s_token dpm-getspacemd [ --token_desc u_token ] dpm-getspacemd --help DESCRIPTION
dpm-getspacemd gets the space metadata for a given space token or a space token description. If none of the options is specified, the metadata for all the space tokens accessible by the user will be listed. For each token, it displays three lines. The first one gives the space token, the user description and the poolname associated with it. The second one gives the space usage restriction, either a DN or a list of VOMS FQANs. The third one gives the size of the space, the amount of free space, the remaining space lifetime, the retention policy and the access latency. s_token specifies the space token returned by a previous reservespace request. u_token specifies the user provided description associated with a previous reservespace request. EXAMPLE
setenv DPM_HOST dpmhost setenv DPNS_HOST dpnshost dpm-getspacemd fe869590-b771-4002-b11a-8e7430d72911 myspace pool1 dteam 10.00G 9.00G 24.0h REPLICA ONLINE 80e35f8b-7e4e-49a9-90b0-5d5a7ce7e8bc gilbert_1 pool1 dteam 146.48k 127.01k 1.1m REPLICA ONLINE 023a5ec1-03ea-464c-9af7-5246183ff5c5 gilbert_2 pool1 dteam 146.48k 127.01k 1.1m REPLICA ONLINE dpm-getspacemd --token_desc myspace fe869590-b771-4002-b11a-8e7430d72911 myspace pool1 dteam 10.00G 9.00G 24.0h REPLICA ONLINE dpm-getspacemd --space_token fe869590-b771-4002-b11a-8e7430d72911 fe869590-b771-4002-b11a-8e7430d72911 myspace pool1 dteam 10.00G 9.00G 24.0h REPLICA ONLINE EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation failed. SEE ALSO
dpm(1), dpm-reservespace(1) LCG
$Date: 2008/09/24 11:25:00 $ DPM-GETSPACEMD(1)
Man Page