|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 6:36 AM
Points: 306,
Visits: 1,015
|
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Sunday, May 19, 2013 8:09 AM
Points: 1,558,
Visits: 1,396
|
|
Thanks for pointing out the 2 DMV's!! If someone wanted to run this script automatically across all servers in their environment to find the clustered servers and collect information about them, I'd include ServerProperty('IsClustered') and ServerProperty('MachineName').
My blog: SQL Soldier Twitter: @SQLSoldier Microsoft Certified Master: SQL Server 2008 Sr. Product Consultant and Chief SQL Server Evangelist @ Idera My book: Pro SQL Server 2008 Mirroring
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 6:36 AM
Points: 306,
Visits: 1,015
|
|
Good point. I didn't include that information as I assumed you should already know what clusters you have. But still a great addition to the code.
Rudy
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Thursday, May 09, 2013 2:25 PM
Points: 956,
Visits: 873
|
|
great script. can certainly use this as a supplement to cluster monitoring that i have in place at my company. in case we miss an alert for a failover, we can use this to find the active node and check it against what the active node should be.
Excellent work.
Regards, Steve
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Monday, May 20, 2013 6:59 AM
Points: 88,
Visits: 480
|
|
| Is there a way to tell if the nodes are actually up and available?
|
|
|
|