Из переписки:
апгрейд вцентра с 7.0u3h до 8.0b падает на Stage2 из-за таймаута при старте сервисов.
Лечится так (kb пока не существует):
After stage 1 is completed, BEFORE you click to continue to stage 2: - ssh to the new vcenter 8 (which was deployed during stage 1) - Run the command:
cd /var/vmware/applmgmt
- Run the command:
rm /var/vmware/applmgmt/appliance_stats.sqlite
-Run the command:
touch /var/vmware/applmgmt/appliance_stats.sqlite
- Run the command:
chown statsmon:statsmon /var/vmware/applmgmt/appliance_statsmon.sqlite
Finally, stop and start the statsmonitor service by running this command:
service-control --stop statsmonitor && service-control --start statsmonitor
Now you can continute to Stage 2 and the upgrade should complete.
апгрейд вцентра с 7.0u3h до 8.0b падает на Stage2 из-за таймаута при старте сервисов.
Лечится так (kb пока не существует):
After stage 1 is completed, BEFORE you click to continue to stage 2: - ssh to the new vcenter 8 (which was deployed during stage 1) - Run the command:
cd /var/vmware/applmgmt
- Run the command:
rm /var/vmware/applmgmt/appliance_stats.sqlite
-Run the command:
touch /var/vmware/applmgmt/appliance_stats.sqlite
- Run the command:
chown statsmon:statsmon /var/vmware/applmgmt/appliance_statsmon.sqlite
Finally, stop and start the statsmonitor service by running this command:
service-control --stop statsmonitor && service-control --start statsmonitor
Now you can continute to Stage 2 and the upgrade should complete.