Which tool / technology: System management for databases and dependent services
Posted
by Filburt
on Stack Overflow
See other posts from Stack Overflow
or by Filburt
Published on 2010-05-14T20:05:59Z
Indexed on
2010/05/14
20:24 UTC
Read the original article
Hit count: 308
A follow-up on this system management question:
Since I probably will not get much feedback on serverfault I'll give it a try here.
My main concern is to reflect the dependencies between the databases, services ans tasks/jobs I'll have to manage.
Besides considering Powershell, I even thought about using MSBuild because it would allow for modeling dependencies and reuse configuration targets.
In other words: What technology should I use to develop a flexible solution that will allow me to stop service A, B and C on machine D in the right order and disable task E on machine F when taking down database X?
© Stack Overflow or respective owner