HP-UX WBEM Kernel Tunables Datasheets

Page 3
can therefore change over time).
Contains a value 'False' if the tunable’s default value is
not automatically computed by the system.
boolean DefaultFlag Local HP-UX: Contains a value 'True' if the tunable is set to its
default value.
Contains a value 'False' if the tunable is not set to its
default value.
boolean NextDefaultFlag Local HP-UX: Contains a value 'True' if the tunable is set to its
default value for next boot.
Contains a value 'False’ if the tunable is not set to its
default value for next boot.
boolean BeforeDefaultFlag Local HP-UX: Contains a value 'True' if the tunable was set to
its default value before invoking the kctune command.
Contains a value 'False' if the tunable was not set to its
default value before invoking the kctune command.
This field is present only for tunables for which an
immediate value change has been made during the
current invocation of kctune. If the field is not present in
kctune output, the value reads '9.
boolean SignedFlag Local HP-UX: Contains a value 'True' if the tunable values are
to be treated as signed integers.
Contains a value 'False' if the tunable values are to be
treated as unsigned integers.
string Flags Local HP-UX: Contains a hexadecimal representation of the
bitmask of different flags.
string Constraint [] Local Contains constraints for tunables. The constraint can be
an expression that has comparison operation between
two or more tunables.
There can be more than one constraint for a tunable.
string Usage Local Contains current usage value of the tunable. If the
tunable is not monitored, this field contains the string
"Not Tracked".
string Percentage Local Contains current usage value of the tunable in terms of
percentage. If the tunable is not monitored, this field
contains the string "Not Tracked".
Table2: Intrinsic methods for all classes
Table 2 describes the intrinsic methods supported by this provide for all classes. 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.
Note
that this provider supports no extrinsic methods.
Method Name Description Exceptions Thrown
enumerateInstances Returns all instances of class with all
properties and their respective values.
CIM_ERR_NOT_SUPPORTED
(Thrown when a wrong class name is passed)