/var/core/ directory of the vCenter Server Appliance.The following entries are observed in /var/log/vMonCoredumper.log:
YYYY-DD-MM Successfully generated core file /var/core/core.ps.######.YYYY-DD-MM Successfully generated core file /var/core/core.ps.######.
This occurs because the ps process crashes when Skyline Health Diagnostics executes the command: /bin/ps auwwx --sort -rss
procps-ng-3.3.17-2.ph4.x86_64The core dump is triggered when VMware Skyline Health Diagnostics executes the command /bin/ps auwwx --sort -rss while collecting a vCenter Server log bundle.
The failure occurs because the ps utility crashes during execution of this command, resulting in a core dump.
This behavior is caused by a known issue in the procps-ng-3.3.17-2.ph4.x86_64 package included with the vCenter Server Appliance.
Workaround :
Cleanup the core.ps dumps generated by the process located at /var/core.
/var/core:cd /var/core
3.Remove the core.ps dumps file with the below command:
rm core.ps.######