Adding 2nd node fails
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Adding 2nd node fails

 
Post new topic   Reply to topic    Windows Server Forum Index -> Clustering
Author Message
James Evans
Guest





Posted: Fri Oct 28, 2005 12:50 am    Post subject: Adding 2nd node fails Reply with quote

I am tyring to install an additional node to an existing cluster of 1. This
is running over a shared SCSI bus. I have three Disk devices D:,E: and Q:
for the quorum.

Both nodes are Active Directory Servers.

When trying to add the second node to the cluster through the Cluster
Administrator, it runs through the analysis phase and everything is peachy.
When I actually try to add the second node, I get the following warnings and
errors in the wizard dialog box:

Warnings:
Status 0x00138f: The cluster resource could not be found.

Errors:
Configure cluster services
ddbc2: Adding this node to the cluster.
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: Adding a node to the cluster
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: Starting the cluster service
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: A problem occurred when the wizrd attempted to start a service
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: The changes to the luster configuration cannot be saved.
Error 0x8007042b: The process terminated unexpectedly.

When I review the logs I find the following information:

2005-10-27 16:11:28.250 [INFO] [BC] Configuring the Cluster service.
2005-10-27 16:11:28.343 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 0), (null)
2005-10-27 16:11:28.468 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 0), (null)
2005-10-27 16:11:28.562 [INFO] [BC] Attempting to create the 'ClusSvc'
service.
2005-10-27 16:11:29.171 [INFO] [BC] The 'ClusSvc' service has been
successfully created.
2005-10-27 16:11:29.265 [INFO] [BC] Setting the Cluster service account
information.
2005-10-27 16:11:29.921 [INFO] [BC] Setting the Cluster service failure
actions.
2005-10-27 16:11:30.312 [INFO] [BC] Setting the Cluster service parameters.
2005-10-27 16:11:30.406 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 1), (null)
2005-10-27 16:11:30.515 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 1), (null)
2005-10-27 16:11:30.640 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 2), (null)
2005-10-27 16:11:30.750 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 2), (null)
2005-10-27 16:11:30.875 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 0), (null)
2005-10-27 16:11:30.968 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 0), (null)
2005-10-27 16:11:31.062 [INFO] [BC] Attempting to start the 'ClusSvc'
service.
2005-10-27 16:11:31.484 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 1), (null)
2005-10-27 16:11:31.734 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 1), (null)
2005-10-27 16:11:34.953 [INFO] [BC] The service has returned error 0x00042b
to query service status. Throwing an exception.
2005-10-27 16:11:35.093 [INFO] [BC] Error 0x00042b occurred trying to start
the 'ClusSvc' service.
2005-10-27 16:11:35.187 [INFO] [BC] Cluster Service Win32 Exit Code= 0x00042b
2005-10-27 16:11:35.296 [INFO] [BC] Cluster Service Specific Exit Code=
0x0003e3

The deal is that there are a few articles on this here:
http://support.microsoft.com/?kbid=890761
http://support.microsoft.com/default.aspx?scid=kb;en-us;828861

I contact Microsoft for the hotfix, but found out it is included in SP1, so
it wouldn't install. I also updated the password to 20 characters and made
all the suggested sucurity changes, no luck.

Any help is greatly appreciated.
--
James Evans
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askddbc
Back to top
James Evans
Guest





Posted: Fri Oct 28, 2005 8:50 pm    Post subject: Re: Adding 2nd node fails Reply with quote

Using the "Resultant Set of Policy" Snap-in, I see to entries: Administrators
and the cluster account on both nodes.

I did see something somewhere else that there might be an issue if the
-FixQuorum switch was used. I have had to use this, as that seems to be the
only way to get the cluster back online after reboot when there is only one
node. Is there something to this flag causing issues? There weren't any
details given, as it wasn't relevent to that person.

Also, there are three entries entered into event viewer, all three the same,
when I try to join the cluster:
Even ID: 1070
Source: ClusSvc
Category: Node Mgr
Description: The node failed to being the process of joining the server
cluster. The error code was 995.

Addition section of the log that might be usefull:
2005-10-28 10:47:08.281 [INFO] CLUSTER: Found a resource common to all nodes
that can be used as a quorum resource. (hr=00000000,
{B8C4066E-0246-4358-9DE5-25603EDD0CA0},
{14B7E6B6-7B7F-4103-9D0D-C8918EC62557}, 1, 1, 1), (null)
2005-10-28 10:47:08.406 [INFO] CLUSTER: Checking that all nodes have access
to the quorum resource... (hr=00000000,
{EBC8AEFF-10C3-4D5B-AC17-FC0F4C3871B7},
{B8C4066E-0246-4358-9DE5-25603EDD0CA0}, 0, 3, 3), (null)
2005-10-28 10:47:08.546 [INFO] CLUSTER: (null) (hr=00000000,
{FDC75680-7DBB-42CA-8003-E4CDB01FF062},
{EBC8AEFF-10C3-4D5B-AC17-FC0F4C3871B7}, 0, 8, 8), (null)
2005-10-28 10:47:08.671 [INFO] [MT] [CTaskAnalyzeClusterBase] Exiting task.
The task was not cancelled.
2005-10-28 10:48:48.437 [INFO] [WIZ] Setting commit page active. Setting
aborted to FALSE.
2005-10-28 10:48:48.609 [INFO] [MT] [CTaskCommitClusterChanges] Beginning
task...
2005-10-28 10:48:48.734 [INFO] ddbc2: (null) (hr=00000000,
{FDC75680-7DBB-42CA-8003-E4CDB01FF062},
{E25968DA-9C7B-42DB-ADA9-BC4E34F17E6E}, 1, 1, 1), (null)
2005-10-28 10:48:48.890 [INFO] [OM] Found an existing cookie for object
'ddbc2.ddbc.local'
2005-10-28 10:48:49.031 [INFO] [TaskCommitClusterChanges] Setting completion
cookie 54 at array index 0 into the compare and push information task for
node ddbc2.ddbc.local
2005-10-28 10:48:49.187 [INFO] [TaskCommitClusterChanges] Setting completion
cookie 55 at array index 1 into the compare and push information task for
node ddbc1.ddbc.local
2005-10-28 10:48:49.187 [INFO] [MT] [CTaskCompareAndPushInformation]
Beginning task for node ddbc2.ddbc.local...
2005-10-28 10:48:49.312 [INFO] [MT] [CTaskCompareAndPushInformation]
Beginning task for node ddbc1.ddbc.local...
2005-10-28 10:48:49.453 [INFO] ddbc2: Comparing cluster and node
configurations... (hr=00000000, {E25968DA-9C7B-42DB-ADA9-BC4E34F17E6E},
{07D8047B-01FD-40DC-9132-4B535A77CDE4}, 0, 1, 0), (null)
2005-10-28 10:48:49.578 [INFO] ddbc1: Comparing cluster and node
configurations... (hr=00000000, {E25968DA-9C7B-42DB-ADA9-BC4E34F17E6E},
{07D8047B-01FD-40DC-9132-4B535A77CDE4}, 0, 1, 0), (null)
2005-10-28 10:48:49.734 [INFO] ddbc2: Validating credentials...
(hr=00000000, {E25968DA-9C7B-42DB-ADA9-BC4E34F17E6E},
{58902BD5-3F45-4626-A667-8433A5D7A6DC}, 0, 1, 0), (null)
2005-10-28 10:48:49.875 [INFO] ddbc1: Validating credentials...
(hr=00000000, {E25968DA-9C7B-42DB-ADA9-BC4E34F17E6E},
{58902BD5-3F45-4626-A667-8433A5D7A6DC}, 0, 1, 0), (null)
2005-10-28 10:48:50.000 [INFO] ddbc2: Validating credentials...
(hr=00000000, {E25968DA-9C7B-42DB-ADA9-BC4E34F17E6E},
{58902BD5-3F45-4626-A667-8433A5D7A6DC}, 0, 1, 1), (null)
2005-10-28 10:48:50.140 [INFO] ddbc1: Validating credentials...
(hr=00000000, {E25968DA-9C7B-42DB-ADA9-BC4E34F17E6E},
{58902BD5-3F45-4626-A667-8433A5D7A6DC}, 0, 1, 1), (null)
2005-10-28 10:48:50.265 [INFO] ddbc2: Collecting managed resources...
(hr=00000000, {07D8047B-01FD-40DC-9132-4B535A77CDE4},
{01297D4D-0C7C-44B1-AECE-604C710A65CC}, 0, 2, 0), (null)
2005-10-28 10:48:50.421 [INFO] ddbc1: Collecting managed resources...
(hr=00000000, {07D8047B-01FD-40DC-9132-4B535A77CDE4},
{01297D4D-0C7C-44B1-AECE-604C710A65CC}, 0, 2, 0), (null)
2005-10-28 10:48:50.562 [INFO] [SRV] The cluster service is not running.
Creating a dummy Local Quorum resource.
2005-10-28 10:48:50.968 [INFO] ddbc2: Found SCSI disk '\\.\PHYSICALDRIVE0'
on Bus '2' and Port '2'; at TID '0' and LUN '0' (hr=00000000,
{05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:51.125 [INFO] ddbc2: Physical disk PHYSICALDRIVE0 has
signature 8a798a79. (hr=00000000, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:51.671 [INFO] ddbc1: The following disks will not be
managed by the cluster: (hr=00000000, {036BF567-2377-4BB3-8AE1-E4104E2EB3C5},
{9C751C40-DA64-45EA-9C96-1A50EA03A8E7}, 1, 1, 1), The cluster can only manage
those physical disks that are connected to a shared storage bus using the
SCSI protocol. All other types of disks (such as IDE, 1394, and USB) will not
be managed by the cluster.
2005-10-28 10:48:52.718 [INFO] ddbc2: Found physical disk
"\\.\PHYSICALDRIVE0" with partition "Disk #0, Partition #0" which has the
logical disk "C:". (hr=00000000, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:52.843 [INFO] ddbc1: The physical disk "\\.\PHYSICALDRIVE5"
is not a SCSI disk and will not be managed by the cluster. (hr=00000000,
{9C751C40-DA64-45EA-9C96-1A50EA03A8E7},
{D91DA4A6-0444-4E63-99DB-A45B9A85C389}, 1, 1, 1), The cluster can only use
those physical disks that are connected to a shared storage bus using the
SCSI protocol. All other types of disks (e.g. IDE, 1394, and USB) will not be
managed by the cluster.
2005-10-28 10:48:52.953 [INFO] [SRV] The disks on SCSI port 2 are cluster
capable.
2005-10-28 10:48:53.312 [INFO] ddbc2: Found SCSI disk '\\.\PHYSICALDRIVE1'
on Bus '3' and Port '3'; at TID '0' and LUN '0' (hr=00000000,
{05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:53.453 [INFO] ddbc2: Physical disk PHYSICALDRIVE1 has
signature 0. (hr=00000000, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:53.718 [WARN] ddbc2: The physical disk '\\.\PHYSICALDRIVE1'
does not have any partitions and will not be managed (hr=0x000001,
{05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:53.921 [INFO] ddbc2: Found SCSI disk '\\.\PHYSICALDRIVE2'
on Bus '3' and Port '3'; at TID '1' and LUN '0' (hr=00000000,
{05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:54.062 [INFO] ddbc2: Physical disk PHYSICALDRIVE2 has
signature 0. (hr=00000000, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:54.187 [INFO] ddbc1: The following disks will not be
managed by the cluster: (hr=00000000, {036BF567-2377-4BB3-8AE1-E4104E2EB3C5},
{9C751C40-DA64-45EA-9C96-1A50EA03A8E7}, 1, 1, 1), The cluster can only manage
those physical disks that are connected to a shared storage bus using the
SCSI protocol. All other types of disks (such as IDE, 1394, and USB) will not
be managed by the cluster.
2005-10-28 10:48:54.312 [WARN] ddbc2: The physical disk '\\.\PHYSICALDRIVE2'
does not have any partitions and will not be managed (hr=0x000001,
{05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:54.453 [INFO] ddbc2: Found SCSI disk '\\.\PHYSICALDRIVE3'
on Bus '3' and Port '3'; at TID '2' and LUN '0' (hr=00000000,
{05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:54.593 [INFO] ddbc2: Physical disk PHYSICALDRIVE3 has
signature 0. (hr=00000000, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:54.843 [WARN] ddbc2: The physical disk '\\.\PHYSICALDRIVE3'
does not have any partitions and will not be managed (hr=0x000001,
{05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:55.031 [INFO] [SRV] Didn't find the
ManageDisksOnSystemBuses value in the registry. (hr = 0x00000001)
2005-10-28 10:48:55.187 [INFO] ddbc2: Looking for disks on the same storage
bus as the boot disk... (hr=00000000, {036BF567-2377-4BB3-8AE1-E4104E2EB3C5},
{13E84779-125E-4B76-8C0D-1F5DB92EFE0F}, 1, 1, 1), (null)
2005-10-28 10:48:55.312 [INFO] ddbc2: Looking for disks on the same storage
bus as the boot disk... (hr=00000000, {036BF567-2377-4BB3-8AE1-E4104E2EB3C5},
{13E84779-125E-4B76-8C0D-1F5DB92EFE0F}, 1, 1, 1), (null)
2005-10-28 10:48:55.328 [INFO] ddbc1: The physical disk "\\.\PHYSICALDRIVE4"
is not a SCSI disk and will not be managed by the cluster. (hr=00000000,
{9C751C40-DA64-45EA-9C96-1A50EA03A8E7},
{C8C8AC1C-C23A-439C-B401-DC73BAE80009}, 1, 1, 1), The cluster can only use
those physical disks that are connected to a shared storage bus using the
SCSI protocol. All other types of disks (e.g. IDE, 1394, and USB) will not be
managed by the cluster.
2005-10-28 10:48:55.484 [INFO] ddbc2: Pruning SCSI disk
'\\.\PHYSICALDRIVE0', on Bus '2' and Port '2'; at 'SCSI Tid 0, SCSI Lun 0'
(hr=00000000, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:55.906 [INFO] ddbc2: The physical disk "Disk C:" cannot be
managed because it is on the same storage bus as the boot disk. (hr=00000000,
{13E84779-125E-4B76-8C0D-1F5DB92EFE0F},
{7813C22D-55B4-46A0-B2DE-40977E920987}, 1, 1, 1), The cluster cannot manage
physical disks that are on the same storage bus as the volume that contains
the operating system because other nodes connected to the storage bus cannot
distinguish between these volumes and volumes used for data.
2005-10-28 10:48:56.109 [INFO] ddbc2: The physical disk "Disk C:" cannot be
managed because it is on the same storage bus as the boot disk. (hr=00000000,
{13E84779-125E-4B76-8C0D-1F5DB92EFE0F},
{7813C22D-55B4-46A0-B2DE-40977E920987}, 1, 1, 1), The cluster cannot manage
physical disks that are on the same storage bus as the volume that contains
the operating system because other nodes connected to the storage bus cannot
distinguish between these volumes and volumes used for data.
2005-10-28 10:48:56.390 [WARN] ddbc2: Physical disk 'PHYSICALDRIVE1' is NOT
quorum capable. (hr=0x000001, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:56.609 [WARN] ddbc2: Physical disk 'PHYSICALDRIVE2' is NOT
quorum capable. (hr=0x000001, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:56.812 [WARN] ddbc2: Physical disk 'PHYSICALDRIVE3' is NOT
quorum capable. (hr=0x000001, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:57.062 [INFO] [SRV] The cluster service is not running.
Creating a dummy Majority Node Set resource.
2005-10-28 10:48:57.328 [WARN] ddbc2: [SRV] Enumerating resources. Total
Requested:10; Current enum index:0; Total Enums:4. (hr=0x000001,
{05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:57.531 [INFO] ddbc2: Setting local quorum 'to not be' the
quorum device. (hr=00000000, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:57.734 [INFO] [MT] The cluster managed resource has no
support for IClusCfgManagedResourceData.
2005-10-28 10:48:57.937 [INFO] ddbc2: There is not a "friendly name" for the
physical disk "PHYSICALDRIVE1". (hr=00000000,
{05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{00000000-0000-0000-0000-000000000000}, 1, 1, 1), (null)
2005-10-28 10:48:58.156 [INFO] [MT] TaskCompareAndPushInformation: failed to
match node resource with UID 'SCSI Tid 0, SCSI Lun 0'.
2005-10-28 10:48:58.359 [WARN] ddbc2: Comparing cluster and node
configurations... (hr=0x00138f, {E25968DA-9C7B-42DB-ADA9-BC4E34F17E6E},
{07D8047B-01FD-40DC-9132-4B535A77CDE4}, 0, 1, 1), (null)
2005-10-28 10:48:58.562 [INFO] [TaskCompareAndPushInformation] Sending the
completion cookie 54 for node ddbc2.ddbc.local to the notification manager
because this task is complete.
2005-10-28 10:48:58.718 [INFO] [TaskCommitClusterChanges] Looking for the
completion cookie 54.
2005-10-28 10:48:58.843 [INFO] [TaskCommitClusterChanges] Clearing
completion cookie 54 at array index 0
2005-10-28 10:48:58.921 [INFO] [MT] [CTaskCompareAndPushInformation] Exiting
task. The task was not cancelled. (hr = 0x00138f)


--
James Evans
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askddbc



"Chuck Timon [MSFT]" wrote:

Quote:
Check this -

Verify that the local administrators group has not been removed from the
'Debug
Programs' local user right under security policies. In this customers case,
the
cluster nodes had been placed into an Active Directory Group where this
right had
been revoked
--
Chuck Timon, Jr.
Microsoft Corporation
CCS Beta Engineer
This posting is provided "AS IS" with no
warranties, and confers no rights.
"James Evans" <JamesEvans@discussions.microsoft.com> wrote in message
news:1D63DEBB-8F86-428D-BA95-38CFF602D3F4@microsoft.com...
I am tyring to install an additional node to an existing cluster of 1.
This
is running over a shared SCSI bus. I have three Disk devices D:,E: and Q:
for the quorum.

Both nodes are Active Directory Servers.

When trying to add the second node to the cluster through the Cluster
Administrator, it runs through the analysis phase and everything is
peachy.
When I actually try to add the second node, I get the following warnings
and
errors in the wizard dialog box:

Warnings:
Status 0x00138f: The cluster resource could not be found.

Errors:
Configure cluster services
ddbc2: Adding this node to the cluster.
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: Adding a node to the cluster
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: Starting the cluster service
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: A problem occurred when the wizrd attempted to start a service
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: The changes to the luster configuration cannot be saved.
Error 0x8007042b: The process terminated unexpectedly.

When I review the logs I find the following information:

2005-10-27 16:11:28.250 [INFO] [BC] Configuring the Cluster service.
2005-10-27 16:11:28.343 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 0), (null)
2005-10-27 16:11:28.468 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 0), (null)
2005-10-27 16:11:28.562 [INFO] [BC] Attempting to create the 'ClusSvc'
service.
2005-10-27 16:11:29.171 [INFO] [BC] The 'ClusSvc' service has been
successfully created.
2005-10-27 16:11:29.265 [INFO] [BC] Setting the Cluster service account
information.
2005-10-27 16:11:29.921 [INFO] [BC] Setting the Cluster service failure
actions.
2005-10-27 16:11:30.312 [INFO] [BC] Setting the Cluster service
parameters.
2005-10-27 16:11:30.406 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 1), (null)
2005-10-27 16:11:30.515 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 1), (null)
2005-10-27 16:11:30.640 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 2), (null)
2005-10-27 16:11:30.750 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 2), (null)
2005-10-27 16:11:30.875 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 0), (null)
2005-10-27 16:11:30.968 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 0), (null)
2005-10-27 16:11:31.062 [INFO] [BC] Attempting to start the 'ClusSvc'
service.
2005-10-27 16:11:31.484 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 1), (null)
2005-10-27 16:11:31.734 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 1), (null)
2005-10-27 16:11:34.953 [INFO] [BC] The service has returned error
0x00042b
to query service status. Throwing an exception.
2005-10-27 16:11:35.093 [INFO] [BC] Error 0x00042b occurred trying to
start
the 'ClusSvc' service.
2005-10-27 16:11:35.187 [INFO] [BC] Cluster Service Win32 Exit Code=
0x00042b
2005-10-27 16:11:35.296 [INFO] [BC] Cluster Service Specific Exit Code=
0x0003e3

The deal is that there are a few articles on this here:
http://support.microsoft.com/?kbid=890761
http://support.microsoft.com/default.aspx?scid=kb;en-us;828861

I contact Microsoft for the hotfix, but found out it is included in SP1,
so
it wouldn't install. I also updated the password to 20 characters and
made
all the suggested sucurity changes, no luck.

Any help is greatly appreciated.
--
James Evans
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askddbc



Back to top
Chuck Timon [MSFT]
Guest





Posted: Fri Oct 28, 2005 8:50 pm    Post subject: Re: Adding 2nd node fails Reply with quote

Check this -

Verify that the local administrators group has not been removed from the
'Debug
Programs' local user right under security policies. In this customers case,
the
cluster nodes had been placed into an Active Directory Group where this
right had
been revoked
--
Chuck Timon, Jr.
Microsoft Corporation
CCS Beta Engineer
This posting is provided "AS IS" with no
warranties, and confers no rights.
Back to top
James Evans
Guest





Posted: Sat Oct 29, 2005 12:50 am    Post subject: Re: Adding 2nd node fails Reply with quote

I got this to join finally. There was some merit to the reference about the
forcequorum. I had acutally edited the registery and put this entry in the
registry. I removed the entry, restarted the cluster service on Node1 and
then I was able to get Node 2 to join.

Thanks for you help.
--
James Evans
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askddbc



"Chuck Timon [MSFT]" wrote:

Quote:
Check this -

Verify that the local administrators group has not been removed from the
'Debug
Programs' local user right under security policies. In this customers case,
the
cluster nodes had been placed into an Active Directory Group where this
right had
been revoked
--
Chuck Timon, Jr.
Microsoft Corporation
CCS Beta Engineer
This posting is provided "AS IS" with no
warranties, and confers no rights.
"James Evans" <JamesEvans@discussions.microsoft.com> wrote in message
news:1D63DEBB-8F86-428D-BA95-38CFF602D3F4@microsoft.com...
I am tyring to install an additional node to an existing cluster of 1.
This
is running over a shared SCSI bus. I have three Disk devices D:,E: and Q:
for the quorum.

Both nodes are Active Directory Servers.

When trying to add the second node to the cluster through the Cluster
Administrator, it runs through the analysis phase and everything is
peachy.
When I actually try to add the second node, I get the following warnings
and
errors in the wizard dialog box:

Warnings:
Status 0x00138f: The cluster resource could not be found.

Errors:
Configure cluster services
ddbc2: Adding this node to the cluster.
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: Adding a node to the cluster
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: Starting the cluster service
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: A problem occurred when the wizrd attempted to start a service
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: The changes to the luster configuration cannot be saved.
Error 0x8007042b: The process terminated unexpectedly.

When I review the logs I find the following information:

2005-10-27 16:11:28.250 [INFO] [BC] Configuring the Cluster service.
2005-10-27 16:11:28.343 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 0), (null)
2005-10-27 16:11:28.468 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 0), (null)
2005-10-27 16:11:28.562 [INFO] [BC] Attempting to create the 'ClusSvc'
service.
2005-10-27 16:11:29.171 [INFO] [BC] The 'ClusSvc' service has been
successfully created.
2005-10-27 16:11:29.265 [INFO] [BC] Setting the Cluster service account
information.
2005-10-27 16:11:29.921 [INFO] [BC] Setting the Cluster service failure
actions.
2005-10-27 16:11:30.312 [INFO] [BC] Setting the Cluster service
parameters.
2005-10-27 16:11:30.406 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 1), (null)
2005-10-27 16:11:30.515 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 1), (null)
2005-10-27 16:11:30.640 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 2), (null)
2005-10-27 16:11:30.750 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 2), (null)
2005-10-27 16:11:30.875 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 0), (null)
2005-10-27 16:11:30.968 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 0), (null)
2005-10-27 16:11:31.062 [INFO] [BC] Attempting to start the 'ClusSvc'
service.
2005-10-27 16:11:31.484 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 1), (null)
2005-10-27 16:11:31.734 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 1), (null)
2005-10-27 16:11:34.953 [INFO] [BC] The service has returned error
0x00042b
to query service status. Throwing an exception.
2005-10-27 16:11:35.093 [INFO] [BC] Error 0x00042b occurred trying to
start
the 'ClusSvc' service.
2005-10-27 16:11:35.187 [INFO] [BC] Cluster Service Win32 Exit Code=
0x00042b
2005-10-27 16:11:35.296 [INFO] [BC] Cluster Service Specific Exit Code=
0x0003e3

The deal is that there are a few articles on this here:
http://support.microsoft.com/?kbid=890761
http://support.microsoft.com/default.aspx?scid=kb;en-us;828861

I contact Microsoft for the hotfix, but found out it is included in SP1,
so
it wouldn't install. I also updated the password to 20 characters and
made
all the suggested sucurity changes, no luck.

Any help is greatly appreciated.
--
James Evans
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askddbc



Back to top
Chuck Timon [MSFT]
Guest





Posted: Mon Oct 31, 2005 5:50 pm    Post subject: Re: Adding 2nd node fails Reply with quote

If the cluster service on a node is started using the -fixquorum
switch....no other nodes will join. This switch is for troubleshooting and
maintenance. You would have to stop the cluster service and restart it
normally before a node will join.

--
Chuck Timon, Jr.
Microsoft Corporation
CCS Beta Engineer
This posting is provided "AS IS" with no
warranties, and confers no rights.
"James Evans" <JamesEvans@discussions.microsoft.com> wrote in message
news:6673A452-7CCF-4EC1-AA50-C34D5D0FE22A@microsoft.com...
Quote:
I got this to join finally. There was some merit to the reference about
the
forcequorum. I had acutally edited the registery and put this entry in
the
registry. I removed the entry, restarted the cluster service on Node1 and
then I was able to get Node 2 to join.

Thanks for you help.
--
James Evans
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askddbc



"Chuck Timon [MSFT]" wrote:

Check this -

Verify that the local administrators group has not been removed from the
'Debug
Programs' local user right under security policies. In this customers
case,
the
cluster nodes had been placed into an Active Directory Group where this
right had
been revoked
--
Chuck Timon, Jr.
Microsoft Corporation
CCS Beta Engineer
This posting is provided "AS IS" with no
warranties, and confers no rights.
"James Evans" <JamesEvans@discussions.microsoft.com> wrote in message
news:1D63DEBB-8F86-428D-BA95-38CFF602D3F4@microsoft.com...
I am tyring to install an additional node to an existing cluster of 1.
This
is running over a shared SCSI bus. I have three Disk devices D:,E: and
Q:
for the quorum.

Both nodes are Active Directory Servers.

When trying to add the second node to the cluster through the Cluster
Administrator, it runs through the analysis phase and everything is
peachy.
When I actually try to add the second node, I get the following
warnings
and
errors in the wizard dialog box:

Warnings:
Status 0x00138f: The cluster resource could not be found.

Errors:
Configure cluster services
ddbc2: Adding this node to the cluster.
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: Adding a node to the cluster
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: Starting the cluster service
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: A problem occurred when the wizrd attempted to start a service
Error 0x8007042b: The process terminated unexpectedly.
ddbc2: The changes to the luster configuration cannot be saved.
Error 0x8007042b: The process terminated unexpectedly.

When I review the logs I find the following information:

2005-10-27 16:11:28.250 [INFO] [BC] Configuring the Cluster service.
2005-10-27 16:11:28.343 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 0), (null)
2005-10-27 16:11:28.468 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 0), (null)
2005-10-27 16:11:28.562 [INFO] [BC] Attempting to create the 'ClusSvc'
service.
2005-10-27 16:11:29.171 [INFO] [BC] The 'ClusSvc' service has been
successfully created.
2005-10-27 16:11:29.265 [INFO] [BC] Setting the Cluster service account
information.
2005-10-27 16:11:29.921 [INFO] [BC] Setting the Cluster service failure
actions.
2005-10-27 16:11:30.312 [INFO] [BC] Setting the Cluster service
parameters.
2005-10-27 16:11:30.406 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 1), (null)
2005-10-27 16:11:30.515 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 1), (null)
2005-10-27 16:11:30.640 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 2), (null)
2005-10-27 16:11:30.750 [INFO] ddbc2: Creating the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E0-7E05-402C-81AA-1C3F1D782031}, 0, 2, 2), (null)
2005-10-27 16:11:30.875 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 0), (null)
2005-10-27 16:11:30.968 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 0), (null)
2005-10-27 16:11:31.062 [INFO] [BC] Attempting to start the 'ClusSvc'
service.
2005-10-27 16:11:31.484 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 1), (null)
2005-10-27 16:11:31.734 [INFO] ddbc2: Starting the cluster service
(hr=00000000, {7C5F0774-1611-42B5-AF3C-6E124AC4D36B},
{3ABE14E4-7E05-402C-81AA-1C3F1D782031}, 0, 102, 1), (null)
2005-10-27 16:11:34.953 [INFO] [BC] The service has returned error
0x00042b
to query service status. Throwing an exception.
2005-10-27 16:11:35.093 [INFO] [BC] Error 0x00042b occurred trying to
start
the 'ClusSvc' service.
2005-10-27 16:11:35.187 [INFO] [BC] Cluster Service Win32 Exit Code=
0x00042b
2005-10-27 16:11:35.296 [INFO] [BC] Cluster Service Specific Exit Code=
0x0003e3

The deal is that there are a few articles on this here:
http://support.microsoft.com/?kbid=890761
http://support.microsoft.com/default.aspx?scid=kb;en-us;828861

I contact Microsoft for the hotfix, but found out it is included in
SP1,
so
it wouldn't install. I also updated the password to 20 characters and
made
all the suggested sucurity changes, no luck.

Any help is greatly appreciated.
--
James Evans
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askddbc



Back to top
steventay



Joined: 28 Jul 2006
Posts: 1

Posted: Fri Jul 28, 2006 9:09 am    Post subject: Re: Adding 2nd node fails Reply with quote

James Evans wrote:
I got this to join finally. There was some merit to the reference about the
forcequorum. I had acutally edited the registery and put this entry in the
registry. I removed the entry, restarted the cluster service on Node1 and
then I was able to get Node 2 to join.

Thanks for you help.
--
James Evans
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askddbc


I also have this problem.

Anyone know where do i edit the registry?

Please help.

Thank you.
Back to top
View user's profile Send private message
 
Post new topic   Reply to topic    Windows Server Forum Index -> Clustering All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB