HP-UX WBEM IOTree Provider Data Sheet

boolean HostingBoard Inherited from CIM_Card HP-UX: Returns a boolean indicating that this Card is a
Motherboard or, more generically, a baseboard in a
Chassis.
boolean Removable Inherited from CIM_PhysicalPackage HP-UX: Returns a boolean indicating whether the card is
removable.
boolean Replaceable Inherited from CIM_PhysicalPackage HP-UX: Returns a boolean indicating whether the card is
replaceable.
Table 5: Intrinsic methods for HPUX_PCIDevice, HPUX_PCICard, HPUX_PCISlot and HPUX_PCIBridge
Table 5 describes the intrinsic methods supported by this provider. It has three columns. The first is the method name, the second is the
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. Note that this provider supports no extrinsic methods.
Method Name Description
Exceptions Thrown
enumerateInstances Returns all instances of the class with all
properties and their respective values.
CIM_ERR_INVALID_CLASS (Thrown when a wrong class
name is passed)
CIM_ERR_FAILED (Thrown when the provider cannot
access various system resources)
CIM_ERR_ACCESS_DENIED (Thrown for requests sent by
unprivileged users)
NOTE: This method is not supported for
Association Classes.
enumerateInstanceNames Returns object path of all instances of the
class.
CIM_ERR_INVALID_CLASS (Thrown when a wrong class
name is passed)
CIM_ERR_FAILED (Thrown when the provider cannot
access various system resources)
CIM_ERR_ACCESS_DENIED (Thrown for requests sent by
unprivileged users)
getInstance Returns the requested instance with all
properties and their respective values.
There will always be only one instance.
CIM_ERR_INVALID_CLASS (Thrown when a wrong class
name is passed)
CIM_ERR_INVALID_PARAMETER (Thrown when a wrong
class name or wrong number of keys is passed)
CIM_ERR_FAILED (Thrown when the provider cannot
access various system resources)
CIM_ERR_ACCESS_DENIED (Thrown for requests sent by
unprivileged users)
NOTE: This method is not supported for
Association Classes.
modifyInstance Does nothing. CIM_ERR_NOT_SUPPORTED
deleteInstance Does nothing. CIM_ERR_NOT_SUPPORTED
initialize Initializes the provider, establishing
system values for various system
constants, for example the system name.
CIM_ERR_FAILED (Thrown when there is a failure in
various system commands)
terminate Does nothing. None
createInstance Does nothing. CIM_ERR_NOT_SUPPORTED
Indications generated by this provider
This provider does not currently generate any indications.