Start-VBRHighAvailabilityClusterSwitchover
Short Description
Starts switchover of an HA cluster.
Product Edition: Premium
Syntax
|
Start-VBRHighAvailabilityClusterSwitchover [-RunAsync] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet starts switchover of an HA cluster. During switchover, Veeam Backup & Replication will assign the role of the primary node to the secondary node and will start the reverse replication from a new primary node to the former primary node.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Force |
Defines that the cmdlet will start switchover of a HA cluster without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Starting Switchover of HA cluster
This command starts switchover of the HA cluster.
|
Start-VBRHighAvailabilityClusterSwitchover -RunAsync |