Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 691bbf7

Browse files
committed
couple more
1 parent da5339a commit 691bbf7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/linux/sql-server-ha-linux-basics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Starting with SQL Server 2017, SQL Server is supported on both Linux and Windows
1515

1616
## SQL Server availability options for Linux deployments
1717
Besides backup and restore, the same three availability features are available on Linux as for Windows-based deployments:
18-
- Always On Availability Groups (AGs)
19-
- Always On Failover Cluster Instances (FCIs)
18+
- [Always On Availability Groups (AGs)]
19+
- [Always On Failover Cluster Instances (FCIs)]
2020
- [Log Shipping](sql-server-linux-use-log-shipping.md)
2121

2222
On Windows, FCIs in all configurations always require an underlying Windows Server failover cluster (WSFC). Depending on the deployment scenario, an AG usually requires an underlying WSFC, with the exception being the new None variant in SQL Server 2017 that is discussed [later in this paper]. A WSFC does not exist in Linux. How clustering is implemented in Linux is discussed in the section [Pacemaker for Always On Availability Groups and Failover Cluster Instances on Linux](#pacemaker-for-always-on-availability-groups-and-failover-cluster-instances-on-linux).
@@ -183,7 +183,7 @@ Pacemaker has standard and clone resources. Clone resources are ones that run si
183183
When an AG is created, it requires a specialized form of a clone resource called a multi-state resource. While an AG only has one primary replica, the AG itself is running across all nodes that it is configured to work on and can potentially allow things such as read-only access. Because this is a “live” use of the node, the resources have the concept of two states: Master and Slave. For more information, see [Multi-state resources: Resources that have multiple modes](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Configuring_the_Red_Hat_High_Availability_Add-On_with_Pacemaker/s1-multistateresource-HAAR.html).
184184

185185
#### Resource groups/sets
186-
Similar to Roles in a WSFC, a Pacemaker cluster has the concept of a resource group. A resource group (called a set in SLES) is a collection of resources that function together and can fail over from one node to another as a single unit. A resource group cannot contain resources that are configured as master/slave, thus, they cannot be used for AGs. While a resource group can be used for FCIs, it is not generally a recommended configuration.
186+
Similar to roles in a WSFC, a Pacemaker cluster has the concept of a resource group. A resource group (called a set in SLES) is a collection of resources that function together and can fail over from one node to another as a single unit. A resource group cannot contain resources that are configured as master/slave, thus, they cannot be used for AGs. While a resource group can be used for FCIs, it is not generally a recommended configuration.
187187

188188
#### Constraints
189189
WSFCs have various parameters for resources as well as things like dependencies, which tell the WSFC of a parent/child relationship between two different resources. A dependency is just a rule telling the WSFC which resource needs to be online first.

0 commit comments

Comments
 (0)