Set-VBRHighAvailabilityCluster
Short Description
Modifies settings of an HA cluster.
Applies to
Product Edition: Premium
Syntax
This cmdlet provides parameter sets that allow you to:
- Modify settings of an HA cluster assembled within a single subnet.
|
Set-VBRHighAvailabilityCluster [-Cluster <VBRHighAvailabilityCluster>] [-ClusterEndpoint <String>] [-ClusterDnsName <String>] [<CommonParameters>] |
- Modify settings of an HA cluster assembled across multiple subnets.
|
Set-VBRHighAvailabilityCluster [-Cluster <VBRHighAvailabilityCluster>] [-ClusterDnsName <String>] [-PrimaryNodeExternalEndpoint <String>] [-SecondaryNodeExternalEndpoint <String>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of an HA cluster. You can modify settings of an HA cluster assembled within a single subnet or of an HA cluster assembled across multiple subnets.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Cluster |
Specifies the HA cluster you want to modify. |
Accepts the VBRHighAvailabilityCluster object. To get this object, run the Get-VBRHighAvailabilityCluster cmdlet. |
False |
Named |
True (ByValue) |
|
ClusterDnsName |
Specifies a DNS name of the cluster. |
String |
False |
Named |
False |
|
ClusterEndpoint |
Specifies an IP address that you want to assign to a high availability cluster. |
String |
False |
Named |
False |
|
PrimaryNodeExternalEndpoint |
For modifying an HA cluster assembled across multiple subnets. Specifies the external IP address of the primary node. |
String |
False |
Named |
False |
|
SecondaryNodeExternalEndpoint |
For modifying an HA cluster assembled across multiple subnets. Specifies the external IP address of the secondary node. |
String |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Modifying Settings of HA Cluster Assembled in one Subnet
|
This example shows how to modify settings of the HA cluster.
Perform the following steps:
|
Example 2. Modifying Settings of HA Cluster Assembled in Different Subnets
|
This example shows how to modify the settings of the HA cluster assembled in different subnets.
Perform the following steps:
|
Related Commands