I am looking into the use of HA Orchestrated Restart in the situation where the startup order of some VMs is important. However although I understand how to set the feature up, I cannot find a satisfactory setting for one of the requirements I have to meet:
The specification is that hosted systems (a collection of VMs) will specify a priority level for every VM in the system, starting at 1.
If they are all set to "1", then I can start all the VMs simultaneously straight away.
If one or more VMs has a different priority number, then each will also have a delay time. This is an estimate for the amount of time the current VM will take to start up, and VMs in the next priority level will wait this amount of time before they are started. This is very reminiscent of the "VM Startup/Shutdown" settings for a standalone host. Only with HA Orchestarted Restart, there isn't an obvious way of specifying a delay to be added to each step in the sequence. I presume the default is that Orchestrated HA waits for VMTools to be ready on every VM in the current VM group before moving onto the next.
I though of perhaps using VM Options > Boot Options > Boot Delay, but this only permits values up to 10 seconds (10,000ms), whereas I know some of the hosted systems are specifying delays of up to 5 minutes.
Any ideas?