Tuesday 11 March 2014

How to Manage SQL Server Failover Cluster using Command Line an Overview

How to list all cluster nodes of SQL Server Failover Cluster Using Command Line (CMD)

Open Command Line and Type “cluster node” and press enter to list all the node of SQL Server Failover Cluster as shown in the snippet below. This command will list the Nodes Names, Node ID and Status of each node.
How to list all cluster nodes of SQL Server Failover Cluster Using Command Line (CMD)

How to list all Cluster Groups of SQL Server Failover Cluster Using Command Line (CMD)

Open Command Line and Type “cluster group” and press enter to list all the available resource groups of SQL Server Failover Cluster as shown in the snippet below. This command will list the Group, Node and Status of each group.
How to list all Cluster Groups of SQL Server Failover Cluster Using Command Line (CMD)

How to list all Cluster Network of SQL Server Failover Cluster Using Command Line (CMD)

Open Command Line and Type “cluster network” and press enter to list all the available networks of SQL Server Failover Cluster as shown in the snippet below. This command will list the Network Name and Status of each network.
How to list all Cluster Network of SQL Server Failover Cluster Using Command Line (CMD)


How to list all Cluster Resources of SQL Server Failover Cluster Using Command Line (CMD)

Open Command Line and Type “cluster resource” and press enter to list all the available networks of SQL Server Failover Cluster as shown in the snippet below. This command will list all the available resources.
How to list all Cluster Resources of SQL Server Failover Cluster Using Command Line (CMD)

No comments:

Post a Comment