Displays the rules of the specified policies.
.-------------. V | >>-catpolicy--+--------+--+---policy_name-+-+------------------>< +- -?----+ '- - -------------' +- -h----+ '- -help-'
sfscli> catpolicy DEFAULT_POLICY activePolicy DEFAULT_POLICY: VERSION 1 /* Default Policy Set Assign all files to default storage pool. When no rule applies to a file, default storage pool is assigned. */ activePolicy: VERSION 1 /* Do not remove or change this line!*/ rule 'stgRule1' set stgpool 'pool1' for FILESET ('cnt_A') rule 'stgRule2' set stgpool 'pool2' where NAME like '%.doc' rule 'stgRule3' set stgpool 'pool3' where DAYOFWEEK(CREATION_DATE) == 1 rule 'stgRule4' set stgpool 'pool4' where USER_ID <= 100
Parent topic: Administrative commands
Related reference
lspolicy
mkpolicy
rmpolicy
statpolicy
usepolicy