Site icon EfmSoft

What does NTSTATUS 0xC035001A (STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO) mean?

 
Could be also:
ConstantTypeOS
ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFOHRESULTWindows
Previous Next
STATUS_HV_OBJECT_IN_USE STATUS_HV_NO_DATA

STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO

The NUMA proximity information does not match the topology Hyper-V accepts

STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO points to topology metadata. A proximity domain describes locality relationships, usually between processors and memory in a NUMA system. Hyper-V uses such information when exposing or validating a partition topology, scheduling model, or memory placement policy.

Diagnose the NUMA model rather than treating the status as a generic VM start failure. Bad node identifiers, duplicate domains, missing memory affinity, impossible processor-to-domain mappings, or stale topology after host CPU/memory changes can all make an otherwise reasonable VM configuration invalid.

What to compare

Useful distinction

This status is narrower than a general processor or memory error. It says the locality description itself is invalid, so changing unrelated VM settings may hide the symptom without fixing the topology mismatch.

References


Looking for a different code? Search another status or error code.

Exit mobile version