改 主机名 后 虚拟机 不能启动

昨天对PC修改了主机名,今天启动虚拟机的时候,报错:

 

Error:

         SCSI reservation for virtual device "scsi1:1" cannot be enabled because the disk "F:/VM/racshare/ocr.vmdk" is being used by another virtual machine running on a different host machine. SCSI reservation under VMware Server is only available for machines running on the same host machine.Module DevicePowerOn power on failed.

 

 

         goole 一下,导致这个原因是因为一个文件:ocr.vmdk.RESLCK。这个文件是共享磁盘启用时的一个锁文件,因为之前换了主机名,虚拟机认为环境改变了。  于是之前的锁文件不能和现在的环境匹配,就报了如上错误。

 

         进入 F:/VM/racshare 目录,将该目录下的几个 RESLCK 文件全部删除后,虚拟机启动正常。 

 

 

 

------------------------------------------------------------------------------

你可能感兴趣的:(改 主机名 后 虚拟机 不能启动)