This article provides troubleshooting steps when the ESXi /tmp ramdisk reaches 100% utilization. A full /tmp partition prevents vMotion operations, causes HA agent failures, and restricts access to the VMware Host Client
Symptoms:
vmkwarning.log contains: WARNING: VisorFSRam: 203: Cannot extend visorfs file ... because its ramdisk (tmp) is full.VMware vSphere ESXi
The /tmp partition is a memory-backed ramdisk with limited capacity. It fills when excessive logs, stale patch artifacts, or temporary process files (e.g., vim-cmd*.txt from NSX-T or auto-backup.sh scripts) accumulate.
vdf -h | grep tmpls -lSh /tmp | head -n 20/tmp.vim-cmd*.txt files are present, restart the service: /etc/init.d/nsx-exporter restart and remove the files.rm.vdf -h | grep tmpNote: A host reboot will clear the /tmp ramdisk temporarily, but identifying the root cause is necessary to prevent recurrence.