VMware Cloud Community
madhanSakthi
Contributor
Contributor

how to make a vcloud director vm execute a command or file when it is powered on ?

Hi,

i want a vcloud director vm to run a command or file when it is powered on.

I explored about customization script, but it looks like the script doesnt execute everytime the vm is powered on.

i'm accessing the vm through vcloud .net sdk. Is there any way by which i can run a command when the vm is powered on ?

i need to run my tasks once the vm starts. please suggest some ways.

thanks

0 Kudos
2 Replies
qc4vmware
Virtuoso
Virtuoso

I can think of two ways which both involve vRO.  Use the blocking tasks feature of vCD (also requires a RabbitMQ server).  You could also use an orchestrator policy that triggers on the state change of a VC:VirtualMachine.

0 Kudos
madhanSakthi
Contributor
Contributor

thanks for the reply. Can these options be achieved via .net sdk ? so that after getting a reference to a vm, i can run my command or file dynamically ?

0 Kudos