Cim_softwareelement table – HP Systems Insight Manager User Manual

Page 610

Advertising
background image

Description

Data Type

Column Name

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

INT

CurrentReading

The current air temperature at the intake of the power supply
in degrees Celsius

INT

dc_OtherCurrentReading

Code for the units used by the readings (pull from
CIM_NumericSensor)

INT

BaseUnit

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" }

SMALLINT

SensorType

CIM_SoftwareElement table

Description

Data Type

Column Name

LUID uniquely defining this table row

BIGINT

SoftwareElement_LUID

Node partly identifies CIM_SoftwareElement

BIGINT

NodeID

Snapshot partly identifies CIM_SoftwareElement

BIGINT

SnapshotID

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)

SMALLINT

SoftwareElementState

Version partly identifies CIM_SoftwareElement; Software
Version should be in the form <Major>.<Minor>.<Revision>
or <Major>.<Minor><letter><revison>

NVARCHAR(64)

Version

Name partly identifies CIM_SoftwareElement; the name
used to identify this software element

NVARCHAR(256)

Name

610 Reference information

Advertising