Display Cluster Information (DSPCLUINF)

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


 

Parameters

Keyword Description Choices Notes
CLUSTER Cluster Name, * Optional, Positional 1
DETAIL Detail *BASIC, *FULL Optional
OUTPUT Output *, *PRINT Optional

Top

 

Cluster (CLUSTER)

Specifies the cluster for which information is displayed or printed.

*

Indicates that information will be displayed or printed for the cluster currently defined on this system.

name

Specify the name of the cluster.

Top

 

Detail (DETAIL)

Specifies the type of information that is to be displayed or printed.

*BASIC

Indicates that basic information about all nodes in the cluster is to be shown.

*FULL

Indicates that complete configuration information for the cluster is to be shown.

Top

 

Output (OUTPUT)

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.

*

Output requested by an interactive job is shown on the display. If the command is run as part of a batch job, the output is printed with the job's spooled output.

*PRINT

The output is printed with the job's spooled output.

Top


 

Examples

 DSPCLUINF   CLUSTER(MYCLUSTER)  DETAIL(*FULL)  OUTPUT(*PRINT)

This command will print the complete set information about the cluster MYCLUSTER.

Top


 

Error messages

*ESCAPE Messages

CPF1999

Errors occurred on command.

Top