Fix Core Dump Issue on UCS Blade

Rahul Agarwal
Feb 25, 2021

Please use below to fix core dump issue on physical blades running ESXi:

login as: rootUsing keyboard-interactive authentication.Password:The time and date of this login have been sent to the system logs.VMware offers supported, powerful system administration tools.  Pleasesee www.vmware.com/go/sysadmintools for details.The ESXi Shell can be disabled by an administrative user. See thevSphere Security documentation for more information.[root@ucs-blade:~] esxcli system coredump network set --interface-name vmk0 --server-ipv4 <IP_Address> --server-port 6500[root@ucs-blade:~] esxcli system coredump network set --enable true[root@ucs-blade:~] esxcli system coredump network getEnabled: trueHost VNic: vmk0Is Using IPv6: falseNetwork Server IP: <IP_Address>Network Server Port: 6500

--

--