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 article provides an overview of business continuity solutions for high availability and disaster recovery in [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)], on Windows and Linux.
10
+
This article provides an overview of business continuity solutions for high availability and disaster recovery in [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)], on Windows and Linux.
10
11
11
-
One common task everyone deploying [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] has to account for is making sure that all mission critical [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] instances and the databases within them are available when the business and end users need them, whether that is 9 to 5 or around the clock. The goal is to keep the business up and running with minimal or no interruption. This concept is also known as *business continuity*.
12
+
One common task everyone deploying [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] has to account for is making sure that all mission critical [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] instances and the databases within them are available when the business and end users need them, whether that is 9 to 5 or around the clock. The goal is to keep the business up and running with minimal or no interruption. This concept is also known as *business continuity*.
12
13
13
-
[!INCLUDE[sssql17-md](../sssql17-md.md)] introduced many new features or enhancements to existing ones, some of which are for availability. The biggest addition to [!INCLUDE[sssql17-md](../sssql17-md.md)] was support for [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] on Linux distributions. For a full list of the new features in [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)], see the following articles:
14
+
[!INCLUDE[sssql17-md](../sssql17-md.md)] introduced many new features or enhancements to existing ones, some of which are for availability. The biggest addition to [!INCLUDE[sssql17-md](../sssql17-md.md)] was support for [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] on Linux distributions. For a full list of the new features in [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)], see the following articles:
14
15
15
16
-[What's new in SQL Server 2017](../../sql-server/what-s-new-in-sql-server-2017.md)
16
17
-[What's new for SQL Server 2017 on Linux](../../linux/sql-server-linux-whats-new.md)
17
18
-[What's new in SQL Server 2019](../../sql-server/what-s-new-in-sql-server-2019.md)
18
19
-[What's new for SQL Server 2019 on Linux](../../linux/sql-server-linux-whats-new-2019.md)
19
20
-[What's new in SQL Server 2022](../../sql-server/what-s-new-in-sql-server-2022.md)
20
21
21
-
This article is focused on covering the availability scenarios in [!INCLUDE[sssql17-md](../sssql17-md.md)] and later versions, as well as the new and enhanced availability features. The scenarios include hybrid ones that will be able to span [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] deployments on both Windows Server and Linux, and ones that can increase the number of readable copies of a database.
22
+
This article is focused on covering the availability scenarios in [!INCLUDE[sssql17-md](../sssql17-md.md)] and later versions, as well as the new and enhanced availability features. The scenarios include hybrid ones that will be able to span [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] deployments on both Windows Server and Linux, and ones that can increase the number of readable copies of a database.
22
23
23
-
While this article doesn't cover availability options external to [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)], such as those provided by virtualization, everything discussed here applies to [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] installations inside a guest virtual machine whether in the public cloud or hosted by an on-premises hypervisor server.
24
+
While this article doesn't cover availability options external to [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)], such as those provided by virtualization, everything discussed here applies to [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] installations inside a guest virtual machine whether in the public cloud or hosted by an on-premises hypervisor server.
24
25
25
26
## SQL Server scenarios using the availability features
26
27
@@ -31,34 +32,34 @@ Always On availability groups, Always On failover cluster instances, and log shi
31
32
- Migrations and upgrades
32
33
- Scaling out readable copies of one or more databases
33
34
34
-
The following sections discuss the relevant features that can be used for that particular scenario. The one feature not covered is [SQL Server replication](../../relational-databases/replication/sql-server-replication.md). While not officially designated as an availability feature under the Always On umbrella, [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] replication is often used for making data redundant in certain scenarios. Merge replication isn't supported for [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] on Linux. For more information, see [SQL Server Replication on Linux](../../linux/sql-server-linux-replication.md).
35
+
The following sections discuss the relevant features that can be used for that particular scenario. The one feature not covered is [SQL Server replication](../../relational-databases/replication/sql-server-replication.md). While not officially designated as an availability feature under the Always On umbrella, [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] replication is often used for making data redundant in certain scenarios. Merge replication isn't supported for [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] on Linux. For more information, see [SQL Server replication on Linux](../../linux/sql-server-linux-replication.md).
35
36
36
37
> [!IMPORTANT]
37
-
> The [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] availability features do not replace the requirement to have a robust, well tested backup and restore strategy, the most fundamental building block of any availability solution.
38
+
> The [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] availability features don't replace the requirement to have a robust, well tested backup and restore strategy, the most fundamental building block of any availability solution.
## Cross-platform and Linux distribution interoperability
44
45
45
-
With [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] now supported on both Windows Server and Linux, this section covers the scenarios of how they can work together for availability in addition to other purposes, and the story for solutions that will incorporate more than one Linux distribution.
46
+
With [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] now supported on both Windows Server and Linux, this section covers the scenarios of how they can work together for availability in addition to other purposes, and the story for solutions that will incorporate more than one Linux distribution.
46
47
47
48
> [!NOTE]
48
49
> There are no scenarios where a WSFC-based FCI or AG will work with a Linux-based FCI or AG directly. A WSFC can't be extended by a Pacemaker node and vice versa.
49
50
50
51
## Distributed availability groups
51
52
52
-
Distributed AGs are designed to span AG configurations, whether those two underlying clusters underneath the AGs are two different WSFCs, Linux distributions, or one on a WSFC and the other on Linux. A distributed AG will be the primary method of having a cross platform solution. A distributed AG is also the primary solution for migrations such as converting from a Windows Server-based [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] infrastructure to a Linux-based one if that is what your company wants to do. As noted above, AGs, and especially distributed AGs, would minimize the time that an application would be unavailable for use. An example of a distributed AG that spans a WSFC and Pacemaker is shown below.
53
+
Distributed AGs are designed to span AG configurations, whether those two underlying clusters underneath the AGs are two different WSFCs, Linux distributions, or one on a WSFC and the other on Linux. A distributed AG will be the primary method of having a cross platform solution. A distributed AG is also the primary solution for migrations such as converting from a Windows Server-based [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] infrastructure to a Linux-based one if that is what your company wants to do. As noted above, AGs, and especially distributed AGs, would minimize the time that an application would be unavailable for use. An example of a distributed AG that spans a WSFC and Pacemaker is shown below.
53
54
54
55
:::image type="content" source="media/business-continuity/distributed-availability-group-span.png" alt-text="Diagram showing a distributed availability group that spans a WSFC and Pacemaker.":::
55
56
56
57
If an AG is configured with a cluster type of None, it can span Windows Server and Linux, as well as multiple Linux distributions. Since this isn't a true high availability configuration, it shouldn't be used for mission critical deployments, but for read-scale or migration/upgrade scenarios.
57
58
58
59
## Log shipping
59
60
60
-
Since log shipping is based on backup and restore, and there are no differences in the databases, file structures, etc., for [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] on Windows Server versus [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] on Linux. This means that log shipping can be configured between a Windows Server-based [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] installation and a Linux one, as well as between distributions of Linux. Everything else remains the same. The only caveat is that log shipping, just like an AG, can't work when the source is at a higher [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] major version against a target that is at a lower version of [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)].
61
+
Since log shipping is based on backup and restore, and there are no differences in the databases, file structures, etc., for [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] on Windows Server versus [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] on Linux. This means that log shipping can be configured between a Windows Server-based [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] installation and a Linux one, as well as between distributions of Linux. Everything else remains the same. The only caveat is that log shipping, just like an AG, can't work when the source is at a higher [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] major version against a target that is at a lower version of [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)].
61
62
62
63
## Summary
63
64
64
-
Instances and databases of [!INCLUDE[sssql17-md](../sssql17-md.md)] and later versions can be made highly available using the same features on both Windows Server and Linux. Besides standard availability scenarios of local high availability and disaster recovery, downtime associated with upgrades and migrations can be minimized with the availability features in [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)]. AGs can also provide additional copies of a database as part of the same architecture to scale out readable copies. Whether you're deploying a new solution or considering an upgrade, [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] has the availability and reliability you require.
65
+
Instances and databases of [!INCLUDE[sssql17-md](../sssql17-md.md)] and later versions can be made highly available using the same features on both Windows Server and Linux. Besides standard availability scenarios of local high availability and disaster recovery, downtime associated with upgrades and migrations can be minimized with the availability features in [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)]. AGs can also provide additional copies of a database as part of the same architecture to scale out readable copies. Whether you're deploying a new solution or considering an upgrade, [!INCLUDE[ssnoversion-md](../ssnoversion-md.md)] has the availability and reliability you require.
Copy file name to clipboardExpand all lines: docs/linux/includes/linux-forced-unit-access.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
author: rwestMSFT
3
3
ms.author: randolphwest
4
-
ms.date: 01/21/2025
4
+
ms.date: 07/03/2025
5
5
ms.service: sql
6
6
ms.subservice: linux
7
7
ms.topic: include
8
8
ms.custom:
9
9
- linux-related-content
10
10
---
11
-
Certain versions of supported Linux distributions provide support for FUA I/O subsystem capability, which provides data durability. [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] uses the FUA capability to provide highly efficient and reliable I/O for [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] workloads. For more information on FUA support by Linux distribution and its effect on [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)], see [SQL Server On Linux: Forced Unit Access (FUA) Internals](https://techcommunity.microsoft.com/t5/sql-server-blog/sql-server-on-linux-forced-unit-access-fua-internals/ba-p/3199102).
11
+
Certain versions of supported Linux distributions provide support for FUA I/O subsystem capability, which provides data durability. [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] uses the FUA capability to provide highly efficient and reliable I/O for [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] workloads. For more information on FUA support by Linux distribution and its effect on [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)], see [SQL Server On Linux: Forced Unit Access (FUA) Internals](https://techcommunity.microsoft.com/blog/sqlserver/sql-server-on-linux-forced-unit-access-fua-internals/3199102).
12
12
13
13
SUSE Linux Enterprise Server 12 SP5, Red Hat Enterprise Linux 8.0, and Ubuntu 18.04 introduced support for FUA capability in the I/O subsystem. If you're using [!INCLUDE [sssql17-md](../../includes/sssql17-md.md)] CU 6 and later versions, you should use following configuration for high performing and efficient I/O implementation with FUA by [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)].
> The only supported downgrade is if you downgrade to a release within the same major version, such as [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)].
28
+
> The only supported downgrade is if you downgrade to a release within the same major version, such as [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)].
- For more information on hardware requirements and processor support, see [SQL Server 2016 and 2017: Hardware and software requirements](../sql-server/install/hardware-and-software-requirements-for-installing-sql-server.md)
113
+
- For more information on hardware requirements and processor support, see [Hardware and software requirements for SQL Server 2016 and SQL Server 2017](../sql-server/install/hardware-and-software-requirements-for-installing-sql-server.md)
- For more information on hardware requirements and processor support, see [SQL Server 2019: Hardware and software requirements](../sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2019.md)
120
+
- For more information on hardware requirements and processor support, see [Hardware and software requirements for SQL Server 2019](../sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2019.md)
- For more information on hardware requirements and processor support, see [SQL Server 2022: Hardware and software requirements](../sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2022.md)
127
+
- For more information on hardware requirements and processor support, see [Hardware and software requirements for SQL Server 2022](../sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2022.md)
- For more information on hardware requirements and processor support, see [SQL Server 2025 Preview: Hardware and software requirements](../sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2025.md)
134
+
- For more information on hardware requirements and processor support, see [Hardware and software requirements for SQL Server 2025 Preview](../sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2025.md)
135
135
136
136
::: moniker-end
137
137
@@ -1305,7 +1305,7 @@ The following steps use the [!INCLUDE [ssnoversion-md](../includes/ssnoversion-m
0 commit comments