Powering off and powering on a VSAN cluster
From Notes_Wiki
<yambe:breadcrumb>VMWare_VSAN|VMWare VSAN</yambe:breadcrumb>
Powering off and powering on a VSAN cluster
To power off and power on a VSAN cluster use following steps:
- Consider increasing default repair delay as mentioned at https://kb.vmware.com/s/article/2075456 This might be important if cluster will not be powered on within 60 minutes default repair delay timings
- Check VSAN health using retest and repair unhealthy components before powering off the cluster ( https://kb.vmware.com/s/article/2144650 )
- Power of all non vDenter and PSC VMs.
- Note vCenter and PSC host and login into corresponding esxi host(s) using web console
- Also SSH to vcenter and PSC ESXi host(s)
- Put all other hosts in maintenance mode with "no action"
- Shutdown vCenter and PSC VMs using esxi host web console
- Put vcenter and PSC host(s) in maintenance mode using:
- esxcli system maintenanceMode set -e true -m noAction
- Power of all ESXi hosts
For power on:
- Power on all ESXi hosts
- SSH to vcenter and PSC ESXi host
- Exit maintenance mode using:
- esxcli system maintenanceMode set -e false
- Start vcenter VM
- Check VSAN cluster health
- Exit other hosts from maintenance mode
- Start necessary VMs.
Refer:
<yambe:breadcrumb>VMWare_VSAN|VMWare VSAN</yambe:breadcrumb>