Tagged articles

Fabric

12 articles · Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Jun 17, 2026 · Operations

5 Essential Python Automation Scenarios for Operations Engineers

The article presents five practical Python automation scenarios for operations engineers—remote command execution, log parsing, system monitoring with alerts, batch software deployment, and backup/recovery—each illustrated with concrete code examples and library recommendations.

AutomationFabricOperations
0 likes · 10 min read
5 Essential Python Automation Scenarios for Operations Engineers
MaGe Linux Operations
MaGe Linux Operations
Oct 12, 2023 · Operations

Mastering Fabric 2: Remote Automation with Python

This guide provides a comprehensive overview of Fabric 2, covering installation, connection setup, command execution, interactive prompts, file transfer, multi‑host orchestration, fab CLI usage, and a custom FabConnection wrapper for advanced automation tasks.

FabricPythonremote execution
0 likes · 19 min read
Mastering Fabric 2: Remote Automation with Python
dbaplus Community
dbaplus Community
Aug 19, 2019 · Big Data

Automating Fault Recovery in 5,000‑Node Hadoop Clusters with Fabric & CM_API

This article explains how a large‑scale Hadoop environment can automatically detect common failures—such as swap usage, clock drift, agent crashes, role outages, and disk imbalance—and recover them using Prometheus alerts, Fabric/Paramiko remote execution, and Cloudera Manager APIs, complete with code examples and step‑by‑step commands.

Big Data OperationsCM_APICluster Automation
0 likes · 12 min read
Automating Fault Recovery in 5,000‑Node Hadoop Clusters with Fabric & CM_API
Java High-Performance Architecture
Java High-Performance Architecture
May 8, 2016 · Operations

Mastering Fabric: Automate Server Management and Deployments with Python

This article introduces Fabric, a Python-based automation tool for server management and application deployment, explains its core features, showcases real-world use cases like Instagram, and provides step‑by‑step code examples covering basic commands, parameter passing, local and remote execution, role‑based tasks, parallel execution, and installation instructions.

FabricPythonparallel-execution
0 likes · 7 min read
Mastering Fabric: Automate Server Management and Deployments with Python
MaGe Linux Operations
MaGe Linux Operations
Nov 7, 2014 · Operations

Streamline Server Deployments with Python Fabric in 10 Minutes

This article shows how to replace repetitive rsync deployments with a concise Python Fabric script that automates packaging, uploading, extracting, permission setting, symlink updating, and service restarting, while explaining key Fabric APIs and error‑handling options.

AutomationFabric
0 likes · 5 min read
Streamline Server Deployments with Python Fabric in 10 Minutes