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

Commit 390da9d

Browse files
20210916 ws2022 sql
1 parent 7829479 commit 390da9d

4 files changed

Lines changed: 139 additions & 35 deletions

File tree

docs/database-engine/install-windows/configure-sql-server-on-a-server-core-installation.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
title: "Configure Server Core Installation"
33
description: This article covers details about configuring SQL Server on a Server Core installation, including troubleshooting tools.
44
ms.custom: "seo-lt-2019"
5-
ms.date: "12/13/2019"
5+
ms.date: "09/15/2021"
66
ms.prod: sql
77
ms.reviewer: ""
88
ms.technology: install
99
ms.topic: conceptual
1010
helpviewer_keywords:
1111
- "IsHadrEnabled server property"
1212
- "Server Core Installation [SQL Server]"
13-
ms.assetid: ed6e5e94-4b8d-422a-a17e-61b05a4df903
1413
author: cawrites
1514
ms.author: chadam
1615
monikerRange: ">=sql-server-2016"
@@ -30,7 +29,7 @@ For more information about configuring and managing a Server Core installation r
3029

3130
- [Install Server Core](/windows-server/get-started/getting-started-with-server-core)
3231

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)
3433

3534
- [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))
3635

@@ -88,58 +87,58 @@ The [sqlservr Application](../../tools/sqlservr-application.md) application star
8887
8988
You can also use Net services to start and stop the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] services.
9089
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).
9392
9493
### Using [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager Remotely
9594
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.
9695
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**.
9897
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...**.
10099
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**.
102101
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**.
104103
105-
5. Double click **[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager**.
104+
5. Double-click **[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager**.
106105
107-
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**.
108107
109-
7. Select the **AlwaysOn High Availability** tab.
108+
7. Select the **Always On High Availability** tab.
110109
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.
112111
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.
114113
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.
116115
117116
> [!NOTE]
118117
> - 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.
119118
> - The name of the computer that you are managing appears in parentheses next to Computer Management in the console tree.
120119
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.
123122
124123
You must have Administrator permissions to execute this cmdlet.
125124
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)]:
127126
128-
```
127+
```powershell
129128
Enable-SqlAlwaysOn [-Path <string>] [-Credential <PSCredential>] [-Force] [-NoServiceRestart] [-Confirm] [-WhatIf] [<Commom Parameters>]
130129
```
131130

132-
```
131+
```powershell
133132
Enable-SqlAlwaysOn -InputObject <Server> [-Credential <PSCredential>] [-Force] [-NoServiceRestart] [-Confirm] [-WhatIf] [<Commom Parameters>]
134133
```
135134

136-
```
135+
```powershell
137136
Enable-SqlAlwaysOn [-ServerInstance <string>] [-Credential <PSCredential>] [-Force] [-NoServiceRestart] [-Confirm] [-WhatIf] [<Commom Parameters>]
138137
```
139138

140-
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):
141140

142-
```
141+
```powershell
143142
Enable-SqlAlwaysOn -Path SQLSERVER:\SQL\Machine\Instance
144143
```
145144

@@ -174,9 +173,9 @@ Enable-SqlAlwaysOn -Path SQLSERVER:\SQL\Machine\Instance
174173

175174
1. On the computer that is running Windows Server Core, launch **Task Manager**.
176175

177-
2. On the **Applications** tab, click **New Task**.
176+
2. On the **Applications** tab, select **New Task**.
178177

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.
180179

181180
4. In the **Microsoft [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Powershell** window, run the following script to enable the TCP/IP protocol:
182181

docs/sql-server/failover-clusters/windows/always-on-failover-cluster-instances-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ms.author: chadam
2929
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 &#40;SQL Server&#41;](../../../database-engine/availability-groups/windows/failover-clustering-and-always-on-availability-groups-sql-server.md).
3030

3131
> [!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).
3333
>
3434
>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)).
3535

docs/sql-server/install/hardware-and-software-requirements-for-installing-sql-server-ver15.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "SQL Server 2019: Hardware & software requirements"
33
description: A list of hardware, software, and operating system requirements for installing and running SQL Server 2019.
44
ms.custom: sqlfreshmay19
5-
ms.date: 09/01/2020
5+
ms.date: 09/16/2021
66
ms.prod: sql
77
ms.reviewer: ""
88
ms.technology: release-landing
@@ -42,7 +42,6 @@ helpviewer_keywords:
4242
- "cross-language support"
4343
- "disk space [SQL Server]"
4444
- "localized SQL Server versions"
45-
ms.assetid: 09bcf20b-0a40-4131-907f-b61479d5e4d8
4645
ms.author: chadam
4746
author: cawrites
4847
---
@@ -101,6 +100,9 @@ The following table shows which editions of [!INCLUDE [sssql19-md](../../include
101100

102101
| [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] edition: | Enterprise | Developer | Standard | Web | Express |
103102
| :------------------------ | :--------- | :-------- | :------- | :-- | :------ |
103+
| Windows Server 2022 Datacenter | Yes | Yes | Yes | Yes | Yes |
104+
| Windows Server 2022 Datacenter: Azure Edition| Yes | Yes | Yes | Yes | Yes |
105+
| Windows Server 2022 Standard | Yes | Yes | Yes | Yes | Yes |
104106
| Windows Server 2019 Datacenter | Yes | Yes | Yes | Yes | Yes |
105107
| Windows Server 2019 Standard | Yes | Yes | Yes | Yes | Yes |
106108
| Windows Server 2019 Essentials | Yes | Yes | Yes | Yes | Yes |
@@ -117,6 +119,11 @@ The following table shows which editions of [!INCLUDE [sssql19-md](../../include
117119

118120
Installing [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] on Server Core mode is supported by the following editions of Windows Server:
119121

122+
:::row:::
123+
:::column:::
124+
Windows Server 2022 Core
125+
:::column-end:::
126+
:::row-end:::
120127
:::row:::
121128
:::column:::
122129
Windows Server 2019 Core

0 commit comments

Comments
 (0)