Best way to capture SQL Server Cluster related information

  • Hi All,

    All DBAs who are managing the multiple Clusters, also have the tedious task to maintain the complete information about the SQL Server Cluster like Cluster Name, Groups, Resources, IP's involved etc. It needs to be complete, consolidated and easy to update.

    Kindly share how are you managing the complete information regarding the SQL Server Clusters.

    Thanks in advance.

    With regards,

    Ankur

  • Powershell offers good flexibility. Here[/url] is a nice example.

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

  • Hi Pardeep,

    Thanks for the reply. I must say that it is worth to visit your site 'http://www.sqldbadiaries.com' and know more about the sql server. Kudos to you !!! Gr8!

    I have the scenarios which contain the Clusters on SQL Server 2000 and 2005.

    Right now, I used to capture the information about every detail regarding Clusters, by capturing the screenshots of all the screens of 'Clusteradministrator', (which is one of the easiet of the ways to manitain all information about clusters :-P)

    Now is there is any other way/method to capture data in excel sheet . Or can we use any other scriipt which donot use the Poweshell to collect details of Cluster?

    With regards,

    Ankur

  • Hi Ankur,

    I am not making use of any scripts to get the details of the Cluster. Since there will be hardly any changes in Cluster configuration, we usually refer the design document created when the Cluster was built.

    To create a script you have to workaround cluster.exe and then use sqlcmd to generate a .csv output file.

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

  • Hi All,

    Adiga: Thanks for your response.

    I am sure all must be maintaining some documents/sheets for capturing Cluster related info., please share.

    Thanks in advance

    With regards,

    Ankur

  • I would think WMI would be able to query out all that information..

    CEWII

  • Pls check this link for getting basic Clustered SQL Server information

    http://sqlserver-qa.net/blogs/tools/archive/2008/03/11/get-sql-server-clustering-information-with-dmvs-and-select-statements.aspx

    Thank You,

    Best Regards,

    SQLBuddy

  • Hi Ankur

    i always produce full graphical documentation using Visio. The document details all node details and disks, etc. It provides an "at a glance" view of the current configuration, even service account names. It can be tedious but it's well worth the effort

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Hi All,

    Many Thanks to Elliott Whitlow, sqlbuddy123 and Perry Whittle for their responses. 🙂

    With regards,

    Ankur

Viewing 9 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic. Login to reply