HP-UX WBEM SCSI-CSP Provider Datasheet
Page 2
Using this provider
schema supported by
this provider
This provider supports HP_GroupSystemSpecificCollection, HP_GroupHostedCollection and
CIM_MemberOfCollection classes through the sub-classes HPUX_SCSIProtocolControllerCollection,
HPUX_SCSIProtocolControllerGroupHostedCollection, and
HPUX_SCSIProtocolControllerMemberOfCollection. Tables 1 through 3 describe the
properties and methods supported by the provider.
Table 1: HPUX_SCSIProtocolControllerCollection properties
Table 1 describes the properties of the HPUX_SCSIProtocolControllerCollection class. It has four columns. The first column lists the property name
(including type and units), the second is the data type of the property, the third discusses the property inheritance (indicating which class or
superclass defines the property), and the fourth discusses the property description and its value. Each row describes a property. Note: While some
properties in the table are marked with the “Write” qualifier (based on their designation in the DMTF CIM schema), all properties are in fact read-
only for this version of the HP-UX SCSI HBA CSProvider.
Property Name Type Inheritance Description/ Notes
InstanceID (key)
String CIM_SystemSp
ecificCollection
A string that is used to identify the Instance of
CSP. In this case this is always “Hewlett-
Packard:SCSI.CSProvider:HPUX_SCSIProtocol
ControllerCollection:0”
GroupOperationalStatus[] Uint16 HP_GroupSyste
mSpecificColle
ction
Represents the consolidated status for all the
SCSI-HBA controllers. The value can be either
2 or 16 and significance for the values is
described below:
ValueMap {“2”, “16”}
Values {"OK", "Supporting Entity in Error",
},
2 (OK) if status of all SCSI-HBAs in the system
are determined to be in “CLAIMED” state.16
(Supporting Entity in Error) if status of one or
more SCSI-HBAs in system is determined not to
be in “OK” state.
GroupStatusDescriptions[] String HP_GroupSyste
mSpecificColle
ction
The string description for the Consolidated
status for SCSI-HBA Controllers. The values
can be as follows:
“All SCSI-HBA Controllers are online and
operational”: if GroupOperationalStatus[]
is 2(OK).
“At least one SCSI-HBA Controller’s supporting
entity is in error”. If GroupOperationalStatus[]
is 16 (Supporting Entity in Error).
Caption String HP_GroupSyste
mSpecificColle
ction
The Caption property is a short textual
description (one-line string) of the object. In
this context, the text is used by client following
the HP_GroupHostedAssociation to recognize
the type of collection, because this class is
expected to be subclassed for each type of
group collection.
Note: The GroupOperationalStatus[] indicates the GoupOperationalStatus[0] element. Similarly, the GroupStatusDescriptions[]
Indicates the GroupStatusDescriptions[0] element.