簡單介紹:
Converter將開機的Win2008r2系統P2V到另一個ESXI上
問題報錯:
A file I/O error occurred while accessing ”.
使用Export log導出Converter日志,報錯內容如下:
error vmware-converter-server[01288] [Originator@6876 sub=Ufa.HTTPService] Failed to read request; stream: <io_obj p:0x03dc40ac, h:-1, <pipe ‘\\.\pipe\vmware-converter-server-soap’>, <pipe ‘\\.\pipe\vmware-converter-server-soap’>>, error: class Vmacore::TimeoutException(Operation timed out)
谷歌之后查到報錯原因:
虛擬機所在的源ESXI與目標ESXI不能互通
解決辦法:
P2V時勾選proxy mode復選框
官方文檔介紹:
If the proxy mode feature is off, the data traffic passes from the source machine directly to the destination server.
If the proxy mode feature is on, the data traffic passes from the source machine through the
Converter Standalone server to the destination server. The proxy mode feature enables conversion
processes when the source machine does not have direct access to the destination ESXi server.