*****************************************************************
6-28-2009 8:13:22 am: ACLCHECK-4.90-9
ACLCHECK.NLM is reading rules from NDS...
6-28-2009 8:13:27 am: ACLCHECK-4.90-1
ACLCHECK.NLM read 36 rules from NDS.
Loading Module PERL.NLM [ OK ]
Auto-Loading Module LIBPERL.NLM [ OK ]
Loading Module CONLOG.NLM [ OK ]
Loading Module PROXY.NLM [NOT MULTIPLE]
******************************************************************
I've look in the crontab file and I don't see anything that would cause
this.
CRONTAB
***********************************************************************
# Run perl script to rotate logs each midnight.
0 0 * * * perl sys:/apache2/rotate.pl sys:/apache2/rotate.ini --noscreen
# Load Console logger Mon-Fri at 9:29 PM (21:29)
29 21 * * 1-5 load SYS:\SYSTEM\conlog maximum=100 archive=YES
# Load CSP_LIST Mon-Fri at 9:30 PM (21:30)
30 21 * * 1-5 Unload SYS:\System\proxy
# Load CSP_LIST Mon-Fri at 9:30 PM (21:30)
33 21 * * 1-5 SYS:\System\proxy -cc
# Load CSP_LIST Mon-Fri at 9:30 PM (21:30)
45 21 * * 1-5 SYS:\ETC\CPFILTER\CSP_LIST
# Unload console logger
30 0 * * 1-5 unload conlog
# Load Console logger Mon-Fri at 9:29 PM (21:29)
59 05 * * 1-5 load SYS:\SYSTEM\conlog maximum=100 archive=YES
# Load CSP_LIST Mon-Fri at 6:00 AM (06:00)
00 06 * * 1-5 Unload SYS:\System\proxy
# Load CSP_LIST Mon-Fri at 6:03 AM (06:03)
03 06 * * 1-5 SYS:\System\proxy -cc
# Unload console logger
06 06 * * 1-5 unload conlog
**********************************************************************
This is what the CRONLOG shows for the past 3 days:
******************************************************
06/27-00:00:01 perl sys:/apache2/rotate.pl sys:/apache2/rotate.ini
--noscreen
06/28-00:00:01 perl sys:/apache2/rotate.pl sys:/apache2/rotate.ini
--noscreen
06/29-00:00:00 perl sys:/apache2/rotate.pl sys:/apache2/rotate.ini
--noscreen
06/29-00:30:01 unload conlog
06/29-05:59:00 load SYS:\SYSTEM\conlog maximum=100 archive=YES
06/29-06:00:01 Unload SYS:\System\proxy
06/29-06:03:01 SYS:\System\proxy -cc
06/29-06:06:00 unload conlog
******************************************************
--
This became quite an issue recently in conjunction with SurfControl as:
a) until latest 3.9 patch (I think) rule refreshing with SurfControl
involved could be very slow - on the order of minutes, and
b) everyone is denied access while the rules are being refreshed.
I had set up a cron job to have my aclcheck unload and reload at 2am to
test a method for forcing this refresh not to happen in the middle of
the day. You might be seeing it happen each day at the same time
ACLCHECK was last loaded.
Craig Johnson
Novell Support Connection SysOp
*** For a current patch list, tips, handy files and books on
BorderManager, go to http://www.craigjconsulting.com ***
# Load CSP_LIST Mon-Fri at 6:00 AM (06:00)
00 02 * * 1-5 Unload SYS:\System\ACLCHECK
# Load CSP_LIST Mon-Fri at 6:00 AM (06:00)
03 02 * * 1-5 Load SYS:\System\ACLCHECK
--
# Load CSP_LIST Mon-Fri at 6:00 AM (06:00)
03 01 * * 1-5 Unload SYS:\System\ACLCHECK
# Load CSP_LIST Mon-Fri at 6:00 AM (06:00)
03 05 * * 1-5 Load SYS:\System\ACLCHECK
--
#***********************************************
#This section Unloads and Load the PROXY.NLM
#and the ACLCHECK.NLM.
# Load Console logger Mon-Fri at 4:59 PM (04:59)
59 04 * * 1-5 load SYS:\SYSTEM\conlog maximum=100 archive=YES
# Load PROXY Mon-Fri at 5:00 AM (05:00)
00 05 * * 1-5 Unload SYS:\System\proxy
# Unloads ACLCHECK Mon-Fri at 5:01 AM (05:01)
01 05 * * 1-5 Unload SYS:\System\ACLCHECK
# Load ACLCHECK Mon-Fri at 5:02 AM (05:02)
02 05 * * 1-5 Load SYS:\System\ACLCHECK
# Load PROXY Mon-Fri at 5:03 AM (05:03)
03 05 * * 1-5 SYS:\System\proxy -cc
# Unload console logger
05 05 * * 1-5 unload conlog
#***********************************************
--
Also, if aclcheck is initially loaded at 2am and never unloaded, it
should continue to refresh at that time, and so shouldn't need to be
unloaded daily. Perhaps weekly is less risky.
--