esacli clusterInformation

Use the esacli clusterInformation to set and display cluster information.

Synopsis

esacli clusterInformation {[ -d ]}

esacli clusterInformation { [ -e  false]} 

esacli clusterInformation [-e true] {-t type} {-m model} {-s serialVersion}

Description

The esacli clusterInformation command sets and displays cluster information. This command indicates that it completed successfully with a message: This command completed successfully. When the display option is specified, the new settings are displayed. This command also displays the current settings when run with only the display option or when no option is specified.

Options

-d | --display
Specifies the setting values are to be displayed.
-e | --enable true or false
Specifies to enable or disable the cluster
-t | --type Machine Type
Specified the type of the machine.
-m | --model Machine Model
Specified the model of the machine.
-s | --serial serial Number
Specifies the serial number of the machine.

Exit status

The following table contains the codes that are returned by this command.
  • 0: The operation completed successfully.
  • 1: IBM® Electronic Service Agent instance is not running.
  • 10: An unsupported option was specified. Option: {option}.
  • 14: A required option was not provided. Option: {option}.
  • 19: An option value was not provided when required. Option: {option}.

Examples

  • Display the cluster information.
    esacli clusterInformation [-d]
    Machine is part of cluster: true
    	Type: 9110
    	Model Number: 51A
    	Serial Number: 10607EA
  • Set the cluster information.
     esacli clusterInformation -e true -t 9110 -m 51A -s 10607EA
    esacli clusterInformation -e false