VMware

ESXi Host Disconnected from vCenter? Quick Fix Guide

Dealing with an ESXi host disconnected from vCenter is one of the most frustrating issues we face as virtualization administrators. When vCenter shows your host as “not responding” or in a “disconnected” state, it can trigger immediate concern, even though the…

VMware vSAN: Install, Configure, Manage [V8]

vSAN is a policy-driven software-defined storage solution that is integrated with vSphere. vSAN simplifies storage provisioning and management in the software-defined enterprise. References Title Location VMware vSphere Documentation VMware vSAN Documentation VMware vSAN Plan and Design Guide …

Esxi commands

1. missing SDDC Manager Service account on an ESXi host – List accounts: esxcli system account list Create the service account: esxcli system account add –id svc-vcf-esxi_shortname –password ‘{password}’ –password-confirmation ‘{password}’ Add the required permission: esxcli system permission set…