I opened this new thread in which to know the normal maintenance operations that ad admin should execute.
I would like to know some tips about the correct maintenance operations I should be aware.
Fore example I just noticed that my appliance (installed 1 month ago) is consuming too much space
running df -h the output is:
rsyslogsrv:/var/lib/mysql/Syslog# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 61G 46G 12G 80% /
tmpfs 443M 0 443M 0% /lib/init/rw
udev 10M 80K 10M 1% /dev
tmpfs 443M 0 443M 0% /dev/shm
searching for big files I founded:
/var/lib/mysql/Syslog
rsyslogsrv:/var/lib/mysql/Syslog# du -sh ./*
4.0K ./db.opt
12K ./SystemEvents.frm
16G ./SystemEvents.MYD
357M ./SystemEvents.MYI
12K ./SystemEventsProperties.frm
0 ./SystemEventsProperties.MYD
4.0K ./SystemEventsProperties.MYI
rsyslogsrv:/var/lib/mysql/Syslog#
./SystemEvents.MYD is the guilty
So...what could I do in order to reduce file syste usage? There is some maintenance function?
Thanks


