Displaying node properties by using the CLI

You can use the command-line interface (CLI) to display node properties.

To display the node properties:

  1. Use the lsnode CLI command to display a concise list of nodes in the clustered system.

    Issue this CLI command to list the system nodes:

    lsnode -delim :
    
    
  2. Issue the lsnode CLI command and specify the node ID or name of the node that you want to receive detailed output.

    The following example is a CLI command that you can use to list detailed output for a node in the system:

    lsnode -delim : group1node1

    Where group1node1 is the name of the node for which you want to view detailed output.