MigrateVirtualSystemToHost method of the CIM_VirtualSystemMigrationService class

Method to move, migrate or relocate a virtual system to a target host specified by a network name or IP address.

Note

This method is intended as a transitional solution only until modeling of cluster support is available.

Syntax

uint32 MigrateVirtualSystemToHost(
  [in]  CIM_ComputerSystem REF ComputerSystem,
  [in]  string                 DestinationHost,
  [in]  string                 MigrationSettingData,
  [in]  string                 NewSystemSettingData,
  [in]  string                 NewResourceSettingData[],
  [out] CIM_ConcreteJob    REF Job
);

Parameters

ComputerSystem [in]

Source virtual computer system to be migrated.

DestinationHost [in]

Target host system for the migration.

Acceptable formats for this parameter are conveyed through values of elements of the DestinationHostFormatsSupported[ ] array property in the instance of the CIM_VirtualSystemMigrationCapabilities that is associated through the CIM_ElementCapabilities association.

MigrationSettingData [in]

String containing an embedded instance of the CIM_VirtualSystemMigrationSettingData class representing migration settings applicable to the migration operation.

NewSystemSettingData [in]

String containing an embedded instance of the CIM_VirtualSystemSettingData class representing new properties applicable to the virtual system after it is migrated.

NewResourceSettingData [in]

Array of strings each containing an embedded instance of the CIM_ResourceAllocationSettingData class representing new properties applicable to virtual resources in the scope of the virtual system after it is migrated.

Job [out]

If the operation is long running, then optionally a CIM_ConcreteJob representing the job may be returned.

Return value

Returns a 0 on success; otherwise, returns an error.

Return code/value Description
Completed with No Error
0
Virtual system was migrated.
Not Supported
1
Method not supported by implementation.
Failed
2
Virtual system migration failed for unspecified reasons.
Timeout
3
Virtual system migration time out; the virtual system state is unknown.
Invalid Parameter
4
One or more parameters are formally invalid. For example, the value of the DestinationHost parameter could have been specified in an unsupported format.
Invalid State
5
The source virtual system, the source host system or the target host system are in a state that does allow initiation of the requested virtual system migration; this may be a temporary condition.
Incompatible Parameters
6
One or more input parameters are incompatible as a set, or with respect to the target host. For example the value of the MigrationNewSettingData parameter contains properties that are not supported by the target host system identified by the value of the DestinationHost parameter.
DMTF Reserved
..
Method Parameters Checked - Job Started
4096
Method Reserved
4097..32767
Vendor Specific
32768..65535

Requirements

Requirement Value
Minimum supported client
Windows 8.1
Minimum supported server
Windows Server 2012 R2
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_VirtualSystemMigrationService