Cluadmin Command In Windows Server 2008

In this article, I will explain how the Cluadmin command can be used in Windows server 2008.
  • 3666

Introduction

Cluadmin command is available in Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP. Cluadmin command allows you to connect to a failover cluster ( server cluster).

Syntax of cluadmin command

cluadmin [/norecon[nect]] [<IP Address>] [.] [{<ClusterName>|<NodeName>}]

In above syntax:

Parameters of cluadmin Description
/norecon[nect] It opens the cluster administrator without restoring cluster connections which was left open when you close the previous session Using this parameter means you will be prompted to enter the cluster name with which you want to connect.
 
 <IP Address> Connect to the node of cluster or the cluster which is using IP Address.
 . Connects to the local node. 
 <Cluster Name>  Defines the name of of cluster. Name resolution service must be functioning correctly to use this command.
 <NodeName> Defines the node name. Name resolution service must be functioning correctly to use this command. 

Example

Starts cluser administarator without restoring previous cluster connections.

cluadmin /norecon

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.