HP-UX WBEM LVMProvider Datasheet

Page 2
C
onfiguring this provider
This provider does not accept specific configuration adjustments (beyond standard WBEM support).
Using this provider
schema supported by
this provider
This provider supports the HPUX_LogicalVolume, HPUX_PhysicalVolume, HPUX_PhysicalVolumeGroup,
HPUX_VolumeGroup classes and associations between them. Tables 1 to 9 describe the properties and
methods supported by the provider.
Table 1: HPUX_LogicalVolume properties
Table 1 describes the properties of the HPUX_LogicalVolume 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 super class defines the property), and the third is the property’s description and
value. Each row describes a property.
Note:
while some properties in the table are marked with the “Write” qualifier (based on their
designation in the DMTF CIM schema), all properties are in fact read-only for this version of the HP-UX LVM Provider.
Property Name Property Inheritance Property Description (and value)
string CreationClassName [Key]
Inherited from CIM_LogicalDevice HP-UX: Returns “HPUX_LogicalVolume”
string DeviceID [Key] Inherited from CIM_LogicalDevice HP-UX: Returns the name of the logical volume. For
example: “/dev/vg00/lvol3”. Obtained from the
vgdisplay command.
string
SystemCreationClassName [Key]
Inherited from CIM_LogicalDevice HP-UX: Returns “CIM_UnitaryComputerSystem”.
string SystemName [Key]
Inherited from CIM_LogicalDevice HP-UX: Returns the fully qualified host name of the
system.
uint16 Access Inherited from CIM_StorageExtent HP-UX: Returns whether the media is readable (1),
writable (2) or both (3). Obtained from lvdisplay, “LV
Permission” field.
uint32 AllocatedPE Local to HPUX_LogicalVolume HP-UX: Returns the number of physical extents allocated
for the logical volume.
Allocated PE is obtained from lvdisplay command,
“Allocated PE” field.
string AllocationPolicy Local to HPUX_LogicalVolume HP-UX: Returns allocation policy of the logical volume.
e.g.: “strict/contiguous”. Obtained from lvdisplay
command, “Allocation” field.
uint64 BlockSize Inherited from CIM_StorageExtent HP-UX: Returns size in Kilobytes of the blocks which form
this StorageExtent. Obtained from lvdisplay command,
“LV Size” and “Current LE” fields.
string Caption Inherited from CIM_ManagedElement HP-UX: Returns the DeviceID.
string ConsistencyRecovery Local to HPUX_LogicalVolume HP-UX: Returns Consistency Recovery Method for the
mirrored logical volume. e.g.: “MWC”. Obtained from
lvdisplay, “Consistency Recovery” field.
uint16 DataOrganization Inherited from CIM_StorageExtent HP-UX: Returns 2 “Fixed block”.