记录日常工作关于系统运维,虚拟化云计算,数据库,网络安全等各方面问题。

XenServer中一台vm关闭后,然后启动报错:
内部错误: Failure("Storage_access failed with Failure: Illegal VDI transition: activated RO -> activated RW")

解决:
SSH登录 XenServer服务器

  1. [root@D203 xensource]# xe vm-list  //显示所有虚拟机   
  2. uuid ( RO)           : 765bf384-e4ec-3b6d-e33d-c54b5814e84c   
  3.    name-label ( RW): CentOS 5 (64-bit)   
  4.    power-state ( RO): halted   
  5.   
  6. uuid ( RO)           : 64c9311d-0871-8d3a-2539-42dbae68257f   
  7.    name-label ( RW): Transfer VM for VDI 6c74ca3b-7a40-40b8-a261-205f0323657f   
  8.    power-state ( RO): running   
  9.   
  10. uuid ( RO)           : 2cc618ac-8368-4628-ad7e-a208a235e54e   
  11.    name-label ( RW): Control domain on host: D203   
  12.    power-state ( RO): running  

寻找名称以"Transfer VM for VDI" 开头的,然后用以下命令停止掉,使用uuid完成

  1. [root@D203 xensource]# xe vm-shutdown uuid=2cc618ac-8368-4628-ad7e-a208a235e54e    

现在我们就可以重新启动下VM了

报错图

转载请标明出处【XenServer启动报错: Failure("Storage_access failed with Failure: Illegal VDI transition: activated RO】。

《www.micoder.cc》 虚拟化云计算,系统运维,安全技术服务.

网站已经关闭评论