VMware Cloud Community
legioon
Enthusiast
Enthusiast

Multiple Guest Agent is not working

Hi,

I am using vra 7.0.1.

I have a lot of property group which created for install some application using script bat files. ( SQL, Symantec Endpoint etc... ).

I assigned this property groups to windows blueprint. But, always Symantec is installed first but SQL is not installed. After i removed Symantec property group from blueprint SQL is installed....

these guest agent scripts run simultaneously or wait finishing others for run ??? I think SEP installation process is blocking SQL installation. how can i fix this issue ?

SQL property group

VirtualMachine.Admin.UseGuestAgent - true

VirtualMachine.Customize.WaitComplete - true

VirtualMachine.Software1.Name - SQL

VirtualMachine.Software1.ScriptPath - script path


SEP property group

VirtualMachine.Admin.UseGuestAgent - true

VirtualMachine.Customize.WaitComplete - true

VirtualMachine.Software2.Name - SEP

VirtualMachine.Software2.ScriptPath - script path



0 Kudos
3 Replies
rcporto
Leadership
Leadership

I have a similar problem, but in my case I'm using guest agent and software components simultaneously and haven't found a solution to make both works together, and the workaround was make both configuration through software components.

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
0 Kudos
rmav01
Enthusiast
Enthusiast

Have you tried setting a dependency link on the blueprint? Assuming they're wrapped as software components, you can have one install depend on the success of the other.

0 Kudos
legioon
Enthusiast
Enthusiast

i dont have application director. I found another solution. Thanks. I put TIMEOUT value on my bat file script.

0 Kudos