Panic Message: @BlueScreen: #PF Exception 14 in world 19435391:NetWorld-VM- IP 0x4200188bcaed addr 0x270Backtrace:0x453ab139bee0:[0x4200188bcaed]Vmxnet3VMKDev_AsyncTx@vmkernel#nover+0x1d stack: 0x430215a1b800, 0x42001873b1ee, 0x431582248148, 0x21218872707, 0x10x453ab139bf50:[0x420018926ba5]NetWorldPerVMCB@vmkernel#nover+0x1aa stack: 0x430215985588, 0x700000000, 0x0, 0x0, 0x00x453ab139bfe0:[0x420018cd67b2]CpuSched_StartWorld@vmkernel#nover+0xbf stack: 0x0, 0x420018744cf0, 0x0, 0x0, 0x00x453ab139c000:[0x420018744cef]Debug_IsInitialized@vmkernel#nover+0xc stack: 0x0, 0x0, 0x0, 0x0, 0x0
/var/run/log/vmkernel.log, which indicate that the host is out of reserved memory:In(182) vmkernel: cpu85:19435559)Admission failure in path: host:system:net:vmxnet3Fastslab-0x430340904fc0In(182) vmkernel: cpu85:19435559)vmxnet3Fastslab-0x430340904fc0 (162) requires 2048 KB, asked 2048 KB from host (0) which has 1609940220 KB occupied and 0 KB available.In(182) vmkernel: cpu85:19435559)Admission failure in path: host:system:net:vmxnet3Fastslab-0x430340904fc0In(182) vmkernel: cpu85:19435559)vmxnet3Fastslab-0x430340904fc0 (162) requires 2048 KB, asked 2048 KB from host (0) which has 1609940220 KB occupied and 0 KB available.VMware vSphere ESXi
/var/run/log/vmkernel.log will be similar to the following:
VM is suspended and stunned successfully during the vmotion:In(05) vcpu-0 - MigrateSetState: Transitioning from state MIGRATE_TO_VMX_PRECOPY (3) to MIGRATE_TO_VMX_CHECKPT (4).In(05) vcpu-0 - Migrate: Preparing to suspend.In(05) vcpu-0 - Migrate: VM starting stun, waiting 100 seconds for go/no-go message.
...In(05) vcpu-0 - Migrate: VM successfully stunned.
The vmotion fails since there is a failure to vmotion the dvfilter. The vmotion of the filter fails since since memory fails to be allocated for the task:In(05) vmx - Migrate: Caching migration error message list:In(05) vmx - [msg.migrate.fail.source.afterPrecopy] Migration failed after VM memory precopy. Please check vmkernel log for true error.In(05) vmx - [vob.heap.grow.failed] Heap dvfilterVMotion could not be grown by 1757184 bytes for allocation of 1757184 bytesIn(05) vmx - Migrate: Attempting to continue running on the source.In(05) vmx - Checkpoint_Unstun: vm stopped for 172309 us
The VM is unstunned again due to the failure to vmotion the dvfilter. As part of that the vNIC is activated again but this fails:In(05) vcpu-0 - VMXNET3 user: failed to activate 'EthernetX', status: 0xbad0005
The vNIC failed to activate because of stale entries in memory which were not cleaned up. The reference to the stale entries triggers the PSOD on the host:In(182) vmkernel: cpu85:19435559)Vmxnet3: 15255: Using default queue delivery for vmxnet3 for port <PORT ID>In(182) vmkernel: cpu85:19435559)NetEvent: 1264: failed to subscribe callback 0x4200188aa110 to netEvt port.vswitch.port.quiesce on chain port-4000147
The stale entries would have been cleaned up as part of disabling the port during the vmotion. But the port failed to be disabled correctly due to the low memory state on the host.