HP 3PAR Management Plug-In and Recovery Manager 2.4 P01 for VMware vSphere Release Notes

1. Click StartControl PanelPrograms and Features. The Programs and Features window appears.
2. Click View Installed Updates. The Installed Updates window appears.
3. Verify that HP 3PAR RMVMware 2.4.0 Patch 01 appears in the list.
Uninstalling the Patch
Uninstalling RMV also removes the patch. However, the patch alone cannot be removed.
Issues resolved in HP 3PAR Management Plug-in and Recovery Manager
Software for VMware vSphere
ResolutionDescriptionIssue ID
The Silverlight plug-in will asynchronously query for the
RC information and polls the RMV service to verify
The default timeout for the Silverlight plug-in to retrieve
the Remote Copy information from the RMV back-end
86412
whether the RC information retrieval is complete. Theservice is five minutes. However, if the back-end service
back-end service logic is now enhanced to retrieve the
Remote Copy information more quickly.
process takes more than the default time, then the
application displays a timeout error and the user is
unable to retrieve the Remote Copy information.
If the first attempt to establish an SSL connection to the
vCenter fails, then the RMV behavior is now enhanced
to retry the vCenter connection as follows:
RMV server establishes an SSL connection to the vCenter
by calling the VMware API
VimService.RetrieveServiceContent
(this.VimServiceReference). However, at times the API
86611
RMV will retry connecting until the connection is
successfully established.
call displays the .NET exception "The request was
aborted: Could not create SSL/TLS secure channel”. The
RMV will retry connecting for a specified number of
attempts.
RMV server cannot proceed further and terminates the
CreateRCSnapshot process, and returns an error to the
client.
If RMV fails to read the configuration file, or if the retry
count and the interval are not specified in the
configuration file, then RMV will use the default values.
NOTE: The default retry count is three and the retry
interval is ten seconds.
If the user needs to change the default retry count or
frequency or both, in the RMV application configuration
file (C:\Program Files\3PAR\Plug-in for
VMware vSphere\
TpdVmWebServiceHost.exe.config), do the
following:
<?xml version="1.0"?>
<configuration>
:
:
<appSettings>
<add key="VCLoginRetryCount"
value="3"/>
<add key="VCLoginRetryInterval"
value="10"/>
</appSettings>
:
:
</configuration>
NOTE:
The value for the retry interval must be specified in
seconds.
If the user changes the default configuration settings,
then the changes become effective only for the newly
created RMV service sessions.
This issue is resolved. RMV now removes only the
expired snapshots from the repository.
While checking for the expired snapshots, RMV,
sometimes, erroneously identifies all the snapshots as
86826
Issues resolved in HP 3PAR Management Plug-in and Recovery Manager Software for VMware vSphere 5