Start-VBRFCDInstantRecovery
Short Description
Starts the FCD instant recovery session.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Start-VBRFCDInstantRecovery -RestorePoint <COib> -TargetCluster <CViClusterItem> [-MappingOptions <VBRFCDInstantRecoveryMappingOptions>] [-CacheDatastore <VBRViDatastore>] [-StoragePolicy <VBRViStoragePolicy>] [-RunAsync] [-Reason <string>] [<CommonParameters>] |
Detailed Description
This cmdlet starts the FCD instant recovery session.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
RestorePoint | Specifies a restore point for the VM whose virtual disks you want to restore as FCDs. | Accepts the COib object. To create this object, run the Get-VBRRestorePoint cmdlet. | True | 0 | True (ByValue, ByPropertyName) |
TargetCluster | Specifies a cluster to which Veeam Backup & Replication will register FCDs. | Accepts the CViClusterItem object. To create this object, run the Find-VBRViEntity cmdlet. | True | 1 | False |
MappingOptions | Specifies mapping settings of virtual disks that you want to restore as FCDs. By default, Veeam Backup & Replication assigns the name of the backed-up disk to all types of virtual disks. Note: If you do not provide this parameter, Veeam Backup & Replication will add all backed-up disks to the FCD instant recovery session. | Accepts the VBRFCDInstantRecoveryMappingOptions object. To create this object, run the New-VBRFCDInstantRecoveryMappingOptions cmdlet. | False | Named | False |
CacheDatastore | Specifies a datastore to keep redo logs for the restored FCDs. | Accepts the VBRViDatastore object. To create this object, run the Find-VBRViDatastore cmdlet. | False | Named | 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 |
RunAsync | Defines that the command returns immediately without waiting for the task to complete. | SwitchParameter | False | Named | False |
Reason | Specifies a reason for performing restore of FCDs. | String | 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 VBRFCDInstantRecoverySession object that contains settings of FCD instant recovery session.
Examples
Example 1. Starting FCD Instant Recovery Session for all Disks
This example shows how to start FCD instant recovery session for all backed-up disks avaiilable in the Databaseo5 backup. The cmdlet will publish disks to the Workload-C cluster.
Perform the following steps:
The Get-VBRRestorePoint cmdlet will return an array of restore points. Consider that the array numbering starts with 0. In our example, the third restore point will be used.
|
Example 2. Starting FCD Instant Recovery Session for Specified Disks
This example shows how to start FCD instant recovery session for the Disk1 disk with the following settings:
Perform the following steps:
The Get-VBRRestorePoint cmdlet will return an array of restore points. Consider that the array numbering starts with 0. In our example, the third restore point is used.
|
Example 3. Starting FCD Instant Recovery Session with Redo Logs Redirection
This example shows how to start FCD instant recovery session for the Disk1 disk. The cmdlet will write redo logs to the VeeamDatastore datastore. The datastore is assigned the Virtual SAN Default Storage Policy.
Perform the following steps:
The Get-VBRRestorePoint cmdlet will return an array of restore points. Consider that the array numbering starts with 0. In our example, the third restore point will be used.
|
Related Commands