| Getting started with Microsoft Cluster Service, Part IV: Add a node to the existing server cluster |
Introduction
From previous part, I have a server cluster ‘BKKCluster.virtual.com’ with a node on BKKSQL010. With a node, I can’t use failover feature of the cluster (Failover means switching applications and services from one node to another node). Therefore, I need to add another node to this cluster server to enable failover feature. In this part, I’ll show how to add node (BKSQL020) to the cluster server.
After the server cluster has been created and another node has been added, I’ll configure the traffic on the network by seperate the communications (client access and internal communication between servers) to different network interface since I have 2 network interfaces on each server already (on part I).
Sections
Step-by-step
Create a server cluster
- On BKKSQL020, open Cluster Administrator by Start -> Programs -> Administrative Tools -> Cluster Administrator.
- On Open Connection to Cluster in Cluster Administrator window, select Add nodes to cluster on Action and type the server cluster name ‘BKKCluster’.

- Add Nodes Wizard window appears, click next.

- On Select Computers page, type server name that you want to add to this server cluster and click Add. The server name will be added to the selected computers box. Click next.

- On Analyzing Configuration, the wizard will determine whether the server can be configured as a node of the server cluster. If there isn’t any errors or warning messages, click next to continue.

- On Cluster Service Account, type the password of the user account that used to start this cluster service. The user account is created on the part3. Click next.

- On Proposed Cluster Configuration, you can review the configurations. Click next.

- On Adding Nodes to the Cluster, waiting for the wizard add this node (BKKSQL020) to the server cluster.
Note: If you found the warning message “0×00138f: The cluster resource could not be found” on this step and you’re confidently that you’ve configured the shared disk correctly on the node, don’t worry you can continue to the next step without fixing any problem. The cause of this problem is occur by the wizard can’t verify that all the cluster nodes have access to the same disks. For more information, visit You receive a “0×00138f Cluster resource not found” error message when you try to join a second node to a Windows Server 2003 cluster

- In some environment, the wizard can verify the shared disk so you won’t find any errors or warning messages. Click next to continue.

- Click Finish to complete adding nodes wizard.

- On Cluster Administration, you’ll now see 2 nodes on the server cluster.

Configure network communication for server cluster
- On Cluster Administrator, expand BKKCluster -> Cluster Configuration -> Network. You’ll see 2 network interfaces.

- To configure network interface for internal communication, right click on the network interface -> Properties. On new window, select Internal cluster communications only. Click OK.

- To configure network interface for client access, right click on the network interface -> Properties. On new window, select Client access only. Click OK.

Related post
- Getting started with Microsoft Cluster Service, Part III: Create a new server cluster
- Getting started with Microsoft Cluster Service, Part I: Introduction
- Getting started with Microsoft Cluster Service, Part V: Create a file server cluster (2)
- Getting started with Microsoft Cluster Service, Part VI: Create a MSSQL server cluster (2)
- Home

























