3PAR InForm OS 2.3.1 MU3 Patch 16 Release Notes

7
InForm OS Version 2.3.1 Release 2.3.1 MU3 P16 Release Notes
55445 Querying a volume with a
31 character-long name
results in cimserver and
system manager crashes.
The VV buffer in the apilib is 1 byte shorter when it
should be 32 bytes including a 1 null terminator. A 31
bytes long VV name caused the cimserver to crash. Set
the VV ames to 30 characters or shorter. If the existing
volume already has a name that is 31 characters long,
use
setvv -name vvname to rename it.
56349 Operations on
TPD_AffectedJobElement
provider are slow when
there are a lot of tasks.
Perform EnumerateInstances, References, or Associators
operations on TPD_AffectedJobElement only if the
number of instances of jobs are not too high. Reduce
them to 100 instances or less by removing older jobs.
57978 Unable to enumerate
associators of the Node
Power Supply's TPD_Fan for
InForm OS version 2.3.1.
Use the TPD_Fan's device ID fields with GetInstance to
retrieve its corresponding TPD_NodeSystem or
TPD_NodePowerSupply instances.
59665 A wrong instance is
returned when
Associators call on
TPD_StorageHardwareID
Collection with Null
AssocClass and ResultClass
of
TPD_StorageHardwareID.
Specify CIM_MemberOfCollection as AssocClass when
calling associators on a
TPD_StorageHardwareIDCollection with
TPD_StorageHardwareID as the ResultClass.
Bug ID Item Workaround