Article ID: 280125 - Last Review: March 1, 2007 - Revision: 1.3

Cluster Administrator Switches for Connecting to a Cluster

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q280125

On This Page

Expand all | Collapse all

SUMMARY

This article describes the switches that are available in the Cluster Administrator tool for Windows Clustering. These switches can be used to connect to a server cluster.

MORE INFORMATION

To start Cluster Administrator, click Start, click Programs, click Administrative Tools, and then click Cluster Administrator. You can also start Cluster Administrator by typing cluadmin.exe at a command prompt. The following switches can be used in conjunction with this tool to connect to a cluster:

No Reconnection

By default, when you start Cluster Administrator, it attempts to open a connection to the same cluster that it previously had a connection to the last time the tool was started. When you use the noreconnect switch, when you start Cluster Administrator, you are prompted to enter the name of the cluster that you want to connect to.

Syntax: cluadmin -noreconnect or cluadmin -norecon

Local Connection

You can open Cluster Administrator and connect to the local node by using the "." switch. If the cluster name or cluster Internet Protocol (IP) address does not come online, you can use this switch to make a connection to the cluster.

Syntax: cluadmin .

IP Address

You can use Cluster Administrator to connect to either a node in the cluster or the cluster IP address by specifying the IP address.

Syntax: cluadmin 10.10.10.10

Note: It is not recommended that you use this switch to connect to a virtual IP address other than the cluster IP address resource.

NetBIOS Name

You can use this switch to connect to the cluster using a NetBIOS name. You can use either one of the node names or the cluster name. To use this switch, the name resolution service must be functioning correctly.

Syntax: cluadmin ClusterName

APPLIES TO
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Datacenter Server
  • Microsoft Windows NT Server 4.0 Standard Edition
Keywords: 
kbclustering kbinfo KB280125