Originally posted by: ddmurray
Have you tried doing a du -g | sort -n?
This will give you a listing by number of what the largest files and subdirectories in the /var fs are.
The largest will be at the bottom.
Check /var/adm for a lot of pacct (process accounting) files. Or a large amount of "message" files.
If you find a large amount of pacct files, depending on the frequency that they are kept and how far back you want to be able to look at them you can safely remove all but the one active file which will be named "pacct" with no numbers following it.
Same holds true for the message files.
Good luck
#AIX-Forum