Hi,
we currently had a filled up root filesystem in the ramdisk on several ESXi 5.0 hosts.
~# vdf -h
[...]
-----
Ramdisk Size Used Available Use% Mounted on
root 32M 32M 0B 100% --
etc 28M 276K 27M 0% --
tmp 192M 28K 191M 0% --
hostdstats 1053M 11M 1041M 1% --
AFAIK this is not monitored by the vCenter.
How can I monitor the ramdisk?
The culprit was a 3rd party plugin logging somewhere in /opt. Deleting the logs did the trick.
I've seen a crond command - is this a real cron deamon? How can I configure it? I haven't seen a crontab file. And where can I place some scripts?
All this must survive a reboot, otherwise it's useless.