HP-UX WBEM LAN Consolidated Status Provider Datasheet, April 2010
overridden by
CIM_MemberOfCollection,
overridden by
HPUX_EthernetMemberOfCollection.
SystemCreationClassName returns
“CIM_UnitaryComputerSystem”
CreationClassName returns
“CIM_LogicalDevice”.
SystemName returns the fully qualified
hostname of the system.
DeviceID returns the Interface Name (e.g.
“lan0”).
Note: Details of HPUX_EthernetPort is taken from LAN Provider datasheet available at:
/opt/lanprovider/doc/HPUX_LANProvider.pdf in the installed system.
Tables 4 and 5 describe the intrinsic and extrinsic methods for the classes supported by the LAN CSP. The provider
currently registers as an instance provider.
Table 4: intrinsic methods for LAN CSP
Table 4 describes the intrinsic methods supported by this provider. All the classes of the provider support these methods.
It has three columns. The first is the method name, the second is a description of the provider’s actions based on invoking
that method, and the third is a list of any exceptions that could result from invoking the method. Each row describes a
method.
Method Name Description Exceptions Thrown
e
numerateInstances
Returns all instances of class with all properties.
When called on class
HPUX_EthernetPortCollection, one instance of
the class with the Consolidated status property
(GroupOperationalStatus[0]) and other
properties filled in, is returned. The client can
thus obtain the consolidated status for the
Ethernet subsystem from this class instance.
CIM_ERR_FAILED
(if an operation failed; an internal error)
e
numerateInstanceNa
mes
Returns object path of all instances of class with
key properties.
CIM_ERR_FAILED
(if an oper
a
tion failed; an internal error)
g
etInstance
Returns the requested instance (with all
properties). When called on class
HPUX_EthernetPortCollection, one instance of
the class with the Consolidated status property
(GroupOperationalStatus[0]) and other
properties filled in, is returned. The client can
thus obtain the consolidated status for the
Ethernet subsystem from this class instance.
CIM_ERR_INVALID_PARAMET
ER
(if wrong class or wrong number of
keys or wrong keys)
CIM_ERR_FAILED (if an operation failed; an internal error)
createInstance
Returns Not Supported.
CIM_ERR_NOT_SUPPORTED
m
odifyInstance
Returns Not Supported.
CIM_ERR_NOT_SUPPORTED
d
eleteInstance
Returns Not Supported.
CIM_ERR_NOT_SUPPORTED
I
nitialize
Performs provider specific initialization.
None
T
erminate
Performs provider specific clean
-
up.
None
Table 5: extrinsic methods for HPUX_EthernetPortCollection
None
Indications generated by this provider
This provider does not generate any indications.