HP-UX WBEM vPartition Provider Data Sheet

or a pointer to the location
of the first Log entry.
uint64 MaxRecordSize CIM_MessageLog
Maximum size, in bytes, to
which an individual Log entry
(record) can grow -
if the
Capabilities array includes a
value of 7 (\
"Variable Length
Records Supported\
"). If the
Capabilities array does not
include a 7, then the Log only
supports fixed length entries.
The size of these entries is
described by this property.
uint64
SizeOfRecordHeader
CIM_MessageLog
The size of the header for the
Log's individual entries, in
bytes, if record headers are
defined. If there are no
record headers, then this
property should be set to 0.
Record headers may include
information such as the type
of the Log entry, the
date/time
that the entry was
last updated, or a pointer to
the start of optional data.
Note that this property
defines the header size for
individual records in the Log,
while the SizeOfHeader
property describes the Log's
overall header, typically
located at the st
art of the
MessageLog.
uint64
MaxNumberOfRecords
CIM_MessageLog
Maximum number of records that
can be captured in the Log. If
undefined, a value of zero
should be specified.
uint64
CurrentNumberOfRecords
CIM_MessageLog
Current number of entries
(records) in the Log.
uint16 OverwritePolicy CIM_MessageLog
An enumeration describing the
behavior of the Log, when it
becomes full or near full. The
values are: Unknown (0), Other
(1), Wraps When Full (2),
Clear When Near Full (3),
Overwrite Outdated When Needed
(4), Remove Outdated Records
(5), Overwrite Specific
Records (6), Never Overwrite
(7).
boolean IsFrozen CIM_MessageLog
Boolean indicating that the
Log is currently fr
ozen and
modifications are not allowed.