HP-UX WBEM Kernel Tunables Datasheets

Page 4
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)
The tunable value parameter string can
be in one of the following forms:
A numeric value.
A numeric expression.
An arithmetic expression that contains
the names of other existing tunables as
variables.
The empty string “”, or the string
“Default” specified as argument will
result in the tunable being set to its
default value.
CIM_ERR_FAILED
Thrown when the following runtime errors occur on the
system:
The binary “kctune” was not found in the “/usr/sbin/”
directory, or there were no access privileges.
Any descriptive command error, like:
The tunable value is not satisfying a tunable constraint.
The specified tunable does not exist on the system.
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_KCTune”.
Instance specified does not contain both the “Name”
and “Current” Properties.
CIM_ERR_NOT_SUPPORTED
The Property List argument does not specify exactly 1
parameter: “Current”.
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
For information about WBEM source, see The Open Group website, WBEMsource initiative at:
http://www.wbemsource.org/
Managed Resource Documentation
For more information about the KCTunable paramertes, see the kctune manpage.