1. Remove the core dump files:
32-bit: /var/crash/<date>/vmcore
64-bit: /var/log/crash/<date>/vmcore
/var/log/dump/usermode
2. Remove old upgrade_export files:
# find / -name *.tgz
3. # find / -type f -size +100000 -exec ls -lh {} \; 2> /dev/null | awk '{ print $NF ": " $5 }' | sort -nk 2,2
This will display all files from greater then 10MB and sort them in a readable and understandable way.
Caution: Do not arbitrarily delete files without knowing what they are used for. Back up your files before deleting. Remove ONLY the files, not the directories.
CCSP - CCSE / CCTE / CTPS / CCME / CCSM Elite / SMB Specialist