server_monitor -tks_* files in $alephe_scratch
- Article Type: General
- Product: Aleph
- Product Version: 19.01
Description:
The server jobs in our job_list are creating a lot of server_monitor -tks files in $alephe_scratch.
How do you clean them up? util x doesn't do it.
Resolution:
I don't know of a way to prevent these files from being created.
The following commands can be used to delete the logs:
> cd $alephe_scratch
> rm server_monitor*
Or, you can add the following lines to your $alephe_root/aleph_startup file to delete them each time aleph is restarted:
#*******************************************
# Delete server_monitor logs from $alephe_scratch
#*******************************************
echo "Deleting server_monitor logs from $alephe_scratch"
cd $alephe_scratch
rm server_monitor*
- Article last edited: 10/8/2013