SAR not reporting correctly

We are getting the following output when running SAR

11:30:01406000

11:35:0072190

11:35:00010000

11:40:0041195

11:40:00208000

11:45:0142194

11:45:01208000

11:50:00163180

11:50:00208000

11:55:0051193

11:55:00010000

12:00:0161192

12:00:01643600

12:05:00102187

12:05:00208000

Average31096

bwadmin@ews2$

Why would this be the case, SAR is repeating itself twice,when it hits 0 we get a SNMP Trap with a 0% idle reported... and its driving the NOC nuts!

John

[581 byte] By [johnturektelcove] at [2007-11-25 23:39:42]
# 1
You might be running two separate cron jobs for recording sar data. Look through all the crontabs.-- Darren
Darren_Dunham at 2007-7-5 18:47:40 > top of Java-index,General,Talk to the Sysop...
# 2

This is my crontab

# crontab -l

#ident "@(#)root1.2001/11/06 SMI"

#

# The root crontab should be used to perform accounting data collection.

#

# The rtc command is run to adjust the real time clock if and when

# daylight savings time changes.

#

10 3 * * * /usr/sbin/logadm

15 3 * * 0 /usr/lib/fs/nfs/nfsfind

1 2 * * * [ -x /usr/sbin/rtc ] && /usr/sbin/rtc -c > /dev/null 2>&1

30 3 * * * [ -x /usr/lib/gss/gsscred_clean ] && /usr/lib/gss/gsscred_clean

#10 3 * * * /usr/lib/krb5/kprop_script slave_kdcs

0 0 * * * (/usr/local/sbin/logrotate /usr/local/etc/logrotate.conf) || logger -i -plocal2.notice -tBROADWORKS root COMMAND=/usr/local/sbin/logrotate failure

#

johnturektelcove at 2007-7-5 18:47:40 > top of Java-index,General,Talk to the Sysop...
# 3
> This is my crontab> > > # crontab -lRemember that sar is run by sys so you should have a look in 'crontab -l sys'
thommymmalmstrom at 2007-7-5 18:47:40 > top of Java-index,General,Talk to the Sysop...