I want to reboot one of my Netware 4.11 servers once a week. I thought I'd use CRON to do it.
Here's my crontab file
#perform DSREPAIR every night at 4:00 am
0 3 * * * LOAD DSREPAIR -u
# reboot the server every Saturday night at 11 pm
# 0 23 * * 6 REBOOT
The DSREPAIR performs fine, the cronlog shows the REBOOT command, but the server has been up for 13 days, so it didn't really happen.
Any suggestions? TIA JL Filler,Wilton Public Schools, Wilton CT
Here's my crontab file
#perform DSREPAIR every night at 4:00 am
0 3 * * * LOAD DSREPAIR -u
# reboot the server every Saturday night at 11 pm
# 0 23 * * 6 REBOOT
The DSREPAIR performs fine, the cronlog shows the REBOOT command, but the server has been up for 13 days, so it didn't really happen.
Any suggestions? TIA JL Filler,Wilton Public Schools, Wilton CT