daknetworks.com

You are here: Blog VMware /storage/log Directory Full

VMware /storage/log Directory Full

Here is the link from VMware for the /storage/log directory being full:
https://kb.vmware.com/s/article/89009

  1. Connect to the VCSA by means of SSH
  2. to resolve the space issue temporarily, purge the content from content-library-runtime.log.stdout:
    # cd /storage/log/vmware/content-library/
    # echo > content-library-runtime.log.stdout  
  3. replace the content in /etc/vmware-content-library/log4j.properties with the contents of the file attached to this KB:
    # cd /etc/vmware-content-library/
    # cp -R log4j.properties log4j.properties.old
    # cat /dev/null > log4j.properties
    # vi log4j.properties - insert data from file attached to this document
  4. Verify the file ownership/permissions and change accordingly:
    # chown content-library:cis log4j.properties
    # chmod 640 log4j.properties
  5. Restart the content library service using:
    # service-control --restart content-library

Contact Dak Networks

We are not taking on new clients at this time.