Site icon EfmSoft

What does HRESULT 0xC035001A (ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO) mean?

 
Could be also:
ConstantTypeOS
STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFONTSTATUSWindows
Previous Next
ERROR_HV_OBJECT_IN_USE ERROR_HV_NO_DATA

ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO

A proximity domain is a NUMA locality identifier, not a Windows domain

ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO concerns NUMA placement data supplied to Hyper-V. Proximity domains group processors and memory with relatively low access latency. An invalid domain ID, unsupported flags, reserved bits, or locality request inconsistent with the host topology can make partition creation or resource placement fail.

Record the complete HV_PROXIMITY_DOMAIN_INFO value and the host NUMA topology at the time of the call. Do not confuse the domain with an Active Directory name or device security domain. If the management layer synthesizes virtual NUMA settings, validate node counts, memory sizes, and processor placement together rather than checking the ID alone.

NUMA data to compare

References


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

Exit mobile version