PS C:\Windows\system32> get-cluster
Name
----
sql2012poc_cl1
PS C:\Windows\system32> get-clustergroup
Name OwnerNode State
---- --------- -----
AG1 srvgnpw049 Failed
Available Storage srvgnpw049 Offline
Cluster Group srvgnpw049 Online
PS C:\Windows\system32> remove-clustergroup AG1
remove-clustergroup : The object has been deleted from the cluster.
At line:1 char:1
+ remove-clustergroup AG1
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (:) [Remove-ClusterGroup], ClusterCmdletException
+ FullyQualifiedErrorId : ClusterObjectNotFound,Microsoft.FailoverClusters.PowerShell.RemoveClusterGroupCommand
PS C:\Windows\system32> get-clusterresource
get-clusterresource : The object has been deleted from the cluster.
At line:1 char:1
+ get-clusterresource
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (:) [Get-ClusterResource], ClusterCmdletException
+ FullyQualifiedErrorId : ClusterObjectNotFound,Microsoft.FailoverClusters.PowerShell.GetResourceCommand
PS C:\Windows\system32>
我正在尝试从 Windows 2012 故障转移群集中删除群集角色,但在 WFC 管理器 GUI 和 PS 中都出现上述错误。AG1 集群角色在 GUI 中仍然可见,并且集群核心资源在 GUI 中为空。
请告知如何删除 AG1 角色并再次显示集群核心资源。