/vmfs/volumes directory reveals four BOOTBANKs (two instances of BOOTBANK1 and two instances of BOOTBANK2).OSDATA volumes mount to the system. This condition typically indicates a duplicate boot LUN presentation.A storage device incorrectly functions as a Boot LUN for multiple ESXi hosts, making the device accessible across the cluster. Presenting multiple Boot LUNs to a single ESXi host creates ambiguity regarding the legitimate OSDATA. This storage conflict causes the hostd process to fail, leading to the "Not Responding" symptom.
BOOTBANK and OSDATA volumes before removal:esxcli storage core device list | grep -E "Display Name|Is Boot Device" to confirm the device currently booting the host.BOOTBANK or OSDATA UUID listed in the esxcli storage filesystem list output, run vmkfstools -P /vmfs/volumes/<UUID> to identify the specific naa. or mpx. identifier and partition number.ls -l / for bootbank, altbootbank, and scratch.Ensure that boot LUNs are masked and zoned exclusively to the specific host they are intended to boot. Broadly presenting boot LUNs to an entire cluster leads to volume mounting conflicts and management service failures.