HP-UX WBEM SCSI-CSP Provider Datasheet
Page 4
HPUX_SCSIProtocolController REF
Member
Inherited from
CIM_LogicalDevice.
HPUX : It has the following reference
properties:
?•SystemCreationClassName: returns
“CIM_UnitaryComputerSystem”
?•CreationClassName: returns
“CIM_LogicalDevice”.
?•SystemName: returns the fully qualified hostname of
the system.
?•DeviceID: returns the SCSIHBA id (e.g.
“/dev/rscsi/c0t7d0”).
Table 4: Intrinsic methods for HPUX_SCSIProtocolControlleCollection and Association classes
Table 4 describes the intrinsic methods supported by this provider. It has three columns. The first column lists the method name, the second is the
description of the provider’s actions based on invoking that method, and the third discusses list of any exceptions that could result from invoking
the method. Each row describes a method. Note: This provider does not support extrinsic methods.
Method Name Description Exceptions Thrown
enumerateInstances Returns all instances of the class with all
the properties and their respective values.
CIM_ERR_INVALID_CLASS (Thrown when a wrong
classname is passed)
CIM_ERR_NOT_FOUND (Thrown when the requested
class does not exist in the specified namespace)
CIM_ERR_FAILED (Thrown when the provider cannot
access various system resources)
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)
getInstance Returns the requested instance with all the
properties and their respective values.
There will always be only one instance.
CIM_ERR_INVALID_PARAMETER (Thrown when the
request contains invalid parameters, including missing,
duplicate, unrecognized, or otherwise incorrect
parameters and when wrong number of keys is passed)
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_NOT_FOUND (Thrown when the requested
class does not exist in the specified namespace)
modifyInstance Does nothing. CIM_ERR_NOT_SUPPORTED
deleteInstance Does nothing. CIM_ERR_NOT_SUPPORTED