Tagged articles
11 articles
Page 1 of 1
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
Architects' Tech Alliance
Architects' Tech Alliance
Apr 3, 2020 · Industry Insights

Why InfiniBand Beats TCP/IP: Deep Dive into Architecture and Socket Direct

This article explains how InfiniBand’s RDMA‑based architecture, layered protocol stack, and Mellanox Socket Direct technology deliver far higher bandwidth, lower latency, and better CPU efficiency than traditional TCP/IP networks, and it presents performance test results that show up to an 80% latency reduction.

FabricHigh‑performance computingInfiniBand
0 likes · 11 min read
Why InfiniBand Beats TCP/IP: Deep Dive into Architecture and Socket Direct
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.

FabricParallel ExecutionPython
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