1. Check if there are some .lck files exists in VM folder


  1. 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
  1. Power on the VM on locked ESXI host