esacli solutionInformation

Use the esacli solutionInformation command to set and display the hardware and software information that is required to verify the entitlement of the solution.

Synopsis

esacli solutionInformation {[ -d ]}

esacli solutionInformation { [ -e  false]} 

esacli solutionInformation {[-hw false]}

esacli solutionInformation {[-sw false]}

esacli solutionInformation [-e true] [-hw true] {-t type} {-m model} {-s serialVersion} [-sw true] {-c compID} {-di division} {-p productID}
 

Description

The esacli solutionInformation command sets and displays hardware and software information that is required to verify if the solution is entitled for the required support. When the [-d] (display) option is specified, the new settings are displayed. This command also displays the current settings when the command is run with no flags and options.

Options

-d | --display
Specifies that the setting values must be displayed.
-e | --enable true or false
Specifies to enable or disable the solution information for entitlement. By default, the value is true.
-hw | --hardware true or false
Specifies to enable or disable the hardware solution information. By default, the value is true.
-sw | --software true or false
Specifies to enable or disable the software solution information. By default, the value is true.
-t | --type Machine Type
Specifies the type of the machine.
-m | --model Machine Model
Specifies the model of the machine.
-s | --serial number Serial number
Specifies the serial number of the machine.
-c | --comp ID Company ID
Specifies the company ID of the software.
-di | --division Division
Specifies the division of the software
-p | --productID Product ID
Specifies the product of the software.

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: 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}
  • 42: Invalid value {value} specified for the {option} option.
  • 55: Option {option} is not a valid option when {option} is set to {value}.

Examples

  • Display the solution information.
    esacli solutionInformation [-d]
    Use solution informaiton for Entitlement: true
    Hardware Solution: true
    Type: 9110
    Model Number: 51A
    Serial Number: 10607EA
    Software Solution: true
    CompID: 42A
    Division: TU00010
    Product ID: 8288
  • Sets the solution information.
    esacli solutionInformation -e true -hw true -t 9110 -m 51A -s 10607EA -sw true -c 42A -di TU00010 -p 8288 
    esacli solutionInformation -e false