Start-VBRvCDReplicaFailback
Short Description
Starts to perform failback from Cloud Director replica to the production VM.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
ToOriginal (Default)Start-VBRvCDReplicaFailback -RestorePoint <COib> [-Complete] [-Retry] [-SwitchToProduction]
[-SwitchingSchedule <VBRFailbackSwitchingSchedule>] [-Reason <String>] [-PowerOn] [-DRSiteProxy <CViProxy[]>]
[-ProdSiteProxy <CViProxy[]>] [-RunAsync] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
-
DifferentLocationStart-VBRvCDReplicaFailback -RestorePoint <COib> [-Complete] [-Retry] [-SwitchToProduction]
[-SwitchingSchedule <VBRFailbackSwitchingSchedule>] [-Reason <String>] [-PowerOn]
-DestinationvApp <CVcdVappItem> [-DRSiteProxy <CViProxy[]>] [-ProdSiteProxy <CViProxy[]>] [-RunAsync] [-Force]
[-WhatIf] [-Confirm] [<CommonParameters>]
-
SpecifiedLocationStart-VBRvCDReplicaFailback -RestorePoint <COib> [-Complete] [-Retry] [-SwitchToProduction]
[-SwitchingSchedule <VBRFailbackSwitchingSchedule>] [-Reason <String>] [-PowerOn]
-OrganizationvDC <CVcdOrganizationVdcItem> [-DestinationVAppName <String>]
[-StoragePolicy <CVcdOrgVdcStorageProfile>] [-ReplicaNetwork <IVBRServerNetworkInfo[]>]
[-DestinationNetwork <IVBRServerNetworkInfo[]>] [-DRSiteProxy <CViProxy[]>] [-ProdSiteProxy <CViProxy[]>]
[-RunAsync] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
Detailed Description
This cmdlet performs failback from a Cloud Director replica to the production vApp.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Complete |
Defines that the cmdlet will switch the VDC replica from the failback state to the permanent failback state. |
|
False |
Named |
False |
|
DestinationNetwork |
Specifies an array of the target VDC replica networks for Cloud Director replica mapping.
Accepts the |
|
False |
Named |
False |
|
DestinationvApp |
Specifies the vApp to which you want to perform a fail back.
Accepts the |
|
True |
Named |
False |
|
DestinationVAppName |
Specifies a name of a new vApp. The cmdlet will create a vApp with this name and will perform failback to this vApp. |
|
False |
Named |
False |
|
DRSiteProxy |
For failback to a different location. Specifies an array of disaster recovery site networks. The cmdlet will map the replica to these networks.
Accepts the |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will perform failover without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
OrganizationvDC |
Specifies the organization VDC to which you want to perform a fail back.
Accepts the |
|
True |
Named |
False |
|
PowerOn |
Defines that the cmdlet will power on the production VM after performing failback. If you do not provide this parameter, you will need to power the VM on manually. |
|
False |
Named |
False |
|
ProdSiteProxy |
For failback to a different location. Specifies an array of production site networks. The cmdlet will map the replica to these networks.
Accepts the |
|
False |
Named |
False |
|
Reason |
Specifies the reason for performing failback. |
|
False |
Named |
False |
|
ReplicaNetwork |
Specifies an array of the VDC replica networks for Cloud Director replica mapping.
Accepts the |
|
False |
Named |
False |
|
RestorePoint |
Specifies a restore point of a Cloud Director replica to which you want to perform a fail back.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Retry |
Defines that if failback does not complete successfully, Veeam Backup & Replication will start to perform failback to a VDC replica again. If you do not specify this parameter, the cmdlet will not start to perform failover to a VDC replica if some VMs are in the incomplete state. |
|
False |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete.
Note: This parameter cannot be used if you set the failback switch schedule by running the |
|
False |
Named |
False |
|
StoragePolicy |
Specify the storage policy that you want to apply to the production VMs after performing failback.
Accepts the |
|
False |
Named |
False |
|
SwitchingSchedule |
Specifies a switching schedule for VDC replica. The cmdlet will switch the replica to the production VM according to this schedule.
Accepts the |
|
False |
Named |
False |
|
SwitchToProduction |
Defines that the cmdlet will switch the VDC replica from the ready to switch state to the failback state. |
|
False |
Named |
False |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command. |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Guid.
Examples
Example 1. Performing Failback from Cloud Director Replica to Original Location
|
This example shows how to perform failback of the
Perform the following steps:
|
Example 2. Performing Failback from Cloud Director Replica to Different vApp
|
This example shows how to perform failback of the
Perform the following steps:
|
Example 3. Performing Failback from Cloud Director Replica to Different Organization VDC
|
This example shows how to perform failback of the
Perform the following steps:
|
Related Commands
Get-VBRRestorePointReturns restore points.Find-VBRvCloudEntityLooks for Cloud Director entities.