HP-UX WBEM LVMProvider Datasheet

Page 4
if LVStatus is none of the above then Status is “Unknown”
LVStatus is obtained from lvdisplay command, “LV
Status” field.
uint32 StripeSize Local to HPUX_LogicalVolume HP-UX: Returns size of stripes for the logical volume, in
kilobytes. Obtained from lvdisplay command, “Stripe
Size” field.
Table 2: HPUX_PhysicalVolume properties
Table 2 describes the properties of the HPUX_PhysicalVolume 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_PhysicalVolume”.
string DeviceID [Key] Inherited from CIM_LogicalDevice HP-UX: Returns the name of the physical volume. For
example, /dev/dsk/c0t0d0. Obtained from /dev/dsk
directory.
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 3 “read/write”.
boolean Allocatable Inherited from CIM_MediaPartition HP-UX: Returns allocation permission for the physical
volume. Obtained from pvdisplay command,
“Allocatable” field.
string AlternatePVName Local to HPUX_PhysicalVolume HP-UX: Returns alternate physical volume path name. For
example, /dev/rdsk/c0t0d0. Returns the same as
DeviceID replacing “dsk” with “rdsk”.
uint64 BlockSize Inherited from CIM_StorageExtent HP-UX: Returns size in Kilobytes of the blocks which
forms this StorageExtent. Obtained from pvdisplay
command field “PE Size (Mbytes)”.
string Caption Inherited from CIM_ManagedElement HP-UX: Returns DeviceID.
uint32 CurrentLVs Local to HPUX_PhysicalVolume HP-UX: Returns the Number of logical volumes using the
physical volume. Obtained from pvdisplay command,
“Cur LV” field.
uint16 DataOrganization Inherited from CIM_StorageExtent HP-UX: Returns 2 - “Fixed block”.
string Description Inherited from CIM_ManagedElement HP-UX: Returns “Physical Volume DeviceID”.
uint32 FreePEs
Local to HPUX_PhysicalVolume HP-UX: Returns size of the free physical volume space in
number of physical extents. Obtained from pvdisplay
command, “Free PE” field.