HP Insight Management WBEM Providers for HP integrated VMware ESXi 5.0 U1 June 2012 Profiles

14 Version 2.1.1
7.2 HP_MPCollection
The implementation of the HP_MPCollection class is optional. Providers who desire for overall MP status
to contribute to overall system status shall instantiate one instance of HP_MPCollection which aggregates
the collection of all MP controllers in a system. Instances of HP_ManagementProcessor are associated to
HP_MPCollection through the HP_MPMemberOfCollection aggregate association. The instance of
HP_MPCollection is associated to the scoping computer system through the HP_MPHostedCollection
association.
7.2.1 HP_MPCollection.GroupOperationalStatus[0]
HP_MPCollection.GroupOperationalStatus[0] shall comprehend the status of all instances of
HP_ManagementProcessor included in the collection. The status shall represent the ‘worst-of algorithm
for all individual statuses in HP_ManagementProcessor.OperationalStatus[0].
7.3 HP_MPHostedCollection
The implementation of the HP_MPHostedCollection class is conditional based on its dependence on the
implementation of the HP_MPCollection class (see section 7.2). If implemented, there shall be one
instance of HP_MPHostedCollection to associate the HP_MPCollection to the scoping
HP_ComputerSystem.
7.4 HP_MPMemberOfCollection
The implementation of the HP_MPMemberOfCollection class (subclassed from
CIM_MemberOfPolicyCollection) is conditional based on its dependence on the implementation of the
HP_MPCollection class (see section 7.2). If implemented, there shall be one instance of
HP_MPMemberOfCollection for each instance of HP_ManagementProcessor instantiated. The
HP_MPMemberOfCollection provides the association between the collection of MPs in a system and the
scoping computer system. The HP_MPMemberOfCollection association aggregates all MPs in a
collection.
7.5 HP_MPComponentCS
There shall be one instance of HP_MPComponentCS for each instance of HP_ManagementProcessor
instantiated. The HP_ComponentCS provides the association between an individual MP
(HP_ManagementProcessor) and the computer system (HP_ComputerSystem) for which it provides
management capabilities.
7.6 CIM_ManagementController (Optional)
CIM_ManagementController is an optional class. It is only instantiated if the provider implements the
CIM_ConcreteIdentity association to the CIM_PCIDevice instance.
7.6.1 CIM_ManagementController.EnabledState
CIM_ManagementController.EnabledState is a mandatory property which indicates the operating state of
the MP using an appropriate enumeration value.
7.6.2 CIM_ManagementController.OperationalStatus
CIM_ManagementController.OperationalStatus is a mandatory property which indicates the status of the
MP using appropriate enumeration values. OperationalStatus[0] shall match the value in
HP_ManagementProcessor.OperationalStatus[0].