Symptoms:
/vmfs/volumes/datastore_name/virtual_machine_folder/vmware.log
, you see messages similar to:<YYYY-MM-DD>T<time>.345Z| vmx| I120: Msg_Question:
</time><YYYY-MM-DD>T<time></time>.345Z| vmx| I120: [msg.uuid.altered] This virtual machine might have been moved or copied.
<YYYY-MM-DD>T<time></time>.Z| vmx| I120+ In order to configure certain management and networking features, VMware ESX needs to know if this virtual machine was moved or copied.
<YYYY-MM-DD>T<time></time>.Z| vmx| I120+
<YYYY-MM-DD>T<time></time>.Z| vmx| I120+ If you don't know, answer "I Co_pied It".
<YYYY-MM-DD>T<time></time>.Z| vmx| I120:
<YYYY-MM-DD>T<time></time>.Z| vmx| I120: ----------------------------------------
<YYYY-MM-DD>T<time></time>.Z| vmx| I120: Timing out dialog 17344263
<YYYY-MM-DD>T<time></time>.Z| vmx| I120: Vigor_MessageRevoke: message 'msg.uuid.altered' (seq 17344263) is revoked
VMware vSphere ESXi
This issue occurs because, starting with ESXi 6.x, a four-minute timeout for all virtual machine messages is enabled by default.
There is no option to disable timeout for the question individually. The timeout period can be increased to a higher value to prevent timeouts. This results in the same behavior of waiting for the question to be answered as in previous versions.
To increase the timeout, add this parameter/value to the virtual machine configuration file:
vui.timeoutUS.question = “9223372036854775807”
For more information on editing virtual machine configuration file , see Tips for editing a .vmx file