HP-UX WBEM LVM Provider Datasheet

Page 2
Table 1: HPUX_LogicalVolume properties
Table 1 describes the properties of the HPUX_LogicalVolume class. It has three columns. The first column lists 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 describes the property
description and its 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: Name of the “HPUX_LogicalVolume” class.
string DeviceID [Key] Inherited from CIM_LogicalDevice HP-UX: Name of the logical volume. For example:
“/dev/vg00/lvol3”. Obtained from the vgdisplay
command.
string SystemCreationClassName [Key] Inherited from CIM_LogicalDevice HP-UX: Name of the “CIM_UnitaryComputerSystem”
class.
string SystemName [Key] Inherited from CIM_LogicalDevice HP-UX: Fully qualified host name of the system.
uint16 Access Inherited from CIM_StorageExtent HP-UX: Media is readable (1), writable (2) or both (3).
Obtained from lvdisplay, “LV Permission” field.
uint32 AllocatedPE Local to HPUX_LogicalVolume HP-UX: Number of physical extents allocated for the
logical volume.
Allocated PE is obtained using the lvdisplay command,
“Allocated PE” field.
string AllocationPolicy Local to HPUX_LogicalVolume HP-UX: Allocation policy of the logical volume. For
example: “strict/contiguous”. Obtained from the
lvdisplay command, “Allocation” field.
uint64 BlockSize Inherited from CIM_StorageExtent HP-UX: Size in Kilobytes of the blocks which form this
StorageExtent. Obtained from the lvdisplay command,
“LV Size” and “Current LE” fields.
string Caption Inherited from CIM_ManagedElement HP-UX: Has DeviceID value.
string ConsistencyRecovery Local to HPUX_LogicalVolume HP-UX: Consistency Recovery Method for the mirrored
logical volume. For example: “MWC”. Obtained from
lvdisplay, “Consistency Recovery” field.
uint16 DataOrganization Inherited from CIM_StorageExtent HP-UX: An integer value 2 “Fixed block”.
string Description Inherited from CIM_ManagedElement HP-UX: String “Logical Volume DeviceID”.
boolean
IsBasedOnUnderlyingRedundancy
Inherited from CIM_StorageExtent HP-UX: A Boolean value True if MirrorCopyNumber > 1,
false otherwise.
uint32 IOTimeout Local to HPUX_LogicalVolume HP-UX: The IO Timeout value of the logical volume in
seconds.
IOTimeout is obtained using lvdisplay command, “IO
Timeout” field.
uint32 LVSize Local to HPUX_LogicalVolume HP-UX: Size of the logical volume in Mega Bytes.
LVSize is obtained using lvdisplay command, “LV Size”
field.