HP WBEM Services Software Developer's Kit for HP-UX Provider and Client Developer's Guide A.01
Example Provider Data Sheet
Using This Provider
Appendix D 135
Table 2 describes the properties of the PG_OperatingSystem class. It has
three columns. The first is the property name (including type and units),
the second is the property inheritance (indicating which class or
superclass defines the property), and the third is the propertyís value or
data source. Each row describes a property. The PG_OperatingSystem
class inherits properties of superclass CIM_OperatingSystem (as
described in Table 1 and not repeated here).
Tables 3 and 4 describe the intrinsic and extrinsic methods for
CIM_OperatingSystem and inherited by PG_OperatingSystem. There
are no local methods within PG_OperatingSystem. The GetInstance
operation is supported on both classes (returning only CIM_ properties
for CIM_OperatingSystem). Enumerate operations only return instances
Uint32
MaxProcessesPerU
ser
Local to
CIM_OperatingSyst
em
HP-UX: Returns the
_SC_CHILD_MAX value
from sysconf()
system call.
Table D-1 CIM_OperatingSystem Properties (Continued)
Property Name
Property
Inheritance
Property Value (and
data source)
Table D-2 PG_OperatingSystem properties
Property Name
Property
Inheritance
Property Value (and
data source)
Uint64
SystemUpTime (in
seconds)
Local to
PG_OperatingSyste
m
HP-UX: Returns a
value calculated from
current time and boot
up time.
string
OperatingSystemC
apability
Local to
PG_OperatingSyste
m
Defined as a String
(vs. enum) for
maximumflexibility
acrossOScapability
representations.
HP-UX: Returns "32
bit" or "64 bit"
(number of bits used
by the kernel for
pointers).