search
Categories
Sponsors
VirtualMetric Hyper-V Monitoring, Hyper-V Reporting
Archive
Blogroll

Badges
MCSE
Community

Cozumpark Bilisim Portali
SCVMM Error 12711 – The cluster resource could not be found (0x138F)
Posted in Virtual Machine Manager, Windows Powershell | 4 Comments | 10,799 views | 14/11/2011 11:18

You may get this error when you try to refresh virtual machine.

Error (12711)
VMM cannot complete the WMI operation on server node01.yusufozturk.info because of error: [MSCluster_Resource.Name=”69598e3a-3567-4b40-b7d9-dd08ed1169df”] The cluster resource could not be found.

(The cluster resource could not be found (0x138F))

Recommended Action
Resolve the issue and then try the operation again.

You should refresh cluster configuration to fix this issue. Go to one of the Cluster nodes.
Execute the commands on Powershell:

1
2
Import-Module FailoverClusters
Get-ClusterResource -c CLUSTERNAME | where {$_.resourcetype.name -eq 'virtual machine configuration'} | Update-ClusterVirtualMachineConfiguration

After that, you can refresh Cluster and VM from SCVMM console. That should fix the issue.


Comments (4)

Yusuf

November 22nd, 2011
13:11:52

konu için teşekkür ederim.İşimi gördü.


unx

June 4th, 2013
14:58:59

Thank you! This resolved the problem


Bob

August 13th, 2013
20:07:41

Spot on thank you


pavan

July 29th, 2020
06:08:55

Thank you! This resolved the problem.
for complete coding vist this website
Visit W3Schools.com!



Leave a Reply