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
Copy file name to clipboardExpand all lines: docs/database-engine/install-windows/configure-sql-server-on-a-server-core-installation.md
+24-25Lines changed: 24 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,14 @@
2
2
title: "Configure Server Core Installation"
3
3
description: This article covers details about configuring SQL Server on a Server Core installation, including troubleshooting tools.
4
4
ms.custom: "seo-lt-2019"
5
-
ms.date: "12/13/2019"
5
+
ms.date: "09/15/2021"
6
6
ms.prod: sql
7
7
ms.reviewer: ""
8
8
ms.technology: install
9
9
ms.topic: conceptual
10
10
helpviewer_keywords:
11
11
- "IsHadrEnabled server property"
12
12
- "Server Core Installation [SQL Server]"
13
-
ms.assetid: ed6e5e94-4b8d-422a-a17e-61b05a4df903
14
13
author: cawrites
15
14
ms.author: chadam
16
15
monikerRange: ">=sql-server-2016"
@@ -30,7 +29,7 @@ For more information about configuring and managing a Server Core installation r
30
29
31
30
-[Install Server Core](/windows-server/get-started/getting-started-with-server-core)
32
31
33
-
-[Configure a Server Core installation of Windows Server 2016 with Sconfig.cmd](/windows-server/get-started/sconfig-on-ws2016)
32
+
-[Configure a Server Core installation of Windows Server and Azure Stack HCI with the Server Configuration tool (SConfig)](/windows-server/get-started/server-core-sconfig)
34
33
35
34
-[Install Server Roles and Features on a Server Core Server Windows Server 2012 R2](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/jj574158(v=ws.11))
36
35
@@ -88,58 +87,58 @@ The [sqlservr Application](../../tools/sqlservr-application.md) application star
88
87
89
88
You can also use Net services to start and stop the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] services.
90
89
91
-
## <a name="BKMK_EnableAlwaysON"></a> Enable AlwaysOn Availability Groups
92
-
Being enabled for AlwaysOn Availability Groups is a prerequisite for a server instance to use availability groups as a high availability and disaster recovery solution. For more information about managing the Always On Availability Groups, see [Enable and Disable Always On Availability Groups (SQL Server)](../../database-engine/availability-groups/windows/enable-and-disable-always-on-availability-groups-sql-server.md).
90
+
## <a name="BKMK_EnableAlwaysON"></a> Enable Always On availability groups
91
+
Being enabled for Always On Availability Groups is a prerequisite for a server instance to use availability groups as a high availability and disaster recovery solution. For more information about managing the Always On availability groups, see [Enable and Disable Always On Availability Groups (SQL Server)](../../database-engine/availability-groups/windows/enable-and-disable-always-on-availability-groups-sql-server.md).
93
92
94
93
### Using [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager Remotely
95
94
These steps are meant to be performed on a PC running the client edition of Windows, or Windows Server that has the Server Graphical Shell installed.
96
95
97
-
1. Open **Computer Management**. To open **Computer Management**, click **Start**, type `compmgmt.msc`, and then click **OK**.
96
+
1. Open **Computer Management**. To open **Computer Management**, select **Start**, type `compmgmt.msc`, and then select **OK**.
98
97
99
-
2. In the console tree, right-click **Computer Management**, and then click **Connect to another computer...**.
98
+
2. In the console tree, right-click **Computer Management**, and then select **Connect to another computer...**.
100
99
101
-
3. In the **Select Computer** dialog box, type the name of the Server Core machine that you want to manage, or click **Browse** to find it, and then click **OK**.
100
+
3. In the **Select Computer** dialog box, type the name of the Server Core machine that you want to manage, or select **Browse** to find it, and then select **OK**.
102
101
103
-
4. In the console tree, under **Computer Management** of the Server Core machine, click **Services and Applications**.
102
+
4. In the console tree, under **Computer Management** of the Server Core machine, select **Services and Applications**.
6. In **[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager**, click **[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Services**, right-click **[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]** (\<instance name>), where \<instance name> is the name of a local server instance for which you want to enable Always On Availability Groups, and click Properties.
106
+
6. In **[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager**, select **[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Services**, right-click **[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]** (\<instance name>), where \<instance name> is the name of a local server instance for which you want to enable Always On Availability Groups, and select **Properties**.
108
107
109
-
7. Select the **AlwaysOn High Availability** tab.
108
+
7. Select the **Always On High Availability** tab.
110
109
111
-
8. Verify that Windows failover cluster name field contains the name of the local failover cluster node. If this field is blank, this server instance currently does not support AlwaysOn Availability Groups. Either the local computer is not a cluster node, the WSFC cluster has been shut down, or this edition of [!INCLUDE[ssNoVersion](../../includes/ssNoVersion-md.md)] does not support AlwaysOn Availability Groups.
110
+
8. Verify that Windows failover cluster name field contains the name of the local failover cluster node. If this field is blank, this server instance currently does not support Always On Availability Groups. Either the local computer is not a cluster node, the WSFC cluster has been shut down, or this edition of [!INCLUDE[ssNoVersion](../../includes/ssNoVersion-md.md)] does not support Always On Availability Groups.
112
111
113
-
9. Select the Enable AlwaysOn Availability Groups check box, and click OK.
112
+
9. Select the **Enable Always On Availability Groups** check box, and select OK.
114
113
115
-
10. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager saves your change. Then, you must manually restart the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] service. This enables you to choose a restart time that is best for your business requirements. When the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] service restarts, AlwaysOn will be enabled, and the IsHadrEnabled server property will be set to 1.
114
+
10. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager saves your change. Then, you must manually restart the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] service. This enables you to choose a restart time that is best for your business requirements. When the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] service restarts, availability groups will be enabled, and the IsHadrEnabled server property will be set to 1.
116
115
117
116
> [!NOTE]
118
117
> - You must have the appropriate user rights or you must have been delegated the appropriate authority on the target computer to connect to that computer.
119
118
> - The name of the computer that you are managing appears in parentheses next to Computer Management in the console tree.
120
119
121
-
### Using PowerShell Cmdlets to Enable AlwaysOn Availability Groups
122
-
The PowerShell Cmdlet, Enable-SqlAlwaysOn, is used to enable AlwaysOn Availability Group on an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. If AlwaysOn Availability Groups is enable while the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] service is running, the Database Engine service must be restarted for the change to complete. Unless you specify the -Force parameter, the cmdlet prompts you to ask whether you wish to restart the service; if cancelled, no operation occurs.
120
+
### Using PowerShell Cmdlets to Enable Always On Availability Groups
121
+
The PowerShell Cmdlet `Enable-SqlAlwaysOn` is used to enable Always On Availability Group on an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. If Always On Availability Groups is enable while the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] service is running, the Database Engine service must be restarted for the change to complete. Unless you specify the -Force parameter, the cmdlet prompts you to ask whether you wish to restart the service; if cancelled, no operation occurs.
123
122
124
123
You must have Administrator permissions to execute this cmdlet.
125
124
126
-
You can use one of the following syntaxes to enable AlwaysOn Availability Groups for an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]:
125
+
You can use one of the following syntaxes to enable Always On Availability Groups for an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]:
The following PowerShell command enables AlwaysOn Availability Groups on an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (Machine\Instance):
139
+
The following PowerShell command enables Always On Availability Groups on an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (Machine\Instance):
1. On the computer that is running Windows Server Core, launch **Task Manager**.
176
175
177
-
2. On the **Applications** tab, click **New Task**.
176
+
2. On the **Applications** tab, select**New Task**.
178
177
179
-
3. In the **Create New Task** dialog box, type **sqlps.exe** in the **Open** field and then click **OK**. This opens the **Microsoft [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Powershell** window.
178
+
3. In the **Create New Task** dialog box, type **sqlps.exe** in the **Open** field and then select**OK**. This opens the **Microsoft [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Powershell** window.
180
179
181
180
4. In the **Microsoft [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Powershell** window, run the following script to enable the TCP/IP protocol:
Copy file name to clipboardExpand all lines: docs/sql-server/failover-clusters/windows/always-on-failover-cluster-instances-sql-server.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ ms.author: chadam
29
29
An FCI can leverage [Availability Groups](../../../database-engine/availability-groups/windows/always-on-availability-groups-sql-server.md) to provide remote disaster recovery at the database level. For more information, see [Failover Clustering and Availability Groups (SQL Server)](../../../database-engine/availability-groups/windows/failover-clustering-and-always-on-availability-groups-sql-server.md).
30
30
31
31
> [!NOTE]
32
-
> Windows Server 2016 Datacenter edition introduces support for Storage Spaces Direct (S2D). SQL Server Failover Cluster Instances support S2D for cluster storage resources. For more information, see [Storage Spaces Direct in Windows Server 2016](/windows-server/storage/storage-spaces/storage-spaces-direct-overview).
32
+
> Windows Server 2016 Datacenter edition introduces support for Storage Spaces Direct (S2D). SQL Server Failover Cluster Instances support S2D for cluster storage resources. For more information, see [Storage Spaces Direct in Windows Server](/windows-server/storage/storage-spaces/storage-spaces-direct-overview).
33
33
>
34
34
>Failover Cluster Instances also support Clustered Shared Volumes (CSV). For more information, see [Understanding Cluster Shared Volumes in a Failover Cluster](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd759255(v=ws.11)).
0 commit comments