Virtual Machine failed to initialize. (Virtual machine ID EC3DE3E5-F285-4E02-9E85-D325DC6E4212)
Cluster resource 'Virtual Machine ' of type 'Virtual Machine' in clustered role '' failed. The error code was '0x42b' ('The process terminated unexpectedly.').
Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it. Check the resource and group state using Failover Cluster Manager or the Get-ClusterResource Windows PowerShell cmdlet.
To disable this fix
reg add
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Memory Management" /v FeatureSettingsOverride /t REG_DWORD /d 3 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG_DWORD /d
3 /f
Restart the server for the changes to take effect.
Then enable the fix
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Memory Management" /v FeatureSettingsOverride /t REG_DWORD /d 0 /f
reg add
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG_DWORD /d
3 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Virtualization" /v MinVmVersionForCpuBasedMitigations /t
REG_SZ /d "1.0" /f
Restart the server for the changes to take effect.
Hiç yorum yok:
Yorum Gönder