HP-UX WBEM vPartition Provider Data Sheet
datetime
MessageTimestamp
Local
Time stamp for each message is
not known. The value of this
key will be always 0.
uint8 Type Local
Defines type of the log. Values
are:
Unknown (0), INFO (1), WARNING
(2), ERROR (3).
string Message Local
There is no structure to this
message and thus the message is
not parse-able.
The table lists the properties of HPUX_VParMessageLog class. This class provides
information about the virtual partition log. HPUX_VParLogRecord should be used to
read the log.
Property Name Property
Inheritance
Property Value (and data
source)
string CreationClassName CIM_MessageLog
This indicates the name of the
class or the subclass used in
the creation of an instance.
uint16[] Capabilities CIM_MessageLog
An array of integers
indicating the Log
capabilities. The values are:
Unknown (0
), as Other (1),
Write Record Supported (2),
Delete Record Supported (3),
Can Move Backward in Log (4),
Freeze Log Supported (5),
Clear Log Supported (6),
Supports Addressing by Ordinal
Record Number (7), Variable
Length Records Supported (8),
Variable For
mats for Records
(9), Can Flag Records for
Overwrite (10).
string[]
CapabilitiesDescriptions
CIM_MessageLog An array of free-
form strings
providing more detailed
explanations for any of the
Log features. It’s value will
be “The
log entries can be any
length. The log entries are
not parse-able.”
uint64 MaxLogSize CIM_MessageLog
The maximum size, in bytes, to
which the Log can grow. If
there is no maximum, then
MaxLogSize should be set to 0.
uint64 SizeOfHeader CIM_MessageLog
The size of the Log header, in
bytes, if one is present. If
there is no Log header, then
this property should be set to
0. Headers may include general
information about the Log such
as the current
number of
records, time of last update,
Table 5. HPUX_VParMessageLog