Hi - a 3rd party application has created a spurious disk resource in our Windows 2012 cluster & I am unable to delete it, the GUI hangs if I right click the resource & Powershell Remove-ClusterResource returns:
PS C:\Users\administrator.MONITORING> Remove-ClusterResource "new datakeeper volume"Remove-ClusterResource : An error occurred while retrieving the characteristics for the resource 'new datakeeper
volume'.
A null context handle was passed from the client to the host during a remote procedure call
At line:1 char:1
+ Remove-ClusterResource "new datakeeper volume"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Remove-ClusterResource], ClusterCmdletException
+ FullyQualifiedErrorId : Remove-ClusterResource,Microsoft.FailoverClusters.PowerShell.RemoveClusterResourceCommand
Any ideas how I can get rid of the resource?, looks like deleting the HKLM\Cluster\resource Guid for this resource doesn't work on Win 2012 (the key disappears when you stop the cluster service).
The Disk is assigned to "Available Storage"
Thanks for any ideas.