- Check if there are some .lck files exists in VM folder
- If yes, ssh to ESXi host and navigate to the vm folder, then use following command find out the VM locked on which ESXi hosts
for file in $(ls -a); do echo ${file}; vmfsfilelockinfo -p ${file} |grep -i mode; done
- Power on the VM on locked ESXI host