When I try to Remove a Node from a clustered instance I get the following error message:
==============================
The following error occurred:
The cluster disk device name '' is not valid. Supported devices names include d
rive letters, OS object name, and volume IDs.
Error result: -2067791871
Result facility code: 1216
Result error code: 1
Please review the summary.txt log for further details
We are running SQL Server 2008R2 SP2on aWindows 2008R2-Cluster with several instances (15 ) each in its own ServiceGroup. The Cluster Validation returned no Error.
We are using Vertias Storage Foundation to connect to the SAN especially for mirroring. The Storage Validation went o.k.
I Was Trying tor remove the Node using the GUI an with the commandline
<Drive>:\MSSQLServer2008R2EE_SP2\SQLServer2008R2_SP2\setup.exe /q /ACION=RemoveNode /INSTANCENAME="Instance" /INDICATEPROGRESSHow can I Remove this Instance from the cluster?