Stopping a clustered service

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

For administrative purposes, I need to stop a clustered
service temporarily and not have it automatically fail
over, while keeping all other services up and running.
What's the best way to do this? This is a 2 node, active/
passive cluster. Thanks.
 
Dave, on the passive side, stop the Cluster service. That
will prevent a roll if you stop or fail an instance on the
active server.
Bill
 
Actually, you should not stop the cluster service. All you need to do is Pause the other node. All resources currently running on that node will
continue to function but it will not take on any new resources until you have un-paused it.

This message is provided as is and does not imply any warranty or gaurantee of support of any kind.

--------------------
| Content-Class: urn:content-classes:message
| From: "Bill" <[email protected]>
| Sender: "Bill" <[email protected]>
| References: <[email protected]>
| Subject: Stopping a clustered service
| Date: Thu, 6 Nov 2003 08:20:27 -0800
| Lines: 13
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcOkgeOR/A6RRRZNQI2si1/i7AuGXA==
| Newsgroups: microsoft.public.win2000.advanced_server
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.win2000.advanced_server:13832
| NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
| X-Tomcat-NG: microsoft.public.win2000.advanced_server
|
| Dave, on the passive side, stop the Cluster service. That
| will prevent a roll if you stop or fail an instance on the
| active server.
| Bill
| >-----Original Message-----
| >For administrative purposes, I need to stop a clustered
| >service temporarily and not have it automatically fail
| >over, while keeping all other services up and running.
| >What's the best way to do this? This is a 2 node,
| active/
| >passive cluster. Thanks.
| >.
| >
|
 
Back
Top