Storage Disk

How to Configure Storage Spaces on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Storage Spaces on Windows Server 2012 R2

How to Configure Storage Spaces on Windows Server 2012 R2 Storage Spaces is a software-defined storage technology introduced with Windows Server 2012 and significantly enhanced in Windows Server 2012 R2. It allows administrators to group physical disk drives of varying types and sizes into a storage pool, then carve virtual disks — called storage spaces […]

Read more
How to Install Jenkins on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install Jenkins on RHEL 9

Jenkins is the most widely adopted open-source CI/CD automation server, used to build, test, and deploy software across thousands of organisations. It provides a large plugin ecosystem (1,800+ plugins) for integrating with virtually every version control system, build tool, test framework, and deployment target. Jenkins on RHEL 9 is typically deployed as a system service […]

Read more
How to Configure Disk Health Monitoring on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Disk Health Monitoring on Windows Server 2012 R2

How to Configure Disk Health Monitoring on Windows Server 2012 R2 Disk failures are one of the most common causes of data loss and unplanned downtime in server environments. Windows Server 2012 R2 provides several built-in mechanisms for monitoring disk health including SMART (Self-Monitoring, Analysis and Reporting Technology) data, storage subsystem event logs, Windows Storage […]

Read more
How to Set Up Centralised Log Collection with Windows Event Collector on Windows Server 2012 R2 — Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up Centralised Log Collection with Windows Event Collector on Windows Server 2012 R2

How to Set Up Centralised Log Collection with Windows Event Collector on Windows Server 2012 R2 Windows Event Collector (WEC) is a built-in Windows Server 2012 R2 service that enables centralised collection of Windows event log entries from multiple source computers into a single collector server. This eliminates the need to log into each individual […]

Read more
How to Set Up a Kubernetes Dashboard on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up a Kubernetes Dashboard on RHEL 9

The Kubernetes Dashboard is a general-purpose, web-based UI for Kubernetes clusters that allows users to manage applications, inspect cluster resources, view logs, and troubleshoot issues without using the kubectl CLI. It provides a visual overview of all workloads in the cluster — deployments, pods, services, ingress rules, storage, and RBAC configuration — making it accessible […]

Read more
How to Configure Docker Daemon TLS Encryption on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure Docker Daemon TLS Encryption on RHEL 9

By default, the Docker daemon socket (/var/run/docker.sock) is a Unix socket accessible only locally. When the Docker daemon needs to be accessible over the network — for remote Docker management, CI/CD pipelines connecting to a remote build host, or Docker Swarm cluster communication — TLS encryption must be configured to prevent man-in-the-middle attacks and unauthorised […]

Read more
How to Install and Use Skopeo for Container Image Management on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install and Use Skopeo for Container Image Management on RHEL 9

Skopeo is a command-line tool for working with container images and container image registries without requiring a running container daemon or root privileges. While Docker requires docker pull to download an image locally before inspecting or copying it, Skopeo can copy images directly between registries, inspect image metadata without downloading the full image, and sign/verify […]

Read more
How to Configure Application Performance Monitoring on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Application Performance Monitoring on Windows Server 2012 R2

How to Configure Application Performance Monitoring on Windows Server 2012 R2 Application Performance Monitoring (APM) on Windows Server 2012 R2 encompasses a set of tools and techniques that measure how well application workloads perform, identify bottlenecks, and alert on degradation. Unlike infrastructure monitoring which focuses on CPU, memory, and disk, APM targets application-specific metrics: response […]

Read more
How to Set Up SQL Server Monitoring on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up SQL Server Monitoring on Windows Server 2012 R2

How to Set Up SQL Server Monitoring on Windows Server 2012 R2 Monitoring SQL Server on Windows Server 2012 R2 requires a multi-layered approach that covers both OS-level performance (CPU, memory, disk I/O) and SQL Server-specific metrics (wait statistics, query performance, blocking, index fragmentation, database file sizes, and backup status). This guide covers setting up […]

Read more
How to Configure Storage Reports with FSRM on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Storage Reports with FSRM on Windows Server 2012 R2

How to Configure Storage Reports with FSRM on Windows Server 2012 R2 File Server Resource Manager (FSRM) on Windows Server 2012 R2 includes a powerful storage reporting engine that generates detailed analysis reports covering disk usage patterns, file ownership, duplicate files, file age distribution, and quota usage. These reports are essential for storage capacity planning, […]

Read more
CHAT