Use the IBMTSSVC_ConfigurationReportingService to get information about the maximum
number of supported units or the number of currently installed units for the specified UnitType, for
a specified ClassType.
To retrieve information about the maximum number of supported units or the number of
currently installed units for the specified UnitType, for a specified ClassType, complete the
following steps.
- Select an IBMTSSVC_Enclosure instance as the container.
- Retrieve the IBMTSSVC_ConfigurationReportingService instance
that is associated with the IBMTSSVC_Cluster instance to which the
selected IBMTSSVC_Enclosure instances belong.
- Invoke the IBMTSSVC_ConfigurationReportingService.ReportCapacity()
method with the following parameter specifications:
- Set InquiryType to 2 when the supported number is to be returned, or 3 if the currently
installed number is to be returned.
- Set ClassType to be an entry in the GetClassTypes.ClassTypes property.
- Set CIM_ManagedElement to the reference (CIMObjectPath)
of the target IBMTSSVC_Enclosure.
The returned NumberOfUnits is the maximum number of supported
or the number of currently installed units of the ClassTypes supported
or installed in the IBMTSSVC_Enclosure.