/
NMI on vmware fusion
NMI on vmware fusion
Check VM:
Add changes to /etc/system:
set pcplusmp:apic_panic_on_nmi=1 set apix:apic_panic_on_nmi=1
put your VM to suspend
go to local file system where VM files stored and found file *.vmss
Run Perl command:
perl -i -pe 's/(?<=pendingNMI\x00{4})\x00/\x01/' *.vmss
resume your VM
as result - you can see reboot with crash dump
Related content
Parse panic dump
Parse panic dump
More like this
How to clear fmadm log or FMA faults log2
How to clear fmadm log or FMA faults log2
More like this
2.0.3.15 VMW
2.0.3.15 VMW
More like this
Запуск STABILITY тестов на VM
Запуск STABILITY тестов на VM
More like this
Solaris Fault Manager
Solaris Fault Manager
More like this
Tests on Virtual Machine Environment
Tests on Virtual Machine Environment
More like this