Start-VBRFCDInstantRecoveryMigration
Short Description
Starts Quick Migration of FCDs.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Start-VBRFCDInstantRecoveryMigration -Session <VBRFCDInstantRecoverySession> -TargetDatastore <VBRViDatastore> [-StoragePolicy <VBRViStoragePolicy>] [-MountedDiskNames <string[]>] [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet starts Quick Migration of FCDs.
|
Important |
|
Only the vMotion Quick Migration method is supported. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Session |
Specifies the Instant FCD recovery session. The cmdlet will start Quick Migration of FCDs that are restored using this session. Note: The cmdlet will dismount the session after the virtual disks are migrated to the target datastore. |
Accepts the VBRFCDInstantRecoverySession object. To create this object, run the Get-VBRFCDInstantRecoverySession cmdlet. |
True |
0 |
True (ByValue, ByPropertyName) |
|
TargetDatastore |
Specifies a target datastore to which you want to migrate FCDs. Note: The datastore must be located in the same vCenter, where a cluster to to which Veeam Backup & Replication will register FCDs, is located. |
Accepts the VBRViDatastore object. To create this object, run the Find-VBRViDatastore cmdlet. |
True |
1 |
False |
|
StoragePolicy |
Specifies a VM storage policy. Veeam Backup & Replication will apply this storage policy for FCDs and for a datastore that keeps redo logs for the restored FCDs. Note: The encrypted VM storage policy is not applied for FCD disks. However, you can apply this policy for a datastore that keeps redo logs for the restored FCDs. |
Accepts the VBRViStoragePolicy object. To create this object, run the Find-VBRViStoragePolicy cmdlet. |
False |
Named |
False |
|
MountedDiskNames |
Specifies an array of FCDs names. The cmdlet will migrate these FCDs. |
String[] |
False |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
SwitchParameter |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the CBackupSession object that contains setting of the Quick Migration session of FCDs.
Examples
Example 1. Starting Quick Migration of all FCDs
|
This example shows how to starts Quick Migration of all FCDs. The cmdlet will perform migration with the following settings:
Perform the following steps:
|
Example 2. Starting Quick Migration of Specific FCDs
|
This example shows how to starts Quick Migration of the disk1 and disk2 FCDs. The cmdlet will perform migration with the following settings:
Perform the following steps:
|
Example 3. Starting Quick Migration of all FCDs and Applying Specific Storage Policy
|
This example shows how to starts Quick Migration for all FCDs and apply the Virtual SAN Default storage policy to these FCDs. The cmdlet will perform migration with the following settings:
Perform the following steps:
|
Related Commands