Re: Problem with adding a node to a cluster
From: Loay Shbeilat [MS] (loays_at_microsoft.com)
Date: 05/17/04
- Next message: Loay Shbeilat [MS]: "Re: How to add a second node."
- Previous message: Jamie: "How to add a second node."
- In reply to: Loay Shbeilat [MS]: "Re: Problem with adding a node to a cluster"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 May 2004 09:13:51 -0700
Okay, this is starting to get tricky Lars, but we will give it a shot.
1) I would like you to check if the user running the wizard has access to
the following file : %windir%\cluster\clcfgsrv.inf
My believe that 90% it does.
2) If the above work, I would like you to check if the user running the
wizard has access to the following part of registry:
HKLM,System\CurrentControlSet\Services\EventLog\System
HKLM,System\CurrentControlSet\Services\ClusDisk\
HKLM,System\CurrentControlSet\Control\Session Manager\
HKLM,System\CurrentControlSet\Services\Disk
My feeling is that Group policy is setting some permissions on some of those
keys!! Or someone touched the ACL'es on those keys!!
So what is happening is that when the wizard tries to read/edit/write to the
registry it is getting access denied.
The exact registry edits happening by the wizard are: (in case you wanna
drill further to the problem):
>>>>>>>>>>>>>>>>>
Note that you need to interpret %32768% as %systemroot%
Append the expand_sz string to the value:
HKLM,"System\CurrentControlSet\Services\EventLog\System\ClusDisk","EventMess
ageFile",0x20000,"%32768%\ClusSvc.exe;%systemroot%\system32\iologmsg.dll"
Write DWORD value 7:
HKLM,"System\CurrentControlSet\Services\EventLog\System\ClusDisk","TypesSupp
orted",0x10001,7
Create key:
HKLM,System\CurrentControlSet\Services\ClusDisk\Parameters\Signatures
Write DWORD value 9:
HKLM,System\CurrentControlSet\Control\Session Manager\I/O
System,LargeIrpStackLocations,0x10003,9
Write DWORD value 20:
HKLM,"System\CurrentControlSet\Services\Disk","TimeOutValue",0x10003,20
<<<<<<<<<<<<<<<<<
-- Thanks, Loay Shbeilat MSCS Admin Tools STE "This posting is provided "AS IS" with no warranties, and confers no rights." "Loay Shbeilat [MS]" <loays@microsoft.com> wrote in message news:e%23h9XU5NEHA.1392@TK2MSFTNGP09.phx.gbl... > Is it possible to email me the setup log @ > WINDOWS\system32\LogFiles\Cluster\clcfgsrv.log > > Note that this may contain some information about your network > infranstructure, usernames, etc... > This log WILL NOT contain any passwords ( so you dont have to worry about > that part). > > > -- > Thanks, > Loay Shbeilat > MSCS Admin Tools STE > > "This posting is provided "AS IS" with no warranties, and confers no > rights." > > "L-G Is Digitally Yours" <Lars-Goran.Soderberg@ies.luth.se> wrote in message > news:e0NCzuzNEHA.1456@TK2MSFTNGP09.phx.gbl... > > Hi Loay, > > > > 1) I've tried to run the command from both nodes but I receive the same > > error on both. > > > > 2) I've tried to run the command as both as the service account named > > "clusterservice2" (we have another cluster already that is named > > "clusterservice"), and as the main domain administrator account. > > I have also made sure that the ClusterService2 account is added under the > > following: > > Local Security Settings -> Local Policies -> User Right Assignment -> > > "Act as a part of the Operating System" > > "Back up files and directories" > > "Increase Scheduling Priority" > > "Load and unload device drivers" > > "Lock pages in memory" > > "Act as a part of the Operating System" > > "Log on as a service" > > > > 3) Yes the password is correct. > > > > /lgs > > > > "Loay Shbeilat [MS]" <loays@microsoft.com> wrote in message > > news:OCVt3NtNEHA.1644@TK2MSFTNGP09.phx.gbl... > > > 1) where is the the command run from? (the node that is already > > clustered, > > > the node that is to be added, or another machine) > > > 2) what credentails are used to run the command? (Is it the cluster > > service > > > account or another user) > > > 3) did you validate the password you are typing in for the Cluster > service > > > Account? ( I am assuming this is yet :-) ) > > > > > > -- > > > Thanks, > > > Loay Shbeilat > > > MSCS Admin Tools STE > > > > > > "This posting is provided "AS IS" with no warranties, and confers no > > > rights." > > > > > > "L-G Is Digitally Yours" <Lars-Goran.Soderberg@ies.luth.se> wrote in > > message > > > news:e1$WNynNEHA.3124@TK2MSFTNGP12.phx.gbl... > > > > /TIA lgs > > > > > > > > When I try to add a second node in a cluster using the following > command > > > > from the first node: > > > > > > > > cluster iescluster2 /add:rachel /min /password:* /verbose > > > > > > > > The installation then crashes, and the following error message is > shown > > in > > > > the logfile (WINDOWS\system32\LogFiles\Cluster\clcfgsrv.log): > > > > > > > > > > > > > > > > RACHEL: Configuring the ClusDisk service (step 0 of 1) > > > > RACHEL: Configuring the ClusDisk service (step 1 of 1) > > > > RACHEL: Starting the ClusDisk service (step 1 of 12) > > > > RACHEL: A problem occurred when the wizard attempted to create a > > > > service. Restart the wizard and try again. (step 1 of 1) > > > > System error -2147024891 has occurred (0x80070005). > > > > > > > > > > > > RACHEL: Starting the ClusDisk service (step 12 of 12) > > > > System error -2147024891 has occurred (0x80070005). > > > > > > > > > > > > RACHEL: Adding a node to the cluster (step 1 of 1) > > > > System error -2147024891 has occurred (0x80070005). > > > > > > > > > > > > RACHEL: The changes to the cluster configuration cannot be saved. > > > (step > > > > 1 of 1) > > > > System error -2147024891 has occurred (0x80070005). > > > > > > > > > > > > RACHEL: Adding this node to the cluster. (step 2 of 2) > > > > System error -2147024891 has occurred (0x80070005). > > > > > > > > > > > > > > > > > > > > System error 5 has occurred (0x00000005). > > > > > > > > > > > > > > > > > > > > > > > > > > > >
- Next message: Loay Shbeilat [MS]: "Re: How to add a second node."
- Previous message: Jamie: "How to add a second node."
- In reply to: Loay Shbeilat [MS]: "Re: Problem with adding a node to a cluster"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|