Coredumps are used for analysis and debugging if/when a ESX host "crashes" with a "kernel panic". This is visualized by a purple screen (often called PSOD, similar to Windows'es "Blue Screen Of Death").
VMWare ESX 5.5 and newer introduces the ability to perform coredumps to a file instead of a partition.
To configure this, you need access to the ESX host's CLI (either through vSphere Management Assistant (vMA), directly on the host through console or SSH, or some other method). For this to work, you need "root" access (or the equivalent of it through vMA).
ls -l /vmfs/volumes
esxcli system coredump file add -d DATASTORE_UUID -f FILENAME
esxcli system coredump file list
esxcli system coredump file set -p /vmfs/volumes/DATASTORE_UUID/vmkdump/FILENAME
To remove a coredump file, you can use a similar command to remove it:
esxcli system coredump file remove -f /vmfs/volumes/DATASTORE_UUID/vmkdump/FILENAME
Note that to remove a specific file, you need to do this on the host that is actively using the dumpfile, or else you will get a "Device/resource busy" error message. Also, if the file is actively in use, you may need to specify --force to forcefully remove the file (which will actually deactivate it before removing it).
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |