HP 3PAR CIM API Programming Reference (QL226-97722, March 2014)
uint32 ChunksNormalUsedOK;
[Description ("Number of Normal Used Fail chunks.") ]
uint32 ChunksNormalUsedFail;
[Description ("Number of Normal Unused Free chunks.") ]
uint32 ChunksNormalUnusedFree;
[Description ("Number of Normal Unused Uninitialized chunks.") ]
uint32 ChunksNormalUnusedUninit;
[Description ("Number of Normal Unused Fail chunks.") ]
uint32 ChunksNormalUnusedFail;
[Description ("Number of Spare Used OK chunks.") ]
uint32 ChunksSpareUsedOK;
[Description ("Number of Spare Used Fail chunks.") ]
uint32 ChunksSpareUsedFail;
[Description ("Number of Spare Unused Free chunks.") ]
uint32 ChunksSpareUnusedFree;
[Description ("Number of Spare Unused Uninitialized chunks.") ]
uint32 ChunksSpareUnusedUninit;
[Description ("Number of Spare Unused Fail chunks.") ]
uint32 ChunksSpareUnusedFail;
[Description ("Number of Correctable READ Errors.") ]
uint64 CorrectableReadErrors;
[Description ("Number of Uncorrectable READ Errors.") ]
uint64 UncorrectableReadErrors;
[Description ("Number of Correctable WRITE Errors.") ]
uint64 CorrectableWriteErrors;
[Description ("Number of Uncorrectable WRITE Errors.") ]
uint64 UncorrectableWriteErrors;
[Description ("HP 3PAR specific operational state for the disk"),
ValueMap {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11"},
Values {"Unknown", "OK", "Error", "Not Ready",
"Missing", "Named in table but invalid label", "New",
"drive block size is not 512 bytes",
"Invalid drive type, unknown vendor", "Unknown firmware",
"Size reported does not allow the number of "
"chunklets specified in scsi database", "No cage found"} ]
uint16 OtherOperationalStatus;
[Description ("Location of the initiator ports connecting to the ports of a"
" cage where disks are attached. Array index 0 represents port A0, index 1"
" represents A1. If the value is string 0, it represents no connection.")]
string InitiatorPortA[];
[Description ("Location of the initiator ports connecting to the ports of a"
" cage where disks are attached. Array index 0 represents port B0, index 1"
" represents B1. If the value is string 0, it represents no connection.")]
string InitiatorPortB[];
[Description ("Primary path of initiator ports connecting to A or B ports"
" of the cage.")]
string PrimaryPortPath;
[Description ("If Drive is used for ESI Channel.") ]
3PAR_TPDDisk.mof 263