Hello, I was wondering if there's any guidance/best practice for controlling a reboot sequence across multiple servers with dependencies? IE, given Database A, App B C D, Apps must go down, then Database, then Database must come up, then apps.
I figuerd you could terminate the problmeatic services on the app servers, reboot the DB, and then trigger a reboot on the app servers based on ping response to the database? But I'm not sure how you would set up that trigger in the SCCM console.
Thoughts?