Skip to content

Commit a93f050

Browse files
authored
Merge pull request #28224 from erinstellato-ms/fixAGissues
fix CAG related issues
2 parents 0e4829f + 5f1e86b commit a93f050

1 file changed

Lines changed: 56 additions & 51 deletions

File tree

Lines changed: 56 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,68 @@
11
---
2-
title: "Availability group wizard: Specify availability group options"
2+
title: "Availability group wizard: Specify Availability Group Options"
33
description: "Describes the options found on the 'Specify Availability Group Name' page of the Availability Group Wizard within SQL Server Management Studio."
44
author: MashaMSFT
55
ms.author: mathoma
6-
ms.date: "05/17/2016"
6+
ms.reviewer: randolphwest
7+
ms.date: 09/01/2023
78
ms.service: sql
89
ms.subservice: availability-groups
910
ms.topic: conceptual
1011
f1_keywords:
1112
- "sql13.swb.newagwizard.specifyagname.f1"
1213
- "sql13.swb.adddatabasewizard.specifyagname.f1"
1314
---
14-
# Specify Availability Group Options Page for an Always On Availability Group
15+
# Specify Availability Group Options page for an Always On availability group
16+
1517
[!INCLUDE [SQL Server](../../../includes/applies-to-version/sqlserver.md)]
16-
This topic describes the options of the **Specify Availability Group Name** page. This topic is used by both the [!INCLUDE[ssAoNewAgWiz](../../../includes/ssaonewagwiz-md.md)] and [!INCLUDE[ssAoAddDbWiz](../../../includes/ssaoadddbwiz-md.md)] of [!INCLUDE[ssnoversion](../../../includes/ssnoversion-md.md)].
17-
18-
## <a name="PageOptions"></a> Specify Availability Group Options
19-
**Availability group name**
20-
Specify the name of the availability group. For a new availability group, specify a valid [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] identifier that is unique across all availability groups in the Windows Server failover cluster (WSFC). The maximum length for an availability group name is 128 characters.
21-
22-
**Cluster type**
23-
Next, specify the cluster type. The possible cluster types depend on the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] version and operating system. Choose one from the following list:
24-
25-
* **Windows Server Failover Clustering**
26-
27-
Use when the availability group is hosted on instances of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that belong to a Windows Server failover cluster for high availability and disaster recovery. Applies to all supported versions of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)].
28-
29-
* **EXTERNAL**
30-
31-
Use when the availability group is hosted on an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that is managed by an external cluster technology for high availability and disaster recovery, for example Pacemaker on Linux. Applies to [!INCLUDE[sssql14](../../../includes/sssql17-md.md)] and later.
32-
33-
>[!IMPORTANT]
34-
> Do not choose **cluster type** = `EXTERNAL` on a Windows platform. Doing so will result in the availability group going into a resolving state and will prevent you from removing databases from the availability group.
35-
36-
* **NONE**
37-
38-
Use when the availability group is hosted on an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that is not managed by a cluster technology for read scale and load balancing. Applies to [!INCLUDE[sssql14](../../../includes/sssql17-md.md)] and later.
39-
40-
**Database level health detection**
41-
Check this box to enable database level health detection (DB_FAILOVER) option for the availability group. The database health detection notices when a database is no longer in the online status, when something goes wrong and will trigger the automatic failover of the availability group. See
42-
[SQL Server Always On Database Health Detection Failover Option](sql-server-always-on-database-health-detection-failover-option.md).
43-
44-
**Per Database DTC Support** Check this box to enable distributed transactions for the databases in the availability group. In order to guarantee distributed transdactions, the availability group mught be configured to register databases as distributed transaction resource managers. See [Configure distributed transactions for an Always On availability group](configure-availability-group-for-distributed-transactions.md)
45-
46-
**Contained** Check this box to create a [contained availability group](contained-availability-groups-overview.md). A contained availability group support managing metadata objects (users, logins, permissions, SQL Agent jobs, etc) at the availability group level in addition to the instance level.
47-
48-
* **Reuse System Databases**
49-
50-
When using a contained availability group, check this box if you want to reuse exisitng system databases from e previouew Contained Availability Group of the same name.
51-
52-
53-
Select Databases Page (New Availability Group Wizard and Add Database Wizard)
54-
55-
## <a name="LaunchWiz"></a> Related Tasks
56-
57-
- [Use the New Availability Group Dialog Box &#40;SQL Server Management Studio&#41;](../../../database-engine/availability-groups/windows/use-the-new-availability-group-dialog-box-sql-server-management-studio.md)
58-
59-
- [Use the Add Database to Availability Group Wizard &#40;SQL Server Management Studio&#41;](../../../database-engine/availability-groups/windows/availability-group-add-database-to-group-wizard.md)
60-
61-
## See Also
62-
[Overview of Always On Availability Groups &#40;SQL Server&#41;](../../../database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server.md)
63-
18+
19+
This article describes the options of the **Specify Availability Group Options** page. This article is used by both the **[!INCLUDE [ssAoNewAgWiz](../../../includes/ssaonewagwiz-md.md)]** and **[!INCLUDE [ssAoAddDbWiz](../../../includes/ssaoadddbwiz-md.md)]** of [!INCLUDE [ssnoversion](../../../includes/ssnoversion-md.md)].
20+
21+
## <a id="PageOptions"></a> Specify Availability Group Options
22+
23+
#### Availability group name
24+
25+
Specify the name of the availability group. For a new availability group, specify a valid [!INCLUDE [ssNoVersion](../../../includes/ssnoversion-md.md)] identifier that is unique across all availability groups in the Windows Server failover cluster (WSFC). The maximum length for an availability group name is 128 characters.
26+
27+
#### Cluster type dropdown list
28+
29+
Next, specify the cluster type. The possible cluster types depend on the [!INCLUDE [ssNoVersion](../../../includes/ssnoversion-md.md)] version and operating system. Choose one from the following list:
30+
31+
- **Windows Server Failover Clustering**
32+
33+
Use when the availability group is hosted on instances of [!INCLUDE [ssNoVersion](../../../includes/ssnoversion-md.md)] that belong to a Windows Server failover cluster for high availability and disaster recovery. Applies to all supported versions of [!INCLUDE [ssNoVersion](../../../includes/ssnoversion-md.md)].
34+
35+
- **EXTERNAL**
36+
37+
Use when the availability group is hosted on an instance of [!INCLUDE [ssNoVersion](../../../includes/ssnoversion-md.md)] that is managed by an external cluster technology for high availability and disaster recovery, for example Pacemaker on Linux. Applies to [!INCLUDE [sssql14](../../../includes/sssql17-md.md)] and later.
38+
39+
> [!IMPORTANT]
40+
> Don't choose `cluster type = EXTERNAL` on a Windows platform. Doing so results in the availability group going into a resolving state, and will prevent you from removing databases from the availability group.
41+
42+
- **NONE**
43+
44+
Use when the availability group is hosted on an instance of [!INCLUDE [ssNoVersion](../../../includes/ssnoversion-md.md)] that isn't managed by a cluster technology for read scale and load balancing. Applies to [!INCLUDE [sssql14](../../../includes/sssql17-md.md)] and later.
45+
46+
#### Database Level Health Detection checkbox
47+
48+
Check this box to enable database level health detection (DB_FAILOVER) option for the availability group. The database health detection notices when a database is no longer in the online status, when something goes wrong, and triggers the automatic failover of the availability group. See [SQL Server Always On Database Health Detection Failover Option](sql-server-always-on-database-health-detection-failover-option.md).
49+
50+
#### Per Database DTC Support checkbox
51+
52+
Check this box to enable distributed transactions for the databases in the availability group. In order to guarantee distributed transactions, the availability group must be configured to register databases as distributed transaction resource managers. See [Configure distributed transactions for an Always On availability group](configure-availability-group-for-distributed-transactions.md)
53+
54+
#### Contained checkbox
55+
56+
Check this box to create a [contained availability group](contained-availability-groups-overview.md). A contained availability group supports managing metadata objects (users, logins, permissions, [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] Agent jobs, etc.) at the availability group level in addition to the instance level.
57+
58+
#### Reuse System Databases checkbox
59+
60+
When using a contained availability group, check this box if you want to reuse existing system databases from a previously created contained availability group of the same name.
61+
62+
Select **Databases** page (**New Availability Group Wizard** and **Add Database Wizard**).
63+
64+
## Next steps
65+
66+
- [Use the New Availability Group Dialog Box (SQL Server Management Studio)](use-the-new-availability-group-dialog-box-sql-server-management-studio.md)
67+
- [Add a database to an Always On availability group with the 'Availability Group Wizard'](availability-group-add-database-to-group-wizard.md)
68+
- [What is an Always On availability group?](overview-of-always-on-availability-groups-sql-server.md)

0 commit comments

Comments
 (0)