vCenter server may experience disk space issues in the /storage/log partition due to the accumulation of large infraprofile Java heap dump files (java_pid*.hprof).
This can lead to various operational problems, including failed operations and potential service disruptions.
The infraprofile
service in vCenter Server may intermittently encounter an Out of Memory (OOM) condition.
When this occurs, the service generates large heap dump files in the /storage/log
directory. If not proactively managed, these files can rapidly consume available disk space, potentially leading to broader system issues.
Resolution:
Work-around:
To clear the space and prevent future occurrences, follow these steps:
/storage/log
partition./storage/log
directory:cd /storage/log/vmware
ls -lh infraprofile/java_pid*.hprof && rm infraprofile/java_pid*.hprof
cloudvm-ram-size -l | grep vmware-infraprofile
cloudvm-ram-size -C <DoubleOutputFromStep1> vmware-infraprofile
service-control --restart vmware-infraprofile
cloudvm-ram-size -l | grep vmware-infraprofile
If the issue persists after increasing memory allocation, consider opening a support ticket with VMware for further assistance.
Ensure that vCenter Server has adequate resources allocated, particularly if running in a resource-constrained environment.