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.
To solve this issue:
Login on the Hyper-V Node. And run.
1 2 |
#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.