获取当前已安装单元的数量

使用 IBMTSSVC_ConfigurationReportingService 可获取关于指定 ClassType 的指定 UnitType 最大受支持单元数量或当前已安装单元数量的信息。

要检索关于指定 ClassType 的指定 UnitType 最大受支持单元数量或当前已安装单元数量的信息,请完成以下步骤。

  1. 选择 IBMTSSVC_Enclosure 实例作为容器。
  2. 检索与所选 IBMTSSVC_Enclosure 实例所属的 IBMTSSVC_Cluster 实例关联的 IBMTSSVC_ConfigurationReportingService 实例。
  3. 使用以下参数规范来调用 IBMTSSVC_ConfigurationReportingService.ReportCapacity() 方法:
    1. 如果要返回支持的数量,请将 InquiryType 设置为 2,如果要返回当前已安装的数量,请设置为 3。
    2. 将 ClassType 设置为 GetClassTypes.ClassTypes 属性中的条目。
    3. 将 CIM_ManagedElement 设置为目标 IBMTSSVC_Enclosure 的引用 (CIMObjectPath)。

返回的 NumberOfUnits 是 IBMTSSVC_Enclosure 中支持或安装的 ClassTypes 的最大受支持单元数量或当前已安装单元数量。