I ann run any commands using clussvc.exe from dos. It says C:\WINDOWS\Cluster>clussvc.exe /resetquorumlog [CS] The Cluster service account is missing required user rights. Check the syst em event log for information on how to correct this problem. This account is missing required user rights to run the Cluster service. Check the system event log for information on how to correct this problem. I can start it from cluster administrator gui no problems
see answer in your previous post "nobody" wrote in message news:%23vKOwhtNIHA.5720@TK2MSFTNGP04.phx.gbl... > I ann run any commands using clussvc.exe from dos. It says > > C:\WINDOWS\Cluster>clussvc.exe /resetquorumlog > [CS] The Cluster service account is missing required user rights. Check the > syst > em event log for information on how to correct this problem. > This account is missing required user rights to run the Cluster service. > Check > the system event log for information on how to correct this problem. > > > I can start it from cluster administrator gui no problems > >
The cluster service runs using it's own account. It's simply a permissions error. Oliver
but I am logged in as a domain admin and a local admin. the cluster service account is also a local admin "Oliver Moazzezi [MVP]" wrote in message news:eUcGaNzNIHA.5988@TK2MSFTNGP02.phx.gbl... > The cluster service runs using it's own account. > > It's simply a permissions error. > > Oliver > > >
The cluster service also requires some User Rights assigned to the account running the account that is running the service. See MSKB 269229 for more details. If you are attempting to start cluster service using the /resetquorumlog flag, you're going about it the wrong way. You should do this using the following command: net start clussvc /resetquorumlog Hope this helps. Regards, John Visit my blog: http://msmvps.com/blogs/jtoner "nobody" wrote in message news:e9$UNp0NIHA.4440@TK2MSFTNGP06.phx.gbl... > but I am logged in as a domain admin and a local admin. the cluster service > account is also a local admin > "Oliver Moazzezi [MVP]" wrote in message > news:eUcGaNzNIHA.5988@TK2MSFTNGP02.phx.gbl... > > The cluster service runs using it's own account. > > > > It's simply a permissions error. > > > > Oliver > > > > > > > >
> > If you are attempting to start cluster service using the /resetquorumlog > flag, you're going about it the wrong way. You should do this using the > following command: > > net start clussvc /resetquorumlog > Actually both ways are OK if you just want to use /resetquorumlog you can do this indeed as John T suggests "net start clussvc /resetquorumlog" if you also want the /debug, then you can do the following c:\windows\cluster> clussvc.exe /resetquorumlog /debug all is described here : http://support.microsoft.com/kb/258078 please note that if you want to start the clussvc.exe from the command line you do need priviledges. Usually the cluster service is configured to run under a particular domain-user, you might want to actuall login using that user account, or do a run-as for cmd.exe for the command prompt window where you are working from. rgds, Edwin.