Previous Topic: group destroy (Group Management)Next Topic: group info (Group Management)--Show Group Information


group list (Group Management)

List groups in the grid controller's local directory service database.

Syntax
group list [ --local ] [ --batch ]
Parameters
--local

List only local groups.

--batch

Display output in UDL format.

Examples
group list

List groups.

Notes

Global groups are not yet supported on CA AppLogic for System z®. “Group list –global” will always return an empty list.

Output Specification

The output of this command is as follows:

Non-batch output

Group Name           Group ID                               Scope    Description
--------------------------------------------------------------------------------
val                  val                                    val      val
...
The value of Scope is local.

Batch output

group:  name="val", id="val", scope="val", description="val"
...