🔷 vSphere Fault Tolerance (FT) – Detailed Explanation In VMware vSphere , Fault Tolerance (FT) provides continuous availability for virtual machines by eliminating downtime during host failures. Unlike HA (which restarts VMs after failure), FT ensures zero downtime and zero data loss . 🔹 1️⃣ What is vSphere FT? vSphere FT creates: Primary VM (Active) Secondary VM (Shadow copy) Both run simultaneously on different ESXi hosts . If the primary host fails: ✔ Secondary VM immediately becomes active ✔ No reboot ✔ No service interruption ✔ No transaction loss This is called Continuous Availability . 🔹 2️⃣ How FT Works (Architecture) Components Involved: ESXi Hosts (minimum 2) Shared Storage (SAN / vSAN / NFS) vMotion network FT Logging network (very important) vCenter Server Process Flow: VM powered ON FT enabled vSphere creates a secondary VM CPU & memory execution state is mirrored in real time All instructions are log...
Technical Blogs and Daily IT Infrastructure issues and resolutions