728x90
오류 (12711)오류 때문에 VMM 서버(HPVCluster)
에서 WMI 작업을 완료할 수 없습니다: [MSCluster_Resource.Name=&] 클러스터 리소스를 찾을 수 없습니다.
클러스터 리소스를 찾을 수 없습니다(0x138F)
권장 작업
문제를 해결한 다음 작업을 다시 시도하십시오.
클러스터 리소스를 찾을 수 없습니다.
이 문제를
해결하려면 Hyper-V 노드에 로그인합니다. 그리고 달려라.
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
|
이 후 복구 -> SCVMM에서 무시 및 새로 고침을 클릭 할 수 있습니다.
728x90
'IT이야기 > Hyper-V' 카테고리의 다른 글
System Center 2012 – Virtual Machine Manager (VMM) Error Codes [24000-24999] (0) | 2023.04.14 |
---|---|
Hyper-V 인증서는 30일 이내에 만료됩니다. (0) | 2022.12.07 |
PowerShell, Hyper-V : Set VM IP from the host (0) | 2022.11.29 |
PowerShell, Hyper-V: List clustered VMs with mounted ISO, then dismount them all. (0) | 2022.11.29 |
Windows Storage spaces S2D(3Node) (0) | 2022.11.29 |