HP-UX WBEM Kernel Modules Datasheets
Page 3
enumerateInstanceNames Returns object path of all instances of the
class.
CIM_ERR_NOT_SUPPORTED
(Thrown when a wrong class name is passed)
getInstance Returns the requested instance with all
properties and their respective values.
There will always be only one instance.
CIM_ERR_INVALID_PARAMETER
(Thrown when wrong class name, or wrong number of
keys is passed)
CIM_ERR_NOT_Found (from CIMOM)
(Thrown when the requested instance does not exist.)
modifyInstance Modifies an instance of the class. (HP-UX
11i v3 only)
Based on the module capability values,
the modify instance method can set the
module state to either “unused” or
“static”.
CIM_ERR_FAILED
Thrown when the following runtime errors occur on the
system:
The binary “kcmodule” was not found in the
“/usr/sbin/” directory, or there were no access
privileges.
Any descriptive command error, like:
The specified module state is not among the supported
states for that particular module.
The specified module does not exist on the system.
“CurrentCause” is either “required” or “depend”, which
means that the module is not modifiable.
CIM_ERR_ACCESS_DENIED
The user does not have sufficient “root” access
privileges.
CIM_ERR_INVALID_PARAMETER
The class name is not specified as “HPUX_KCModule”.
Instance specified does not contain both the “Name”
and “CurrentState” Properties.
CIM_ERR_NOT_SUPPORTED
The Property List argument does not specify exactly 1
parameter: “CurrentState”.
The state passed as argument is not either “unused” or
“static”.
The state passed as an argument is an empty string.
deleteInstance Not Supported. CIM_ERR_NOT_SUPPORTED.
Initialize Not Supported. None.
Terminate Not Supported. None.
createInstance Not Supported. CIM_ERR_NOT_SUPPORTED.
Links to more information
• Additional provider documentation
None
• WBEM information
For a tutorial on CIM, see CIM Tutorial at:
http://www.wbemsolutions.com/tutorials/CIM/cimtutorial.pdf
For information about HP WBEM Services for HP-UX, see the following websites:
http://www.docs.hp.com/en/netsys.html#HP%20WBEM%20Services
http://h20293.www2.hp.com/portal/swdepot/displayProductsList.do?category=ISS
For information about the Pegasus WBEM infrastructure, see The Open Group website, OpenPegasus at:
http://www.opengroup.org/pegasus