Quantcast
Channel: Rob V IT
Viewing all articles
Browse latest Browse all 64

SCVMM Error 12711. The cluster resource could not be found (0x138F)

$
0
0

Sometimes SCVMM Cannot refresh a VM and returns this error code.
Don’t know why this happens, maybe during a refresh while there is a back-up running.

But like the most of the SCVMM Refresh issues this one is also simple to resolve.
The error message:

Error (12711)
VMM cannot complete the WMI operation on the server (HPVCluster) because of an error: [MSCluster_Resource.Name=&] 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.

Cluster resource could not be found

To solve this issue:
Login on the Hyper-V Node. And run.

#Replace VMNAME with your VM which give the errorcode
get-clusterresource | where {$_.ownergroup -match "VMNAME" -and $_.resourcetype.name -eq 'virtual machine configuration'} | Update-ClusterVirtualMachineConfiguration

After this one, you can click Repair -> Ignore and Refresh in SCVMM.

The post SCVMM Error 12711. The cluster resource could not be found (0x138F) appeared first on Rob V IT.


Viewing all articles
Browse latest Browse all 64

Trending Articles