Previous | Next | Contents | Index |
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.
parameter=value |
Description | |
---|---|---|
group=name
|
Optional |
Name of the management groups,
name , to list. The name can be one to sixteen bytes long
and can 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. |
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 | Index |