Storage Disk

How to Configure Windows Server 2019 with Ansible — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Windows Server 2019 with Ansible

Introduction to Ansible for Windows Server 2019 Ansible is an open-source IT automation platform developed by Red Hat that enables infrastructure as code for provisioning, configuration management, application deployment, and orchestration. While Ansible was originally designed for Linux management using SSH, it fully supports Windows Server 2019 management using WinRM (Windows Remote Management) as the […]

Read more
How to Configure Multipath I/O on SLES 16 — step-by-step SUSE Linux Enterprise 16 tutorial on Progressive Robot

How to Configure Multipath I/O on SLES 16

Introduction This tutorial covers How to Configure Multipath I/O on SLES 16 on SLES 16. SLES 16 (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 16 system is up to date: zypper refresh […]

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

How to Set Up Performance Monitoring on Windows Server 2019

Introduction to Performance Monitoring on Windows Server 2019 Performance monitoring on Windows Server 2019 involves collecting, analyzing, and responding to metrics that describe the health and capacity of server resources including CPU, memory, disk, and network. Windows Server 2019 includes several built-in tools for performance monitoring: Performance Monitor (perfmon.exe) for real-time and historical counter collection, […]

Read more
How to Configure Azure Monitor for Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Azure Monitor for Windows Server 2019

Introduction to Azure Monitor for Windows Server 2019 Azure Monitor is Microsoft’s comprehensive monitoring service that collects, analyzes, and acts on telemetry from cloud and on-premises environments. When configured for Windows Server 2019, Azure Monitor provides real-time metrics, log analytics, alerting, dashboards, and automated responses to operational conditions. Azure Monitor VM Insights provides pre-built workbooks […]

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

How to Set Up Log Analytics on Windows Server 2019

Introduction to Log Analytics on Windows Server 2019 Azure Monitor Log Analytics is a cloud-hosted log management and analytics service that collects, stores, and analyzes log data from Windows Server 2019 and other sources. When Log Analytics is connected to Windows Server 2019, it ingests Windows Event Logs, performance counters, IIS logs, Syslog data, and […]

Read more
How to Set Up LUKS Disk Encryption on SLES 16 — step-by-step SUSE Linux Enterprise 16 tutorial on Progressive Robot

How to Set Up LUKS Disk Encryption on SLES 16

Introduction This tutorial covers How to Set Up LUKS Disk Encryption on SLES 16 on SLES 16. SLES 16 (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 16 system is up to date: […]

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

How to Set Up Azure Arc on Windows Server 2019

Introduction to Azure Arc on Windows Server 2019 Azure Arc extends Azure management capabilities to infrastructure running outside of Azure, including on-premises servers, servers in other clouds, and edge devices. By connecting a Windows Server 2019 machine to Azure Arc, you can manage it from the Azure portal just like a native Azure VM, apply […]

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

How to Configure Kubernetes on Windows Server 2019

Introduction to Kubernetes on Windows Server 2019 Kubernetes is the industry-standard container orchestration platform that automates deployment, scaling, and management of containerized applications. Windows Server 2019 can participate in Kubernetes clusters as a worker node, running Windows containers alongside Linux-based control plane components. As of Kubernetes 1.14 and later, Windows worker nodes are officially supported, […]

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

How to Configure Windows Server 2019 for Containers

Introduction to Windows Server 2019 Containers Windows Server 2019 includes native support for containerization, enabling organizations to run applications in isolated, lightweight environments called containers. Unlike virtual machines, containers share the host OS kernel but maintain isolation through namespaces and resource controls. Windows Server 2019 supports two container isolation types: process isolation and Hyper-V isolation. […]

Read more
How to Configure Microsoft Deployment Toolkit (MDT) on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Microsoft Deployment Toolkit (MDT) on Windows Server 2019

Introduction to Microsoft Deployment Toolkit Microsoft Deployment Toolkit (MDT) is a free Microsoft tool that simplifies and automates the deployment of Windows operating systems. While WDS handles PXE-based image distribution, MDT provides a comprehensive task sequence engine that automates every step of an OS deployment including partitioning disks, applying OS images, installing drivers, installing applications, […]

Read more
CHAT