Strange cron job

jodasi

Verified User
Joined
Mar 15, 2005
Messages
52
hi there

In last 2 days i have been with server stop problems, i have trying to detected what the problem is, i have seen this strnage process on cron.

Sep 1 14:40:01 server01 crond[12647]: (root) CMD (/usr/lib/sa/sa1 1 1)

---source-----
#!/bin/sh
# PREFIX/lib/sa/sa1.sh
# (C) 1999-2004 Sebastien Godard (sysstat <at> wanadoo.fr)
#
umask 0022
DATE=`date +%d`
ENDIR=/usr/lib/sa
DFILE=/var/log/sa/sa${DATE}
cd ${ENDIR}
if [ $# = 0 ]
then
exec ${ENDIR}/sadc -F -L 1 1 ${DFILE}
else
exec ${ENDIR}/sadc -F -L $* ${DFILE}
fi
---------

Anyone know this?


Did anyone know from where should i start do detected the server problem, crashdown cause?

Thanks
 
Back
Top