Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display Cluster Information (DSPCLUINF) command is used to display or print information about a cluster. It must be invoked from a node in the cluster. The information displayed or printed may not be current if the command is called on a node that has a status of Inactive or Failed. In this case, the information displayed or printed will reflect the state of the cluster when the node was last active. You can use this command to either display or print basic information describing the cluster membership list or complete configuration information about the cluster. This command may be called from a cluster resource group exit program.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CLUSTER | Cluster | Name, * | Optional, Positional 1 |
DETAIL | Detail | *BASIC, *FULL | Optional |
OUTPUT | Output | Optional |
Top |
Specifies the cluster for which information is displayed or printed.
Top |
Specifies the type of information that is to be displayed or printed.
Top |
Specifies whether the output from the command is shown at the requesting workstation or printed with the job's spooled output. More information on this parameter is in commonly used parameters.
Top |
DSPCLUINF CLUSTER(MYCLUSTER) DETAIL(*FULL) OUTPUT(*PRINT)
This command will print the complete set information about the cluster MYCLUSTER.
Top |
Top |