dpm-getspacetokens(1) get list of space tokens

SYNOPSIS

dpm-getspacetokens [ --token_desc u_token ]

dpm-getspacetokens --help

DESCRIPTION

dpm-getspacetokens gets the list of space tokens.
u_token
specifies the user provided description associated with a previous reservespace request. If the option is not specified, all the space tokens accessible by the user will be listed.

EXAMPLE

        setenv DPM_HOST dpmhost
        setenv DPNS_HOST dpnshost

        dpm-getspacetokens

        fe869590-b771-4002-b11a-8e7430d72911
        80e35f8b-7e4e-49a9-90b0-5d5a7ce7e8bc
        023a5ec1-03ea-464c-9af7-5246183ff5c5

        dpm-getspacetokens --token_desc myspace

        fe869590-b771-4002-b11a-8e7430d72911

EXIT STATUS

This program returns 0 if the operation was successful or >0 if the operation failed.