Windows Server 2016 Patch Updates

Microsoft releases the patches for Windows Server 2016 every month to updates the servers. From here you can download and install the latest patches on server. 2024-06 Cumulative Update for Windows Server 2016 for x64-based Systems (KB5039214) https://www.catalog.update.microsoft.com/Search.aspx?q=KB5039214%20 2024-07 Cumulative Update for Windows Server 2016 for x64-based Systems (KB5040434) https://www.catalog.update.microsoft.com/Search.aspx?q=KB5040434 2024-08 Cumulative Update for Windows […]

Windows Server 2019 Patch Updates

Microsoft releases the patches to updates the windows server every month. From here you can download and install the latest patches on servers. 2024-07 Cumulative Update for Windows Server 2019 for x64-based Systems (KB5040430) https://www.catalog.update.microsoft.com/Search.aspx?q=KB5040430 2024-07 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5041017) https://www.catalog.update.microsoft.com/Search.aspx?q=KB5041017 2024-08 Cumulative […]

Registry Settings in Windows Server

Note: Please take backup of window Registry before doing change process of registry. Go to run command type regedit, Registry will open, Select the SCHANNEL,( by going this location- HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL) Go to file and export the Registry backup in other disk for safe purpose. Also check the compatibility of your application, it might be possible […]

SQL Server Fail-over Setup Part-4

Installation of SQL Server Failover Cluster on Node 1 Step 1: To install the SQL server on mount the ISO of SQL server and double click on it. Below page will open select the Installation and click on New SQL Server fail-over cluster installation. Step 2: In this screen enter the product key (if you […]

SQL Server Fail-over Setup Part-3

Installation of Fail-over Clustering To installation of clustering services, open the server manager, go to manage to add roles and features Click on Add Roles and Features, A screen will open click on next button four times, select Failover Clustering, click on Add features, and then click on next button. Click on install button, and […]

SQL Server Fail-over Setup Part-2

Adding iSCSI Disk on Nodes When we click on iSCSI Initiator it will ask to start the service click on ok button. Once we click on ok button a window will open as shown below, go to tab Discovery, click on Discover Portal, type the IP address of the Storage Server (in our case 192.168.1.15) […]

SQL Server Fail-over Setup Part-1

Prerequisite for SQL Server Fail-over Setup There are some steps for Failover clustering before implementing SQL Server clustering. Creation of Storage Server For storage server node storage server should be ready with Windows Server 2016. And this should be member of the domain server. Follow the below steps to create storage disk for clustering: Open […]

INSTALLATION OF SQL SERVER 2017

Step 1. To install the SQL server mount the ISO of SQL server and double click on it. Below page will open select the Installation and click on New SQL Server stand-alone installation. Step 2. In this screen enter the product key (if you have purchased then key filled automatic) and click on next button. […]

Installation of IIS

To install IIS and ASP.NET modules on Windows Server using the UI In the Add Roles and Features Wizard, on the Before you begin page, click Next. On the Select installation type page, select Role-based or feature-based installation, and click Next. On the Select destination server page, select Select a server from the server pool, select your server, and click Next. On the Select server roles page, select Web […]

How to Update Cipher Suites in Windows Server

A cipher suite is a set of algorithms that help secure a network connection. Suites typically use Transport Layer Security (TLS) or its deprecated predecessor Secure Socket Layer (SSL). The set of algorithms that cipher suites usually contain include: a key exchange algorithm, a bulk encryption algorithm, and a message authentication code (MAC) algorithm. The key exchange algorithm is used to exchange a […]