PMDF popstore & MessageStore Manager's Guide
PMDF-POP-6.0


Previous | Contents

4.2.4.10 list_groups command: list management groups

Listings of management group definitions are produced with the list_groups command. Parameter names and associated values accepted by the command are listed in the Table 4-12 .

Table 4-12 list_groupscommand parameters
parameter=value Description
group=name Optional Name of the management groups, name, to list. The name may be one to sixteen bytes long and may contain wild card characters.
on_error=file-spec Required Name of the formatting file to use to format the results when the command fails.
on_success=file-spec Required Name of the formatting file to use to format the results when the command succeeds.
pformat=file-spec Required Name of the formatting file to use to format each group definition. The recognized substitution strings for this formatting file are listed in Tables 4-10 and 4-13 .

Table 4-13 list_groupscommand substitution strings
Substitution string Type Format Description
%group string %s Group name.
%group_blist string %s Byte delimited representation of the group's subgroups, if any. If the group contains no subgroups, then a zero length string is substituted.
%group_delimiter string %s Delimiter character used in the byte delimited representation.
%group_list string %s Comma delimited representation of the group's subgroups, if any. If the group contains no subgroups, then a zero length string is substituted.


Previous | Next | Contents