You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document is stalled, customer can't configure SQL Server AG in multiple-subnet scenario. I had meeting session with RHEL team and figured the right now to configure the CIB file.
Please see the RFC https://sqlbuvsts01:8443/Main/SQL%20Server/_workitems#_a=edit&id=13614974 for detail
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-configure-multiple-subnet.md
+28-11Lines changed: 28 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,28 +52,42 @@ In the Windows world, a Windows Server Failover Cluster (WSFC) natively supports
52
52
2. Edit the file that was generated. Look for the `<resources>` section. You will see the various resources that were created for the AG or FCI. Find the one associated with the IP address. Add a `<instance attributes>` section with the information for the second IP address either above or below the existing one, but before `<operations>`. It is similar to the following syntax:
where *NameForAttribute* is the unique name forthis attribute, *Score* is the number assigned to the attribute, which must be higher than the primary subnet's, *RuleName* is the name of the rule, *ExpressionName* is the name of the expression, *NodeNameInSubnet2* is the name of the nodein the other subnet, *NameForSecondIP* is the name associated with the second IP address, *IPAddress* is the IP addressfor the second subnet, *NameForSecondIPNetmask* is the name associated with the netmask, and *Netmask* is the netmaskfor the second subnet.
60
+
where *NameForAttribute* is the unique name for this attribute,*NameForIP* is the name associated with the IP address, *IPAddress* is the IP address for the second subnet.
0 commit comments