vCenter Server may experience disk space issues in the /storage/log partition due to the accumulation of large cis-license Java heap dump files (java_pid*.hprof). This can lead to various operational problems, including failed operations and potential service disruptions.
- VMware vCenter Server 7.0 and newer
The cis-license service in vCenter Server may occasionally experience an Out of Memory (OOM) condition, causing it to generate large heap dump files in the /storage/log directory. These files can quickly consume available disk space if not managed properly.
To clear the space and prevent future occurrences, follow these steps:
cd /storage/log
ls -lh cis-license/java_pid*.hprof
rm cis-license/java_pid*.hprof
cloudvm-ram-size -l | grep vmware-cis-license
cloudvm-ram-size -C <DoubleOutputFromStep1> vmware-cis-license
service-control --restart vmware-cis-license
cloudvm-ram-size -l | grep vmware-cis-license
Note: Please take an offline snapshot or backup of VCenter (standalone or incase of linked mode, kindly take it for all VCenter in ELM).