YYYY-MM-DDTHH:MM:SS.323Z cpu16:75446085)WARNING: VisorFSRam: 233: Cannot extend visorfs file /tmp/bbFile2.txt because its ramdisk (tmp) is full.
YYYY-MM-DDTHH:MM:SS.327Z cpu14:75334706)WARNING: VisorFSRam: 233: Cannot extend visorfs file /tmp/hp-mem.txt because its ramdisk (tmp) is full.
YYYY-MM-DDTHH:MM:SS.877Z cpu3:44602881)<4>hpsa 0000:03:00.0: Device:C0:B0:T0:L1 Command:0x85 CC:05/20/00 Illegal Request.
vdf | grep tmp
Sample output
tmp 192M 192M 0B 100% --
To resolve the issue, clear any large files from /tmp directory in ESXI host
Steps to follow:
vdf | grep tmp
cd /tmp
du -a <Path> | sort -n -r | head -n 20
ls -lha
If there are any files that are very large, or which seem to have a very high number filling up the ramdisk.