FreeBSD периодически выполняет скрипт
stat# cat /root/account.sh
#!/bin/sh
DATE=/bin/date
$DATE >> /home/accounting/`$DATE "+%Y%m"`
# clear checkpoint table
rsh -l Remote 10.2.0.1 clear ip accounting checkpoint || echo " "`date`" The command "clear ip accounting checkpont" did not execute.A router is not accessible!" >> /home/accounting/`$DATE "+%Y%m"`.err
# drop accounting entries into checkpoint table
rsh -l Remote 10.2.0.1 clear ip accounting || echo " "`date`" The command "clear ip accounting" did not execute.A router is not accessible!" >> /home/accounting/`$DATE "+%Y%m"`.err
# get ip accounting from checkpoint table
rsh -l Remote 10.2.0.1 sho ip accounting checkpoint >> /home/accounting/`$DATE "+%Y%m"` || echo " "`date`" The command "sho ip accounting checkpont" did not execute.A router is not accessible!" >> /home/accounting/`$DATE "+%Y%m"`.err
stat#
На машине никакого фаервола нет.
Но периодически выкидывает ошибку то одну то другую.
С чем это может быть связано?
Куда на cisco 2621 глянуть отчего это может быть?