Groups | Blog | Home
all groups > sql server clustering > may 2006 >

sql server clustering : Cluster node replace windows 2003 server with sql server 2000


Replacing a cluster node
5/30/2006 6:08:01 PM
Hello to all.

We have a cluster server in active-pasive configuration, that is running sql
server 2000. We are planning replace both nodes of the cluster (one at each
step) without taking the entire cluster offline, and it´s critical that the
sql service don´t stop when the replacement is being made.

Our plan to replace each node is:

1) Move all the groups to the node that is not being replaced, shut down the
node to be replaced, disconnect it, then connect the new node.
2) Connect the new node and restore the cluster node configuration data and
configuration into the new node using Automated System Recovery from the
backups previously made from the old node.
3) Install sql server on the new node (only installing the database server
and ataching it to the existing virtual server as described in
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/failclus.mspx
in "Adding or Removing a Cluster Node from the Virtual Server Definition").

Our question is simple: Our plan will work? Any suggestions?

Thanks

Geoff N. Hiten
5/31/2006 12:00:00 AM
Replacing a cluster node is normally a non-disruptive operation, but only if
you follow the exact correct procedure. Here is where a test cluster, even
in a virtual environment, will be invaluable. You can use the copy to
develop and test procedures for the replacement process. Most importantly,
you can train yourself and your people without placing your production
system at risk.

--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP



"Replacing a cluster node" <Replacing a cluster
[quoted text, click to view]

Linchi Shea
5/31/2006 9:27:02 AM
Call me paranoid. But I'd suggest that you do plan for some down time for
this upgrade just in case. I'm not saying that the rolling replacement
doesn't work. I'm saying this from experience and observation. One
observation is that even our most critical
if-it's-down-the-company-is-out-of-business application can find maintenance
time (such as annual power down etc) to piggyback its upgrade, and even
though the vendor (not MS) supports rolling upgrade (not SQL Server) in
tightly controlled hardware environment, people don't really want to take the
risk of dealing with the complexity.

Just being cautious here. If you really can't plan any down time, you've got
to what you've got to do.

Linchi

[quoted text, click to view]
Geoff N. Hiten
5/31/2006 9:36:58 PM
I agree completely. You always want to do anything potentially disruptive
during a time where a failure will have the least consequences. Murphy is
the patron saint of Computer Science.

--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP





[quoted text, click to view]

AddThis Social Bookmark Button