Skip to content

Commit 128f890

Browse files
committed
added general document and link to public document.
1 parent f0051a8 commit 128f890

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

docs/linux/sql-server-linux-configure-high-availability-and-disaster-recovery.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
author: MikeRayMSFT
77
ms.author: mikeray
88
manager: jhubbard
9-
ms.date: 10-18-2016
9+
ms.date: 10-31-2016
1010
ms.topic: article
1111
ms.prod: sql-non-specified
1212
ms.service:
@@ -26,3 +26,18 @@ ms.assetid:
2626

2727
---
2828
# Configure high availability and disaster recovery for SQL Server on Linux
29+
30+
SQL Server on Linux supports high-availability and disaster recovery. On the most basic level, you can backup and restore databases in the same way you backup and restore SQL Server on Windows. In more advanced scenarios SQL Server also supports a shared-disk failover cluster on Linux servers with Red Hat Enterprise Linux 7.0 HA or greater. Future releases of SQL Server on Linux may include additional high-availability capabilities.
31+
32+
## Backup and restore databases
33+
34+
You can restore SQL Server databases to vNextCTP1 from SQL Server 2012 and newer, as long as the database comes from a SQL Server build that is less than or equal to the version of SQL Server where you are restoring the database. The restore commands are the same as the restore commands for SQL Server on Windows.
35+
36+
SQL Server on Linux can restore databases from backups SQL Server on Windows or Linux as long as the SQL Server version is supported.
37+
38+
SQL Server on Windows can restore databases from backups on either operating system as long as the SQL Server version is supported.
39+
40+
## Shared-disk failover clusters
41+
42+
You can create a shared disk failover cluster for SQL Server on Red Hat Enterprise Linux 7 with the HA add-on. On this type of cluster, storage is presented to cluster nodes. The instance of SQL Server can be active on any one node in the cluster. If the HA add on detects an interruption of the SQL Server service, the HA solution can move the service to another node. For details see [Configure shared disk cluster for SQL Server on Linux](sql-server-linux-configure-shared-disk-cluster.md)
43+

docs/linux/sql-server-linux-configure-shared-disk-cluster.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# required metadata
33

4-
title: Configure high availability and disaster recovery for SQL Server on Linux | SQL Server vNext CTP1
4+
title: Configure shared disk cluster for SQL Server on Linux | SQL Server vNext CTP1
55
description:
66
author: MikeRayMSFT
77
ms.author: mikeray
@@ -25,7 +25,7 @@ ms.assetid:
2525

2626
---
2727

28-
# Configure high availability and disaster recovery for SQL Server on Linux
28+
# Configure shared disk cluster for SQL Server on Linux
2929

3030
This guide provides instructions to create a two-node Linux shared disk cluster for SQL Server. The clustering layer is based on Red Hat Enterprise Linux (RHEL) [HA add-on](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/pdf/High_Availability_Add-On_Overview/Red_Hat_Enterprise_Linux-6-High_Availability_Add-On_Overview-en-US.pdf) built on top of [Pacemaker](http://clusterlabs.org/).
3131

@@ -77,6 +77,7 @@ The first step is to configure the operating system on the cluster nodes. For th
7777
$ sudo firewall-cmd --reload
7878
```
7979

80+
For detailed instructions see [Install SQL Server on Linux](sql-server-linux-setup.md)
8081

8182

8283
2. Check the IP address for each node. The following script shows the IP address of your current node.

0 commit comments

Comments
 (0)