Database

How to Configure Windows Server 2019 SMB Direct — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Windows Server 2019 SMB Direct

How to Configure Windows Server 2019 SMB Direct SMB Direct is an enhancement to the SMB 3 protocol that enables direct memory access transfers between servers using RDMA-capable network adapters. When available, SMB Direct allows data to be transferred between server memory over the network without involving the CPU for data movement, dramatically reducing CPU […]

Read more
How to Configure SLES 15 for Oracle Database — step-by-step SUSE Linux Enterprise 15 tutorial on Progressive Robot

How to Configure SLES 15 for Oracle Database

Introduction This tutorial covers How to Configure SLES 15 for Oracle Database on SLES 15. SLES 15 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 15 system is up to date: zypper refresh […]

Read more
How to Configure Windows Server 2019 Data Deduplication — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Windows Server 2019 Data Deduplication

How to Configure Windows Server 2019 Data Deduplication Data Deduplication (dedup) on Windows Server 2019 reduces storage consumption by identifying and removing duplicate data blocks within a volume, replacing duplicate copies with references to a single shared copy. Deduplication is particularly effective for file shares, virtualization storage (VDI, Hyper-V), and backup repositories, where data duplication […]

Read more
How to Configure Windows Server 2019 with PRTG — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Windows Server 2019 with PRTG

How to Configure Windows Server 2019 with PRTG PRTG Network Monitor from Paessler is a comprehensive agentless monitoring solution that uses SNMP, WMI, and custom sensors to monitor Windows Server 2019 without requiring a local agent. PRTG communicates directly with Windows Management Instrumentation (WMI), which is built into Windows Server 2019, to collect CPU, memory, […]

Read more
How to Set Up Windows Server 2019 Patch Management — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Windows Server 2019 Patch Management

How to Set Up Windows Server 2019 Patch Management Effective patch management on Windows Server 2019 requires a structured process covering inventory, testing, staging, deployment, and verification. This guide covers the full patch management lifecycle using Windows Server Update Services (WSUS) as the central management platform, supplemented by PowerShell automation for reporting and remediation. Proper […]

Read more
How to Configure Windows Server 2019 Registry Settings — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Windows Server 2019 Registry Settings

How to Configure Windows Server 2019 Registry Settings The Windows Registry is a hierarchical database that stores configuration settings for the operating system, hardware, applications, and user profiles. Many Windows Server 2019 configurations that are not exposed through GUI interfaces are controlled exclusively through registry values. Understanding registry structure, safely reading and modifying values, using […]

Read more
How to Set Up Windows Server 2019 with Salt — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Windows Server 2019 with Salt

How to Set Up Windows Server 2019 with Salt SaltStack (Salt) is a powerful configuration management and remote execution tool that supports Windows Server 2019 as a first-class managed platform. Salt uses a master/minion architecture where a Salt Master server manages Salt Minions installed on client machines. Salt states (written in YAML with Jinja2 templating) […]

Read more
How to Set Up Remote Desktop Connection Broker on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Remote Desktop Connection Broker on Windows Server 2019

How to Set Up Remote Desktop Connection Broker on Windows Server 2019 The Remote Desktop Connection Broker (RD Connection Broker) is a role service in Windows Server 2019 that manages user connections in a Remote Desktop Services deployment. It routes users to the least-loaded RD Session Host in a session collection, reconnects users to their […]

Read more
How to Configure Hyper-V Checkpoints on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Hyper-V Checkpoints on Windows Server 2019

Introduction to Hyper-V Checkpoints on Windows Server 2019 Hyper-V Checkpoints (formerly called Snapshots) capture the state of a running virtual machine at a specific point in time, allowing you to revert the VM to that state if needed. This is invaluable before applying updates, making configuration changes, testing software installations, or performing any risky operation. […]

Read more
How to Configure IIS Web Farm on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure IIS Web Farm on Windows Server 2019

Introduction to IIS Web Farm on Windows Server 2019 An IIS Web Farm is a group of two or more IIS servers that together serve the same web application, providing horizontal scalability and high availability. As traffic increases beyond what a single server can handle, a web farm distributes load across multiple servers. When a […]

Read more
CHAT