When you remove a node from a SQL cluster, you need to run two processes.
First, you need to remove the node from teh SQL installation, then you need
to evict the node. You can run them in reverse order, but it takes longer
since the remote tasks have to time out. Here is how you get out of this
mess.
Evict the replaced node from the cluster.
Run SQL Setup on the existing node. Remove the failed node from SQL. This
will clean up all the registry and configuration information associated with
the failed node.
Re-add the replaced node to the cluster.
Run SQL Setup on the existing node. Add the newly replaced node to the SQL
installation.
Re-run any service packs and hotfixes that were on the original cluster to
update the binaries on the new node. Note: this step may take the SQL
instance offline.
Good luck,

Signature
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP
> Hi,
>
[quoted text clipped - 26 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***