A general system error occurred: Failed to write header to "/var/log/vmware/journal/1786358045.5": Error while writing to fileThere is no space left on the device.
df -h" in IX appliance shows /var/log consumption at 100%Filesystem Size Used Avail Use% Mounted ondevtmpfs 4.0M 0 4.0M 0% /devtmpfs 2.9G 0 2.9G 0% /dev/shmtmpfs 1.2G 9.0M 1.2G 1% /runtmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup/dev/sda4 2.9G 2.0G 804M 72% //dev/sda5 488M 1.5M 461M 1% /var/lib/dev/sda3 89M 57M 27M 69% /boot/dev/sda6 2.8G 2.8G 0 100% /var/log/dev/sda2 10M 2.1M 7.9M 22% /boot/efitmpfs 592M 0 592M 0% /run/user/0
du -csx * | sort -nr | head
996K audit.log.2026-08-12_15:01:01.gz32K audit.log.2026-08-12_22:01:012.8G total2.8G audit.log.2026-08-12_16:01:010 audit.log.2026-08-16_18:01:010 audit.log.2026-08-16_17:01:010 audit.log.2026-08-16_16:01:010 audit.log.2026-08-16_15:01:010 audit.log.2026-08-16_14:01:010 audit.log.2026-08-16_13:01:01
VMware HCX
Some event flooded the system, causing the active audit log to bloat to its maximum capacity in a very short time period
Log rotation requires free disk space to create the .gz file. Because the file had completely filled the drive, gzip aborted.
Delete the older log files if not needed
Move the logs to /tmp directory or a remote location to free up space in /var/log