HP-UX WBEM LVMProvider Datasheet
Page 3
string Description Inherited from CIM_ManagedElement HP-UX: Returns the string “Logical Volume DeviceID”.
boolean
IsBasedOnUnderlyingRedundancy
Inherited from CIM_StorageExtent HP-UX: Returns true if MirrorCopyNumber > 1, false
otherwise.
uint32 IOTimeout Local to HPUX_LogicalVolume HP-UX: Returns the IO Timeout value of the logical
volume in seconds.
IOTimeout is obtained from lvdisplay command, “IO
Timeout” field.
uint32 LVSize Local to HPUX_LogicalVolume HP-UX: Returns the size of the logical volume in Mega
Bytes.
LVSize is obtained from lvdisplay command, “LV Size”
field.
string LVStatus Local to HPUX_LogicalVolume HP-UX: Returns the Status of the logical volume. E.g.:
"available/syncd" OR "unavailable" OR "available".
LVStatus is obtained from lvdisplay command, “LV
Status” field.
uint32 MirrorCopyNumber Local to HPUX_LogicalVolume HP-UX: Returns the number of mirror copies for the
logical volume. Obtained from lvdisplay command,
“Mirror copies” field.
uint64 NumberOfBlocks Inherited from CIM_StorageExtent HP-UX: Returns the total number of logically contiguous
blocks, of size Block Size, which form this Extent.
Obtained from lvdisplay command, “Current LE” field.
uint32 NumberOfStripes Local to HPUX_LogicalVolume HP-UX: Returns number of stripes for the logical volume.
If this field is 0 then the logical volume is not striped.
Obtained from lvdisplay command, “Stripes” field.
uint16[] OperationalStatus Inherited from
CIM_ManagedSystemElement
HP-UX: Returns the operational status of the logical
volume. For example, if LVStatus is "available/syncd"
then “2” is added to OperationalStatus array.
If LVStatus is "unavailable" then “13” is added to
OperationalStatus array.
If LVStatus is "available" then “2” and “3” are added to
OperationalStatus array.
If LVStatus is none of the above then “0” is added to
OperationalStatus array.
LVStatus is obtained from lvdisplay command, “LV
Status” field.
string SchedulePolicy Local to HPUX_LogicalVolume HP-UX: Returns Access Scheduling Policy of the logical
volume. e.g.: “parallel”. Obtained from lvdisplay
command, “Schedule” field.
boolean SequentialAccess Inherited from CIM_StorageExtent HP-UX: Returns false.
string Status Inherited from
CIM_ManagedSystemElement
HP-UX: Returns the status of the logical volume. For
example, If LVStatus is "available/syncd" then Status is
“OK”
If LVStatus is "unavailable" then Status is “Lost
Communication”
If LVStatus is "available" then Status is “OK”