Start-VBRvCDReplicaFailover
Short Description
Starts to perform failover to a Cloud Director replica.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Failover (Default)Start-VBRvCDReplicaFailover -RestorePoint <COib> [-Retry] [-Reason <String>] [-PowerOn] [-RunAsync] [-Force]
[-WhatIf] [-Confirm] [<CommonParameters>]
-
DefinitiveStart-VBRvCDReplicaFailover -RestorePoint <COib> [-Definitive] [-Retry] [-Reason <String>] [-PowerOn]
[-RunAsync] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
Detailed Description
This cmdlet starts to perform failover to a Cloud Director replica.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Definitive |
Defines that the cmdlet will perform a permanent failover of a Cloud Director replica. If you do not specify this parameter, the cmdlet will not switch permanently from the original vApp to a Cloud Director replica. Note: Before you perform permanent failover, make sure that your Cloud Director replica is in the Failover state. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will perform failover without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
PowerOn |
If set, the replica vApp will be powered on after the failback. Otherwise, you will need to power the vApp on manually. |
|
False |
Named |
False |
|
Reason |
Specifies the reason for performing failover. |
|
False |
Named |
False |
|
RestorePoint |
Specifies a restore point of a Cloud Director replica to which you want to perform failover.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Retry |
Defines that if failover does not complete successfully, Veeam Backup & Replication will start to perform failover to a Cloud Director replica again. If you do not specify this parameter, the cmdlet will not start to perform failover to a Cloud Director 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. |
|
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.
Examples
Example 1. Performing Failover to Cloud Director Replica
|
This example shows how to perform failover to the
Perform the following steps:
|
Example 2. Performing Failover to Cloud Director Replica with Retry Option
|
This example shows how to perform failover to the
Perform the following steps:
|
Example 3. Performing Permanent Failover to Cloud Director Replica
|
This example shows how to perform a permanent failover to the
Perform the following steps:
|
Related Commands
Get-VBRRestorePointReturns restore points.