vCenter Server Applicance disk space is full
vCenter Server Applicance disk space is full
APPLIES TO
VMware vCenter Server Applicance - 7.0.2 - 17920168
SYMPTOMS
The /storage/log is full.
root@localhost [ ~ ]# df -h |
CAUSE
vCenter has a large number of localhost_access log files generated under /storage/log/vmware/eam/web/.
SOLUTION
- Remove the log files.
# rm -f /storage/log/vmware/eam/web/localhost_access.*.log - Backup the file.
# cp -a /usr/lib/vmware-eam/web/conf/server.xml{,.bak} - Stop the ESX Agent Manager service:
# service-control --stop vmware-eam - Edit
/usr/lib/vmware-eam/web/conf/server.xml. - Locate the line
<Valve className="org.apache.catalina.valves.AccessLogValve". - Modify the numberOfDays :
maxDays="<numberOfDays>"or add maxDays="" if the parameter is not present within the brackets. - Save the change changes, and restart the ESX Agent Manager service:
# service-control --start vmware-eam
REFERENCE
・ Failed to start file system check on dev_disk... error on Photon OS based virtual appliances (2149838).pdf |
・ Troubleshooting vCenter Appliance _storage_log directory is 80% or more full (83070).pdf |
・ vCenter Server Appliance disk space is full (76563).pdf |
・ vCenter Server _storage_log filling up due to localhost_access.log and catalina.log in sso and lookupsvc log directories (85475).pdf |
・ 503 Service Unavailable error on the vSphere Web Client when logging in or accessing the vCenter Server.pdf |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.





