InstallUpdate

This method installs the update. It returns a task object used for monitoring the operation. CheckForUpdates must be called before this operation. This stops all the services to update them.

Synopsis

ConfigurationTask installUpdate(@optional UpdateInfo info)

info parameter is a UpdateInfo object that contains information for the update that should be installed. If null, installs the latest update.

UpdateInfo contains the appliance update repository information. For more information on UpdateInfo, see DrConfigCheckForUpdates.

ConfigurationTask is a managed object that provides operations to configure SRM server. For more information, see Configuration Task.

Faults

  • InvalidArgument
  • RuntimeFault
  • UpdateNotAvailableFault

For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.