bjzielinski
IS-IT--Management
I know we shouldn't have to do this so much, but for some reason the software vendor recommends a weekly reboot of our AIX 4.3 machine, probably because they have a leak of some sort and aren't smart enough to fix it. Anyhow, this is done manually which is a major pain. If I want to schedule this in a crontab to run at 3:00am every Saturday morning, please let me know if the following is correct/workable.
crontab -e
0 3 * * 6 shutdown -r now
Save file in vi (however that is done).
Bill Zielinski
County of Midland, Michigan
crontab -e
0 3 * * 6 shutdown -r now
Save file in vi (however that is done).
Bill Zielinski
County of Midland, Michigan