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

Version 2.1.0 19
The above picture shows a bladed system in which a partition spans across blades located in multiple
enclosures. The top-level HP_ComputerSystem instance indicated by “system1” comprised of three blade
servers. An instance of CIM_ComputerSystem with the property “Dedicated” having a value 0 (“Not
Dedicated”) represents each blade that forms the partition. Two of these blades is located in the
enclosure indicated by “encl1” and is present in the 3
rd
and 4
th
blade bays. Another blade is located in the
enclosure indicated by encl2” and is present in the 1
st
blade bay. The instances of CIM_SoftwareIdentify
and CIM_RegisteredProfile are not shown in the diagram, but there will be these instances associated
with each instance of HP_BladeEnclosureCS.
encl1: HP_
BladeEnclosureCS
profile1:CIM_RegisteredProfile
RegisteredName: HP Blade System Lite
system1: HP_ComputerSystem (node)
HP_BladeSystemComponent
ElementConformsToProfile
loc1: HP_
BladeCSLocation
ElementLocationTagDesc: Server Node(25)
ElementLocationTag: “node1”
LocationInfoDesc: Server Node Bay(15)
LocationInformation: “2”
HP_BladeCSElementLocation
fw1:CIM_SoftwareIdentity
CIM_ElementSoftwareIdentity
CIM_InstalledSoftwareIdentity
Figure 7 - Blade System Lite Profile: Object diagram for multi-system chassis with single server
node
The above picture shows an instance of HP_ComputerSystem for the Multi-node system chassis
indicated by “encl1”. The server node system instance of the HP_ComputerSystem is indicated by
“node1”. The top-level Computer System instance is indicated by “system1”.The enclosure instance is
associated to the blade instance via the SystemComponent association. The HP_BladeCSLocation
instance indicated by “loc1” contains the location of the server node within the chassis (Server Node Bay
2). BJC Add OtherDedicatedDescription to class.
9.2 Determine if Server is a Blade
Find the top level ComputerSystem instance as defined in the HP Base Server profile. Follow the
CIM_HostedDependency associations and check if an associated ComputerSystem has the Dedicated
property set to 0 (Not Dedicated). If the top level ComputerSystem has the Dedicated property set to
32568 (nPartition) or 32569 (vPartition), there will be a multiple levels of CIM_HostedDependency to
follow until the ComputerSystem with a Dedicated property set to 0 (Not Dedicated) is discovered. If any
such instances are present, follow the SystemComponent associations and check if an associated
ComputerSystem instance has the Dedicated property set to 2 (Other) and the OtherDedicatedProperty
set to “Modular”. If there are no CIM_HostedDependency associations, follow the SystemComponent
associations directly from the top-level computer system and check if an associated ComputerSystem
instance has the Dedicated property set to 2 (other) and the OtherDedicatedProperty set to “Modular”