Hi.
We have a MSSQL Database Cluster with Active Node
![alt text][1]
--
And with Non-Active Node
![alt text][2]
--
Normally I would check if a service is up-and-running by using e.g.
index="windows" StartMode=Manual Name="*SQL*" State!=Running (host=xxxx) | table host, Name, Status, State, StartMode, Started
But with the services down on one node this is not really working. So I would need a search that understands that the MSSQL -service is OK (even with the services down on the non-active node)
Please advice
Thanks in advance
Edwin
[1]: /storage/temp/218932-active-node.png
[2]: /storage/temp/218933-non-active-node.png
↧