.trc files

can we delete .trc files and old error log files from /var/adm/ras directory in order to free up /var. Also what to delete from /var/tmp ?

Hey,

You can develop a small script and schedule it under cron for removing the errlogs which are too older.
You can use

Code:

Or run a simple script for .trc using rm and schedule it under cron if needed.