Ryan, I have configured the dump collector setting on the ESXi Host.
esxcli system coredump network get
esxcli system coredump network set --interface-name vmk0 --server-ipv4 10.1.1.5 --server-port 6500
esxcli system coredump network set --enable true
esxcli system coredump network get
I can see all the details however when I intentionally generate a PSOD on the server dump file gets created but when I rebooted the esxi host the dump collector settings are gone.
I have to re-enable the settings.
Any suggestions on why the esxi host is loosing the dump collector settings after it crashes.
Thanks