From be9f41b2af3e2c4f2df19c26280885ec4e6438b4 Mon Sep 17 00:00:00 2001 From: cortex-mtr Date: Mon, 27 Nov 2023 16:41:00 +0000 Subject: [PATCH] Added prerequisties --- .../multiple-server-with-ha/prerequisites.md | 6 +++--- .../single-server-without-ha/prerequisites.md | 4 ++-- .../multiple-server-with-ha/prerequisites.md | 8 ++++---- .../single-server-without-ha/prerequisites.md | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/en/docs/2023.11/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/prerequisites.md b/content/en/docs/2023.11/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/prerequisites.md index 34f5970c8..61dea7b2e 100644 --- a/content/en/docs/2023.11/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/prerequisites.md +++ b/content/en/docs/2023.11/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/prerequisites.md @@ -55,8 +55,8 @@ This table displays the additional resources required when adding an Innovation | Server Role | Windows Server[^3] | SQL Server[^4] | .Net | PowerShell[^5] | IIS[^6] | Other Software | |------------------|-------------------------|---------------------|------|------------|---------|----------| -| Load Balancer | [2019 (x64)][Microsoft Server 2019] *Recommended*
[2016 (x64)][Microsoft Server 2016] | | [Framework 4.7.2][NET Framework 472] | 5.1 | | -| Application Server | [2019 (x64)][Microsoft Server 2019] *Recommended*
[2016 (x64)][Microsoft Server 2016] | | [Framework 4.7.2][NET Framework 472] | 5.1 | | +| Load Balancer | [2022 (x64)][Microsoft Server 2022] *Recommended*
[2019 (x64)][Microsoft Server 2019] | | [Framework 4.7.2][NET Framework 472] | 5.1 | | +| Application Server | [2022 (x64)][Microsoft Server 2022] *Recommended*
[2019 (x64)][Microsoft Server 2019] | | [Framework 4.7.2][NET Framework 472] | 5.1 | | | Web Application Server | [2019 (x64)][Microsoft Server 2019] *Recommended*
[2016 (x64)][Microsoft Server 2016] | [2019][Microsoft SQL Server 2019]
[2016][Microsoft SQL Server 2016]
[2016 Express][Microsoft SQL Express 2016] | [Framework 4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^7]
10.0.14393[^8]
[URL Rewrite Module 2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]
[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] | [^3]: Windows Server Standard and Datacenter editions are supported. Filesystem **must be NTFS** and networking **must use IPv4**. Linux is not supported, but may be in the future. @@ -321,8 +321,8 @@ Application Servers and Load Balancer server are installed in the same way regar [CORTEX Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} [Anycast]: {{< url path="Anycast.MainDoc" >}} [alternative load balancer]: {{< ref "#alternative-load-balancer-requirements" >}} +[Microsoft Server 2022]: {{< url path="MSEval.WindowsServer.2022" >}} [Microsoft Server 2019]: {{< url path="MSEval.WindowsServer.2019" >}} -[Microsoft Server 2016]: {{< url path="MSEval.WindowsServer.2016" >}} [NET Framework 472]: {{< url path="MSDotNet.Framework472.MainDoc" >}} [Microsoft SQL Server 2019]: {{< url path="MSEval.SQLServer.2019" >}} [Microsoft SQL Server 2016]: {{< url path="MSEval.SQLServer.2016" >}} diff --git a/content/en/docs/2023.11/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/prerequisites.md b/content/en/docs/2023.11/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/prerequisites.md index d32c3a089..43715afa1 100644 --- a/content/en/docs/2023.11/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/prerequisites.md +++ b/content/en/docs/2023.11/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/prerequisites.md @@ -21,7 +21,7 @@ The prerequisites required for a single server (as described in [Architecture][] | Server Role | Windows Server[^1] | SQL Server[^2] | .Net | PowerShell[^3] | IIS[^4] | Other Software | |------------------|-------------------------|---------------------|------|------------|---------|----------| -| Single Server
*Application Server +
Web Application Server* | [2019 (x64)][Microsoft Server 2019] *Recommended*
[2016 (x64)][Microsoft Server 2016] | [2019][Microsoft SQL Server 2019]
[2016][Microsoft SQL Server 2016]
[2016 Express][Microsoft SQL Express 2016] | [Framework 4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^5]
10.0.14393[^6]
[URL Rewrite Module 2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]
[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] | +| Single Server
*Application Server +
Web Application Server* | [2022 (x64)][Microsoft Server 2022] *Recommended*
[2019 (x64)][Microsoft Server 2019] | [2019][Microsoft SQL Server 2019]
[2016][Microsoft SQL Server 2016]
[2016 Express][Microsoft SQL Express 2016] | [Framework 4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^5]
10.0.14393[^6]
[URL Rewrite Module 2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]
[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] | [^1]: Windows Server Standard and Datacenter editions are supported. Filesystem **must be NTFS** and networking **must use IPv4**. Linux is not supported, but may be in the future. [^2]: SQL Server Express, Standard and Enterprise are supported. Other databases are not supported. Note that [Transparent Data Encryption][] is not supported on SQL Server Express. @@ -201,8 +201,8 @@ See [SSL Best Practices][] for a full list of the security changes which will be [Port Requirements]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.PortRequirements" >}} [SSL Best Practices]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.SSLBestPractices" >}} [CORTEX Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} +[Microsoft Server 2022]: {{< url path="MSEval.WindowsServer.2022" >}} [Microsoft Server 2019]: {{< url path="MSEval.WindowsServer.2019" >}} -[Microsoft Server 2016]: {{< url path="MSEval.WindowsServer.2016" >}} [NET Framework 472]: {{< url path="MSDotNet.Framework472.MainDoc" >}} [Microsoft SQL Server 2019]: {{< url path="MSEval.SQLServer.2019" >}} [Microsoft SQL Server 2016]: {{< url path="MSEval.SQLServer.2016" >}} diff --git a/content/en/docs/2023.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/prerequisites.md b/content/en/docs/2023.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/prerequisites.md index 6ee293849..59d682665 100644 --- a/content/en/docs/2023.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/prerequisites.md +++ b/content/en/docs/2023.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/prerequisites.md @@ -55,9 +55,9 @@ This table displays the additional resources required when adding an Innovation | Server Role | Windows Server[^3] | SQL Server[^4] | .Net | PowerShell[^5] | IIS[^6] | Other Software | |------------------|-------------------------|---------------------|------|------------|---------|----------| -| Load Balancer | [2019 (x64)][Microsoft Server 2019] *Recommended*
[2016 (x64)][Microsoft Server 2016] | | [Framework 4.7.2][NET Framework 472] | 5.1 | | -| Application Server | [2019 (x64)][Microsoft Server 2019] *Recommended*
[2016 (x64)][Microsoft Server 2016] | | [Framework 4.7.2][NET Framework 472] | 5.1 | | -| Web Application Server | [2019 (x64)][Microsoft Server 2019] *Recommended*
[2016 (x64)][Microsoft Server 2016] | [2019][Microsoft SQL Server 2019]
[2016][Microsoft SQL Server 2016]
[2016 Express][Microsoft SQL Express 2016] | [Framework 4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^7]
10.0.14393[^8]
[URL Rewrite Module 2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]
[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] | +| Load Balancer | [2022 (x64)][Microsoft Server 2022] *Recommended*
[2019 (x64)][Microsoft Server 2019] | | [Framework 4.7.2][NET Framework 472] | 5.1 | | +| Application Server | [2022 (x64)][Microsoft Server 2022] *Recommended*
[2019 (x64)][Microsoft Server 2019] | | [Framework 4.7.2][NET Framework 472] | 5.1 | | +| Web Application Server | [2022 (x64)][Microsoft Server 2022] *Recommended*
[2019 (x64)][Microsoft Server 2019] | [2019][Microsoft SQL Server 2019]
[2016][Microsoft SQL Server 2016]
[2016 Express][Microsoft SQL Express 2016] | [Framework 4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^7]
10.0.14393[^8]
[URL Rewrite Module 2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]
[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] | [^3]: Windows Server Standard and Datacenter editions are supported. Filesystem **must be NTFS** and networking **must use IPv4**. Linux is not supported, but may be in the future. [^4]: SQL Server Express, Standard and Enterprise are supported. Other databases are not supported. Note that [Transparent Data Encryption][] is not supported on SQL Server Express. @@ -312,8 +312,8 @@ Application Servers and Load Balancer server are installed in the same way regar [CORTEX Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} [Anycast]: {{< url path="Anycast.MainDoc" >}} [alternative load balancer]: {{< ref "#alternative-load-balancer-requirements" >}} +[Microsoft Server 2022]: {{< url path="MSEval.WindowsServer.2022" >}} [Microsoft Server 2019]: {{< url path="MSEval.WindowsServer.2019" >}} -[Microsoft Server 2016]: {{< url path="MSEval.WindowsServer.2016" >}} [NET Framework 472]: {{< url path="MSDotNet.Framework472.MainDoc" >}} [Microsoft SQL Server 2019]: {{< url path="MSEval.SQLServer.2019" >}} [Microsoft SQL Server 2016]: {{< url path="MSEval.SQLServer.2016" >}} diff --git a/content/en/docs/2023.9/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/prerequisites.md b/content/en/docs/2023.9/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/prerequisites.md index b03732caa..ab624673e 100644 --- a/content/en/docs/2023.9/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/prerequisites.md +++ b/content/en/docs/2023.9/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/prerequisites.md @@ -21,7 +21,7 @@ The prerequisites required for a single server (as described in [Architecture][] | Server Role | Windows Server[^1] | SQL Server[^2] | .Net | PowerShell[^3] | IIS[^4] | Other Software | |------------------|-------------------------|---------------------|------|------------|---------|----------| -| Single Server
*Application Server +
Web Application Server* | [2019 (x64)][Microsoft Server 2019] *Recommended*
[2016 (x64)][Microsoft Server 2016] | [2019][Microsoft SQL Server 2019]
[2016][Microsoft SQL Server 2016]
[2016 Express][Microsoft SQL Express 2016] | [Framework 4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^5]
10.0.14393[^6]
[URL Rewrite Module 2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]
[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] | +| Single Server
*Application Server +
Web Application Server* | [2022 (x64)][Microsoft Server 2022] *Recommended*
[2019 (x64)][Microsoft Server 2019] | [2019][Microsoft SQL Server 2019]
[2016][Microsoft SQL Server 2016]
[2016 Express][Microsoft SQL Express 2016] | [Framework 4.7.2][NET Framework 472] | 5.1 | 10.0.17763[^5]
10.0.14393[^6]
[URL Rewrite Module 2.1][IIS Url Rewrite] | [Microsoft Web Deploy 3.0 or later][Web Deploy]
[Visual C++ Redistributable 2013 (x64)][C++ Redistributable] | [^1]: Windows Server Standard and Datacenter editions are supported. Filesystem **must be NTFS** and networking **must use IPv4**. Linux is not supported, but may be in the future. [^2]: SQL Server Express, Standard and Enterprise are supported. Other databases are not supported. Note that [Transparent Data Encryption][] is not supported on SQL Server Express. @@ -197,8 +197,8 @@ See [SSL Best Practices][] for a full list of the security changes which will be [Port Requirements]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.PortRequirements" >}} [SSL Best Practices]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.SSLBestPractices" >}} [CORTEX Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} +[Microsoft Server 2022]: {{< url path="MSEval.WindowsServer.2022" >}} [Microsoft Server 2019]: {{< url path="MSEval.WindowsServer.2019" >}} -[Microsoft Server 2016]: {{< url path="MSEval.WindowsServer.2016" >}} [NET Framework 472]: {{< url path="MSDotNet.Framework472.MainDoc" >}} [Microsoft SQL Server 2019]: {{< url path="MSEval.SQLServer.2019" >}} [Microsoft SQL Server 2016]: {{< url path="MSEval.SQLServer.2016" >}}