Hi, could anyone recommend a way to patch multiple servers that hold one application in the correct order?
Ideally what I'd like to do:
1 - stop application services across multiple servers
2 - patch application & database servers
3 - reboot database server first & ensure its back on line (pre 4)
4 - reboot application servers.
Any ideas would be greatly welcome. I believe I can achieve step 1 with the use of a Powershell script (though I can currently only get it to work if each server is running its own individual script) but I can't see a way to reboot/patch the servers in a particular order.
Thanks,
Lynette.