Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Thu, 29 Nov 2007 17:19:24 -0800,    group: microsoft.public.exchange.clustering        back       


deleting everything under Q:\MSCS   
what happens if i delete everything under Q:\MSCS?

what will happen?
date: Thu, 29 Nov 2007 17:19:24 -0800   author:   nobody

Re: deleting everything under Q:\MSCS   
Don't do that.  Whacking your registry checkpoint would be a bad idea.

\
"nobody"  wrote in message 
news:uBKNM8uMIHA.4740@TK2MSFTNGP02.phx.gbl...
> what happens if i delete everything under Q:\MSCS?
>
> what will happen?
>
date: Thu, 29 Nov 2007 19:13:34 -0800   author:   John Fullbright fjohn@donotspamnetappdotcom

Re: deleting everything under Q:\MSCS   
this is a test cluster. I want to break it and rebuild.  how do I break a 
cluster and do a restore?
"John Fullbright" <fjohn@donotspamnetappdotcom> wrote in message 
news:ec2EB8vMIHA.4808@TK2MSFTNGP05.phx.gbl...
> Don't do that.  Whacking your registry checkpoint would be a bad idea.
>
> \
> "nobody"  wrote in message 
> news:uBKNM8uMIHA.4740@TK2MSFTNGP02.phx.gbl...
>> what happens if i delete everything under Q:\MSCS?
>>
>> what will happen?
>>
>
>
date: Thu, 29 Nov 2007 19:21:45 -0800   author:   nobody

Re: deleting everything under Q:\MSCS   
Evict all the nodes, then on the last node do a /forcecleanup


"nobody"  wrote in message 
news:uvlsjAwMIHA.5160@TK2MSFTNGP05.phx.gbl...
> this is a test cluster. I want to break it and rebuild.  how do I break a 
> cluster and do a restore?
> "John Fullbright" <fjohn@donotspamnetappdotcom> wrote in message 
> news:ec2EB8vMIHA.4808@TK2MSFTNGP05.phx.gbl...
>> Don't do that.  Whacking your registry checkpoint would be a bad idea.
>>
>> \
>> "nobody"  wrote in message 
>> news:uBKNM8uMIHA.4740@TK2MSFTNGP02.phx.gbl...
>>> what happens if i delete everything under Q:\MSCS?
>>>
>>> what will happen?
>>>
>>
>>
>
>
date: Thu, 29 Nov 2007 19:34:52 -0800   author:   John Fullbright fjohn@donotspamnetappdotcom

Re: deleting everything under Q:\MSCS   
don't do it

but if you only want to test, and only on a test cluster

- delete your Q:\MSCS content
(might not be that easy, as cluster will have handles open to this disk and
files)

I think you can do the following to restore functionality
1) shutdown all nodes but 1
2) on the working node, make sure cluster service is not started
3) open a CMD prompt
4) goto c:\windows\cluster
5) start the cluster service on the CMD line like this "clussvc.exe
/resetquorumlog /debug"

this will start the cluster service and it will rewrite the quorum.
This is a "single node mode" so you will not be able to start the other
nodes

6) open cluadmin and check all is OK and close again.
7) hit (CTRL)-C in the CMD window to stop clussvc
8) start cluster service using services control panel
9) open cluadmin and check all is OK
10) start other nodes (1 by 1) and check if you can move groups up/down

<begin-obvious-warning>
again, for testing on a test cluster
do NOT do this on your product
<end-obvious-warning>

please note there are different command line switches
/fixquorum -- will not rewrite a new quorum, but will try to fix a corrupted
quorum
/noquorumlogging -- will allow you to run clussvc without a quorum (you can
open cluadmin and fix things)

Have fun,
Rgds,
Edwin.


"nobody"  wrote in message
news:uBKNM8uMIHA.4740@TK2MSFTNGP02.phx.gbl...
> what happens if i delete everything under Q:\MSCS?
>
> what will happen?
>
>
date: Fri, 30 Nov 2007 11:57:42 -0000   author:   Edwin vMierlo [MVP]

Re: deleting everything under Q:\MSCS   
I tried shutting down one node. then stopped the cluster service on second 
node

but when i tried to start with

clussvc.exe /resetquorumlog /debug

I get this errorr



C:\WINDOWS\Cluster>clussvc.exe /resetquorum
[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.
"Edwin vMierlo [MVP]"  wrote in 
message news:eHwH4g0MIHA.5400@TK2MSFTNGP04.phx.gbl...
> don't do it
>
> but if you only want to test, and only on a test cluster
>
> - delete your Q:\MSCS content
> (might not be that easy, as cluster will have handles open to this disk 
> and
> files)
>
> I think you can do the following to restore functionality
> 1) shutdown all nodes but 1
> 2) on the working node, make sure cluster service is not started
> 3) open a CMD prompt
> 4) goto c:\windows\cluster
> 5) start the cluster service on the CMD line like this "clussvc.exe
> /resetquorumlog /debug"
>
> this will start the cluster service and it will rewrite the quorum.
> This is a "single node mode" so you will not be able to start the other
> nodes
>
> 6) open cluadmin and check all is OK and close again.
> 7) hit (CTRL)-C in the CMD window to stop clussvc
> 8) start cluster service using services control panel
> 9) open cluadmin and check all is OK
> 10) start other nodes (1 by 1) and check if you can move groups up/down
>
> <begin-obvious-warning>
> again, for testing on a test cluster
> do NOT do this on your product
> <end-obvious-warning>
>
> please note there are different command line switches
> /fixquorum -- will not rewrite a new quorum, but will try to fix a 
> corrupted
> quorum
> /noquorumlogging -- will allow you to run clussvc without a quorum (you 
> can
> open cluadmin and fix things)
>
> Have fun,
> Rgds,
> Edwin.
>
>
> "nobody"  wrote in message
> news:uBKNM8uMIHA.4740@TK2MSFTNGP02.phx.gbl...
>> what happens if i delete everything under Q:\MSCS?
>>
>> what will happen?
>>
>>
>
>
date: Tue, 4 Dec 2007 16:29:48 -0800   author:   nobody

Re: deleting everything under Q:\MSCS   
The user you are logged on as does not have the appropriate rights.
Try logging on with a more priviledged account, or the actual account that
is running the cluster service


"nobody"  wrote in message
news:%23H06yXtNIHA.4832@TK2MSFTNGP04.phx.gbl...
> I tried shutting down one node. then stopped the cluster service on second
> node
>
> but when i tried to start with
>
> clussvc.exe /resetquorumlog /debug
>
> I get this errorr
>
>
>
> C:\WINDOWS\Cluster>clussvc.exe /resetquorum
> [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.
> "Edwin vMierlo [MVP]"  wrote in
> message news:eHwH4g0MIHA.5400@TK2MSFTNGP04.phx.gbl...
> > don't do it
> >
> > but if you only want to test, and only on a test cluster
> >
> > - delete your Q:\MSCS content
> > (might not be that easy, as cluster will have handles open to this disk
> > and
> > files)
> >
> > I think you can do the following to restore functionality
> > 1) shutdown all nodes but 1
> > 2) on the working node, make sure cluster service is not started
> > 3) open a CMD prompt
> > 4) goto c:\windows\cluster
> > 5) start the cluster service on the CMD line like this "clussvc.exe
> > /resetquorumlog /debug"
> >
> > this will start the cluster service and it will rewrite the quorum.
> > This is a "single node mode" so you will not be able to start the other
> > nodes
> >
> > 6) open cluadmin and check all is OK and close again.
> > 7) hit (CTRL)-C in the CMD window to stop clussvc
> > 8) start cluster service using services control panel
> > 9) open cluadmin and check all is OK
> > 10) start other nodes (1 by 1) and check if you can move groups up/down
> >
> > <begin-obvious-warning>
> > again, for testing on a test cluster
> > do NOT do this on your product
> > <end-obvious-warning>
> >
> > please note there are different command line switches
> > /fixquorum -- will not rewrite a new quorum, but will try to fix a
> > corrupted
> > quorum
> > /noquorumlogging -- will allow you to run clussvc without a quorum (you
> > can
> > open cluadmin and fix things)
> >
> > Have fun,
> > Rgds,
> > Edwin.
> >
> >
> > "nobody"  wrote in message
> > news:uBKNM8uMIHA.4740@TK2MSFTNGP02.phx.gbl...
> >> what happens if i delete everything under Q:\MSCS?
> >>
> >> what will happen?
> >>
> >>
> >
> >
>
>
date: Wed, 5 Dec 2007 07:24:12 -0000   author:   Edwin vMierlo [MVP]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us