How do you handle shutting down and starting up associated dependent application servers in a defined order? Here is a quick example.
Shutdown order:
1 - Web Server
2 - Application Server
3 - SQL Server
Startup order:
1 - SQL Server
2 - Application Server
3 - Web Server
Would be great if this could be a single configuration where you define the order and possibly a wait time period. Start SQL, wait 15 mins, start next.
Is this possible or is this a New Feature Request?