- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone I'm updating VCenter, but the installation halted at 93%, and the problem message that follows appears:
Installation failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Although I am a VMware employee I contribute to VMware Communities voluntarily (ie. not in any official capacity)
VMware Training & Certification blog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have a look at the below KB article:
https://kb.vmware.com/s/article/87238
Thanks,
If my answer has resolved your problem, please mark it as resolved, or if it has only been a good help, then give me the kudos.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can try:
1. connect to the vcsa shell
2. check the update state: cat /etc/applmgmt/appliance/software_update_state.conf
3. Backup the update state config: cp /etc/applmgmt/appliance/software_update_state.conf /etc/applmgmt/appliance/software_update_state.conf.bak
4. Stop the Management Service: service-control --stop applmgmt
5. Delete the update state config file: rm /etc/applmgmt/appliance/software_update_state.conf
6. Start the Management Service: service-control --start applmgmt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi. lukaszzasko,
Thank you very much for your reply, your instruction solved my issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I don't know if you have it resolved but when it stucks so late it can be by wrong settings at being. Try to check the NTP and FQDN if its all correct, while mostly this can be the problem.
----------------------
Audio-Video Accessories
Selling and Integration of Audio & Video Accessories and Technology
If my answer has resolved your problem please mark as RESOLVED or if it has only was a good help then give me the KUDOS. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI,Tanjil Islam
Thank you for your reply. I tried the lukaszzasko instructions, which solved the issue. It seemed the same with your KB link.