What does HRESULT 0x80370001 (ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED) mean?

 
Could be also:
ConstantTypeOS
STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USEDNTSTATUSWindows
Previous Next
ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED WHV_E_UNKNOWN_CAPABILITY

ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED

ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED is HRESULT 0x80370001 in the NUMA placement advisory area of the Windows virtualization stack. The built-in message names the immediate result; the useful custom context is the exact boundary: host-side placement of a VM's guest-physical backing pages across more than one physical NUMA node. Record the first returning operation and host-side event before a management layer retries or translates it.

What the code establishes

This is a placement warning, not evidence that guest memory is corrupt. It records that at least part of the VM working set is remote from the processor locality that owns or frequently accesses it.

Hyper-V architecture documentation identifies VID as the component that provides partition, virtual-processor, and memory-management services., many ERROR_VID_* values describe internal host objects rather than a public API that administrators should call directly. Accordingly, diagnose this result through the named object/state, the VMMS or Worker event chain, and the operation that produced it; do not invent a user-mode VID call from the constant name.

Neighboring result: Contrast it with invalid NUMA configuration: this status can accompany a running VM and matters primarily when latency, bandwidth, or cross-node traffic is measurably poor.

Evidence that should survive remediation

EvidenceWhy it changes the diagnosis
VM and host NUMA topologyRecord vCPU count, virtual NUMA nodes, assigned memory, host node sizes, and whether NUMA spanning is enabled.
Placement and pressureCapture host free memory by node, Dynamic Memory state, startup RAM, and whether another VM forced remote allocation.
Workload symptomKeep CPU-ready time, memory latency indicators, and the exact interval in which throughput or tail latency changed.
Mobility historyNote live migration, restore, host reboot, or configuration changes that preceded the advisory.

Preserve identifiers and counts without dumping guest secrets or unrelated memory. Useful this result timestamps include the last successful operation, first failure, any automatic retry, and the object-generation change that followed.

Controlled diagnostic sequence

  1. Compare performance with the VM placed on a host that can satisfy its working set within one NUMA node.
  2. Keep guest workload, vCPU count, and memory size fixed while changing only NUMA placement or spanning policy.
  3. Check whether the warning remains when competing VMs are stopped or moved.
  4. Do not delete saved state or virtual disks merely because this informational result appears.

Evaluate this result with the same workload and VM size while varying only documented NUMA configuration or placement. Record topology on every intended host rather than inferring it from socket labels.

Read the comparison tests

Across these controls for it, preserve host-side placement of a VM's guest-physical backing pages across more than one physical NUMA node as the boundary under test.

ControlInterpretationHold constant
Automatic versus explicit virtual NUMA — this resultIf automatic topology removes it, compare each overridden node count, processor limit, and memory limit with host topology.Keep VM vCPU count, memory, Dynamic Memory mode, and workload fixed for it.
Every intended destination host — itA it that follows one node indicates a host-local topology or placement constraint.Use the same VM configuration and record each host NUMA layout in the result test.
Local versus cross-node placement — itMeasure workload latency and throughput under both placements. This distinguishes a it correctness failure from a performance advisory.Hold guest workload and processor affinity stable while comparing it.

Avoid the wrong recovery

A restart can change placement and make it disappear once without proving the topology is valid or performance is stable. Close the result investigation only after repeatable placement and workload comparisons.

Acceptance test

The condition is understood when either performance remains acceptable despite remote pages, or a controlled locality change removes both the advisory and the measured regression. Repeat the original operation under the original supported conditions and retain one deliberate negative control. A management command succeeding on a different object is not sufficient to close this incident.

Technical references

These sources define it and the public Hyper-V architecture surrounding the internal state. They do not create a public user-mode VID API for the named object.


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