Note: To allow the migration to complete without a rollback, it may be necessary to increase the rollback timeout.
To resolve this issue, increase the <rollbackTimeout> value by editing the vpxd.cfg file on the vCenter Server.
Notes: These are the location of the vpxd.cfg file:
- Windows Server 2003 – C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\
- Windows Server 2008/Windows Server 2008 R2 – C:\ProgramData\VMware\VMware VirtualCenter\
- vCenter Server Appliance – /etc/vmware-vpx/
Note: Ensure to take a backup of the vpxd.cfg file prior to making these changes.
To increase the <rollbackTimeout> value in the vpxd.cfg file:
- Log in with Administrator credentials to the vCenter Server (Windows).
- Locate the vpxd.cfg file and open with a preferred text editor.
- Modify the rollbackTimeout value to the desired number. In this example, the timeout value is increased to 120 seconds.
<vpxd>
<network>
<rollback>true</rollback>
<rollbackTimeout>120</rollbackTimeout>
</network>
</vpxd>
- Restart the VMware VirtualCenter Server service. For more information, see Stopping, starting or restaring VMware vCenter Server services (1003895).