VMware Cloud Community
lihlcnkr
Enthusiast
Enthusiast
Jump to solution

how to send NMI to VM(hang VM, and generate kernel dump)?

how to send NMI to VM(hang VM, and generate kernel dump)?

the vcenter webclient have no menu to do it,

and after I using vsphereAPI to call sendNMI, the following error is occurred:

requested operation is not implemented by the server.

how to send NMI to VM using vcenter?

thanks

1 Solution

Accepted Solutions
SupreetK
Commander
Commander
Jump to solution

From the vCenter flash based web client, right click on the required VM and click on 'Export System Logs'. We see the below options -

pastedImage_0.png

Cheers,

Supreet

View solution in original post

5 Replies
SupreetK
Commander
Commander
Jump to solution

From the vCenter flash based web client, right click on the required VM and click on 'Export System Logs'. We see the below options -

pastedImage_0.png

Cheers,

Supreet

lihlcnkr
Enthusiast
Enthusiast
Jump to solution

Thanks very much.

it is works well.

lihlcnkr
Enthusiast
Enthusiast
Jump to solution

Hi, SupreetK ,the HungVM-> Send_NMI_To_Guest is not works in ESXI 6.0,

is it disabled in ESXI 6.0? how to enable it?

thanks.

0 Kudos
SupreetK
Commander
Commander
Jump to solution

lihlcnkr​ It should work even for 6.0. Alternatively, run the below command. More details in the link - VMware Knowledge Base

vm-support --performance --manifests="HungVM:Coredump_VM" --groups="Hardware Logs Network Storage System Userworld VirtualMachines" --vm="/path/to/vmx"

Cheers,

Supreet

0 Kudos
lihlcnkr
Enthusiast
Enthusiast
Jump to solution

thanks , SupreetK

it is known issue on ESXI 6.0 and need to update the host to latest patch.

Unable to collect vm-support log bundle for virtual machine (2145956) | VMware KB

anyway, thanks you very much~