Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You cannot add an additional node to a Windows Server 2003-based server cluster, and error code "0x8007042b" is logged in the ClCfgSrv.log file


View products that this article applies to.

Symptoms

When you try to add an additional node to a Microsoft Windows Server 2003-based server cluster, you experience the following symptoms:
  • The following errors appear on the Adding Nodes to the Cluster page of the Add Nodes Wizard:

    Under Reanalyzing cluster
    Status 0x00138f: The cluster resource could not be found.
    Under Configure cluster services
    Error 0x8007042b: The process terminated unexpectedly.
  • The following information is logged in the %WINDIR%\system32\LogFiles\Cluster\ClCfgSrv.log file:
    <date> <time> [INFO] [MT] [CTaskCommitClusterChanges] Exiting task.  The task was not cancelled. (hr = 0x8007042b) 
    <date> <time> [INFO] [BC] A runtime error has occurred in file '<path>\cservice.cpp', line 417. Error code is 0x8007042b.
    <date> <time> [ERR ] erpbatch1: A problem occurred when the wizard attempted to start a service. (hr=0x8007042b, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B}, {3ABE1494-7E05-402C-81AA-1C3F1D782031}, 1, 1, 1), 
  • The following information is logged in the %WINDIR%\Cluster\Cluster.log file:
    000003b8.00000f9c::<date> <time>.022 WARN [INIT] Failed to join cluster, status 5010
    000003b8.00000f9c::<date> <time>.022 ERR  [CS] ClusterInitialize failed 5010
    000003b8.00000f9c::<date> <time>.006 ERR  [NM] Failed to configure networks & interfaces, status 5010.
    000003b8.00000f9c::<date> <time>.474 WARN [NMJOIN] Failed to read cluster instance ID from database, status 2.
    
    000003b8.00000f9c::<date> <time>.022 ERR  [CS] Service Stopped. exit code = 5010

↑ Back to the top


Cause

This issue occurs if the network settings are configured incorrectly on the computer that you want to add to the server cluster. Specifically, this issue occurs if the network adapter on which the private cluster communications is intended to occur has a different subnet mask than that of the network adapter on the computer that is a member of the cluster.

Consider the following examples of mismatched network settings. In these examples, computer 1 is assigned a class B subnet mask, and computer 2 is assigned a class C subnet mask. Therefore, the two private network adapters have mismatched subnet mask settings.

Computer 1: A member of the server cluster

Network adapterIP addressSubnet mask
Public10.50.10.17255.255.255.0
Private10.0.0.2255.255.0.0

Computer 2: To be added to the server cluster

Network adapterIP addressSubnet mask
Public10.50.10.16255.255.255.0
Private10.0.0.1255.255.255.0

↑ Back to the top


Resolution

To resolve this issue, verify the network settings on the computer that you want to add to the server cluster. Configure the subnet mask on each network adapter to match the subnet mask of the corresponding network adapter on the computer that is already a member of the server cluster.

To view the network settings in Windows Server 2003, follow these steps:
  1. Click Start, click Run, type ncpa.cpl, and then click OK.
  2. In the Network Connections dialog box, right-click a network connection, and then click Properties.
  3. Click Internet Protocol (TCP/IP), and then click Properties.
  4. Type the correct subnet mask in the Subnet mask box, click OK, and then click Close.

↑ Back to the top


More information

For more information about Windows Server 2003 Clustering Services, visit the following Microsoft Web sites:

↑ Back to the top


Keywords: KB923840, kbprb, kbtshoot, kbclustering

↑ Back to the top

Article Info
Article ID : 923840
Revision : 6
Created on : 5/24/2007
Published on : 5/24/2007
Exists online : False
Views : 248