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 and groups in the global directory service database (if the grid is configured to use such a service).

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

List only local groups.

--global

List only global groups.

--batch

Display output in UDL format.

Examples
group list

List groups.

Notes

Only global groups are listed which have among their members a global user who has logged in on the grid sometime in the past.

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 or global.

Batch output

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