- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Fix | Sporadic Windows Morpheus Agent installation...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 07:42 AM
10-26-2023 07:42 AM
Fix | Sporadic Windows Morpheus Agent installation failure in VMware via Unattend Guest Customizations
Hello,
I was recently working with a customer who was experiencing sporadic Morpheus agent installation failure on their Windows deployments in VMware. They were using Guest Customizations to install the Morpheus agent.
After investigation it was discovered that the Windows templates had an out-of-date version of VMware tools, and because their vCenter was set to auto-update vmware-tools, it was triggering the vmware-tools update after VM start-up. This vmware-tools MSI was not only potentially conflicting with the Morpheus Agent installation MSI, but was also installing a new network driver and temporarily impacting network connectivity. This conflict was sporadically causing the agent installation failure after VM start-up.
In this situation the customer disabled the autoupdate functionality for vmware-tools and the Morpheus Agent installation was consistently successful across their deployments.
I wanted to create this post in the hope of helping anyone else who may run into this problem in the future, and also for people to provide other resolutions and support on this matter.
All the best!
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 05:14 AM
10-27-2023 05:14 AM
Re: Fix | Sporadic Windows Morpheus Agent installation failure in VMware via Unattend Guest Customizations
Hi @Adomas_Vedeckis I can see that since 6.0.2 Morpheus includes Wait-Process -name msiexec
inside the agent installation script, and therefore does attempt to wait for any msiexec to complete before running the installation. I wonder if the same can be said for the vmware tools upgrade.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 12:51 AM
10-27-2023 12:51 AM
Re: Fix | Sporadic Windows Morpheus Agent installation failure in VMware via Unattend Guest Customizations
Hello,
I think this approach does resolve only one part of the problem.
People may face similar issues when other installations using msiexec process will occur.
I think adding wait until msiexec process is absent, and only then launching agent install would be more bulletproof and maybe there will be no need to have autoupdate functionality disabled.
Regards,
Adomas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 06:43 AM
10-27-2023 06:43 AM
Re: Fix | Sporadic Windows Morpheus Agent installation failure in VMware via Unattend Guest Customizations
Maybe moving to the begining of the script and before each command, using msiexec, it would prevent interuptions during the downloading, and each action, which does require this service
(as currently in 6.2.3 it waits after msi is been downloaded).
I think this post is beneficial for the troubleshooting and very good reminder to have templates maintained.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 03:35 AM
07-22-2024 03:35 AM
Re: Fix | Sporadic Windows Morpheus Agent installation failure in VMware via Unattend Guest Customizations
This sounds amazing as I found it very much useful and informative to be honest. Also as a new member I am looking forward for more such discussions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 01:23 AM
10-27-2023 01:23 AM
Re: Fix | Sporadic Windows Morpheus Agent installation failure in VMware via Unattend Guest Customizations
Agreed, I will be making this recommendation internally. Thanks Adomas.