Skip navigation

Q. The Microsoft Cluster Service is removed from the cluster node when you try to join a cluster node to a Windows Server 2003 cluster?

When you attempt to join a cluster node to a Windows Server 2003 cluster and it fails to join, the MSCS (MicroSoft Cluster Service) is removed from the cluster node. On the cluster node, you receive an error like:

Error 5893: ERROR_CLUSTER_INSTANCE_ID_MISMATCH: The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.

If you view the %SystemRoot%\Cluster\Cluster.log file, you see entries like:

MM/DD/YYYY HH:MM:SS WARN \[JOIN\] Attempting join with sponsor 192.168.222.23.
MM/DD/YYYY HH:MM:SS INFO \[NMJOIN\] Beginning cluster join process.
MM/DD/YYYY HH:MM:SS ERR \[NMJOIN\] Unable to begin join, status 5893.
MM/DD/YYYY HH:MM:SS WARN \[JOIN\] NmJoinCluster failed, status 5893.
MM/DD/YYYY HH:MM:SS INFO \[INIT\] Cleaning up failed join attempt.
MM/DD/YYYY HH:MM:SS INFO \[INIT\] Leaving cluster
MM/DD/YYYY HH:MM:SS INFO \[NM\] Interface cleanup starting...
MM/DD/YYYY HH:MM:SS INFO \[NM\] Network interface cleanup complete
MM/DD/YYYY HH:MM:SS INFO \[NM\] Network cleanup starting...
MM/DD/YYYY HH:MM:SS INFO \[NM\] Network cleanup complete
MM/DD/YYYY HH:MM:SS INFO \[NM\] Node cleanup starting...
MM/DD/YYYY HH:MM:SS INFO \[NM\] Node cleanup complete
MM/DD/YYYY HH:MM:SS WARN \[NM\] Shutdown of the Cluster Network driver failed, status 21
MM/DD/YYYY HH:MM:SS INFO \[INIT\] Deregistering RPC endpoints & interfaces.
MM/DD/YYYY HH:MM:SS WARN \[INIT\] This node has been evicted from the cluster when it was unavailable. Initiating cleanup.
MM/DD/YYYY HH:MM:SS ERR \[CS\] ClusterInitialize failed 5893
MM/DD/YYYY HH:MM:SS WARN \[INIT\] The cluster service is shutting down.
MM/DD/YYYY HH:MM:SS INFO \[EVT\] EvShutdown
MM/DD/YYYY HH:MM:SS WARN \[FM\] Shutdown: Failover Manager requested to shutdown groups.
MM/DD/YYYY HH:MM:SS INFO \[FM\] FmpCleanupGroups: Entry
MM/DD/YYYY HH:MM:SS INFO \[FM\] FmpCleanupGroups: Exit
MM/DD/YYYY HH:MM:SS INFO \[Dm\] DmShutdown
MM/DD/YYYY HH:MM:SS INFO \[DM\] DmpShutdownFlusher: Entry
MM/DD/YYYY HH:MM:SS INFO \[DM\] DmpShutdownFlusher: Setting event
MM/DD/YYYY HH:MM:SS INFO \[DM\] DmpRegistryFlusher: got 0
MM/DD/YYYY HH:MM:SS INFO \[DM\] DmpRegistryFlusher: exiting
MM/DD/YYYY HH:MM:SS WARN \[MM\] MMLeave is called when rgp=NULL.
MM/DD/YYYY HH:MM:SS ERR \[CS\] Service Stopped. exit code = 5893
This expected behavior occurs because the cluster instance ID of the cluster node that joins the cluster does not match the cluster instance ID of the sponsor node. The ClusterInstanceID at HKEY_LOCAL_MACHINE\Cluster on the sponsor node and on the local cluster instance must match.


Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish