HP Systems Insight Manager 5.3 Technical Reference Guide

DescriptionData TypeColumn Name
Equates to CIM_Sensor.Name or
CIM_ComputerSystem.Name where NodeID is equal
NVARCHAR(256)SystemName
Name partly identifies CIM_Sensor; a label by which the
object is known
NVARCHAR(256)Name
Inherited from CIM_ManagedSystemElement.Status; a string
indicating the current status of the object
NVARCHAR(10)Status
The current state indicated by the Sensor (This is always
one of the Possible States property.)
NVARCHAR(128)CurrentState
Possible States enumerates the string outputs of the Sensor
(For example, a switch sensor can output the states On or
Off. Another implementation of the Switch can output the
states Open and Close. Another example is a
NumericSensor supporting thresholds. This Sensor can
report the states like Normal, Upper Fatal, Lower non-critical
and so on. A Numeric Sensor that does not publish readings
and threshold but stores this data internally can still report
its states.)
NVARCHAR(512)PossibleStates
The current air temperature at the exhaust of the power
supply in degrees Celsius
INTCurrentReading
The current air temperature at the intake of the power supply
in degrees Celsius
INTdc_OtherCurrentReading
Code for the units used by the readings (pull from
CIM_NumericSensor)
INTBaseUnit
Type of sensor: ValueMap { "0", "1", "2", "3", "4", "5",
"6", "7", "8", "9", "10", "11", "12" }, Values {
"Unknown", "Other", "Temperature", "Voltage", "Current",
"Tachometer", "Counter", "Switch", "Lock", "Humidity",
"Smoke Detection", "Presence", "Air Flow" }
SMALLINTSensorType
CIM_SoftwareElement table
DescriptionData TypeColumn Name
LUID uniquely defining this table rowBIGINTSoftwareElement_LUID
Node partly identifies CIM_SoftwareElementBIGINTNodeID
Snapshot partly identifies CIM_SoftwareElementBIGINTSnapshotID
SoftwareElementID partly identifies CIM_SoftwareElement
(This is an identifier for theSoftware Element and is designed
to be used in conjunction with other keys to create a unique
representation of the element.)
NVARCHAR(256)SoftwareElementID
SoftwareElementState partly identifies CIM_SoftwareElement
(The SoftwareElementState is defined in this model to
identify various states of a SoftwareElement life cycle. A
SoftwareElement in the deployable state describes the
details necessary to successfully distribute it and the details
(checks and actions) required to move it to the installable
state (for example, the next state). A SoftwareElement in
the installable state describes the details necessary to
successfully install it and the details (checks and actions)
required to create an element in the executable state (for
example, the next state). A SoftwareElement in the
executable state describes the details necessary to
successfully start it and the details (checks and actions)
required to move it to the running state for example, the
next state). A SoftwareElement in the running state describes
the details necessary to manage the started element.
CIM_SoftwareElement.SoftwareElementState enumeration
0 = Deployable, 1 = Installable, 2 = Executable, 3 =
Running)
SMALLINTSoftwareElementState
Version partly identifies CIM_SoftwareElement; Software
Version should be in the form <Major>.<Minor>.<Revision>
or <Major>.<Minor><letter><revison>
NVARCHAR(64)Version
688 Reference information