HP Systems Insight Manager User Manual

Page 594

Advertising
background image

Description

Data Type

Column Name

Inherited from CIM_LogicalDevice.StatusInfo (The StatusInfo
property indicates whether the Logical Device is in an
enabled (value = 3), disabled (value = 4), other (value =
1), or unknown (value = 2) state. If this property does not
apply to the LogicalDevice, the value 5 (Not Applicable),
should be used. If a Device is Enabled (value=3), it has
been powered up and is configured and operational. The
system might not be functionally active, depending on
whether its Availability (or AdditionalAvailability) indicates
that it is Running/Full Power (value=3) or Off line (value=8).
In an enabled but offline mode, a system might be
performing out-of-band requests, such as running
Diagnostics. If (\"Disabled\") StatusInfo value=4), a device
can only be \"enabled\" or powered off. In a personal
computer environment, (\"Disabled\") means that the
system's driver is not viable in the stack. In other
environments, a system can be disabled by removing its
configuration file. A disabled device is physically present
in a system and consuming resources but cannot be
communicated with until a load of a driver, a load of a
configuration file, or some other \"enabling\" activity has
occurred. CIM_LogicalDevice.StatusInfo Enumeration. (1 =
Other, 2 = Unknown, 3 = Enabled, 4 = Disabled, 5 = Not
Applicable)

SMALLINT

StatusInfo

PermanentAddress defines the network address hardcoded
into an adapter ( This hardcoded address can be changed
through firmware upgrade or software configuration. If so,
this field should be updated when the change is made.
PermanentAddress should be left blank if no hardcoded
address exists for the NetworkAdapter.)

NVARCHAR(64)

PermanentAddress

Inherited from CIM_ManagedElement.Caption; a short
textual description (one line string) of the object

NVARCHAR(64)

Caption

A count of frames for which reception on a particular
interface fails because of an internal MAC sublayer receive
error (A frame is only counted by an instance of this object
if it is not counted by the corresponding instance of the
FrameTooLong property, the AlignmentErrors property, or
the FCSErrors property. The precise meaning of the count
represented by and instance of this object is
implementation-specific. In particular, an instance of this
object can represent a count of receive errors on a
particular interface that are not otherwise counted.)

INT

EthernetAdp_InternalMACRcvErr

A count of frames for which reception on a particular
interface fails because of an internal MAC sublayer receive
error (A frame is only counted by an instance of this object
if it is not counted by the corresponding instance of the
LateCollisions property, the Excessive Collisions property,
or the CarrierSenseErrors property. The precise meaning
of the count represented by and instance of this object is
implementation-specific. In particular, an instance of this
object can represent a count of transmission errors on a
particular interface that are not otherwise counted.)

INT

EthernetAdp_InternalMACTranErr

Boolean indicating that the adapter is operating in full
duplex mode

BIT

FullDuplex

The total number of octets transmitted, including framing
characters

BIGINT

OctetsTransmitted

The total number of octets received, including framing
characters

BIGINT

OctetsReceived

The maximum speed, in bits per second, for the Network
Adapter

BIGINT

MaxSpeed

Derived from CIM_IPProtocolEndpoint.SubnetMask; the
mask for the IP address of this ProtocolEndpoint, formatted
according to the appropriate convention as defined in the
AddressType property of this class

NVARCHAR(64)

IPProtocolEndpoint_SubnetMask

Holds the administrative status of the adapter (For example,
Up, Down, Testing, Dormant, Some component missing)

NVARCHAR(32)

dc_AdminStatus

594 Reference information

Advertising