Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Gyto
Posting Yak Master
144 Posts |
Posted - 2012-07-18 : 05:33:34
|
Hi there,
I'm having trouble failing over the Quorum resource manually from the command line. I am trying to use the following command:
cluster group "Cluster Group" /move
Whenever I run this I get the error message:
System error 5 has occurred <0x00000005>. Access is denied.
I am logged in with Domain Admin rights so I'm not sure why this still won't work - any ideas?
Thanks,
Matt |
|
Jim S
Starting Member
1 Post |
Posted - 2012-09-06 : 18:28:09
|
Hopefully you've solved the puzzle by now. On windows 2008 and above, run a command window "as administrator". You do not automatically get this right unless you have your system admin make changes in the local policies.
quote: Originally posted by Gyto
Hi there,
I'm having trouble failing over the Quorum resource manually from the command line. I am trying to use the following command:
cluster group "Cluster Group" /move
Whenever I run this I get the error message:
System error 5 has occurred <0x00000005>. Access is denied.
I am logged in with Domain Admin rights so I'm not sure why this still won't work - any ideas?
Thanks,
Matt
Jim S |
 |
|
|
|
|