What cron-jobs on your servers?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting What cron-jobs on your servers?
# 1  
Old 05-20-2012
What cron-jobs on your servers?

I am curious to know what kind of cron-jobs experienced admins have running on their servers.
I personally have :
1) something to backup very regularly my important directories
2) something that build (at night) my software under development
3) something that build (at night) my Docbook own and personal documentation
4) nothing to monitor the state and health of my system and this is in this domain that I would love you to shed some light.
5) any other useful tool you can think of!
Thank you for your help and keep up the good work!
freddie50
# 2  
Old 05-20-2012
Depends what you have on your servers, I suppose all those using cron and having RDBMS installed schedule the shutdown of DB in order to take backups and start again after...
I personally reinitialize all smb stuff at 23:00, clean all temporary directories at 21:00 etc... on some boxes I clean and clear users and stop TP mode so the box can enter in batch mode but before all has to be backuped etc...
# 3  
Old 05-20-2012
Important jobs I tend to run on most server include.

Checking and report via email/SMS alerts when:

1) Free disk space goes below certain threasholds.
2) A Spooled print job takes more than 30-40mins to print
3) serious entries appear in database log files (eg data corruption messages)
4) Hardware fault conditions detected by OS (eg failed disks in RAID, Power supply failure and the like)

Typical maintenance jobs:

1) Backups (system, files, on-line database)
2) Log file rotation
3) Purge or archive old data eg spool files, wtmp logs
4) capture of sar performance counters
5) Terminate dead user sessions/network connections
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Cron Jobs

How to see which cron jobs are not running? (2 Replies)
Discussion started by: rahul.raj1989
2 Replies

2. Solaris

Cron jobs and at jobs

There are two jobs in Solaris , Cron and at jobs.. I know how to disable or enable cron jobs. How can I enable at jobs and disable it. Kindly help. Rj (2 Replies)
Discussion started by: jegaraman
2 Replies

3. Shell Programming and Scripting

cron jobs

Hi, please help on this am trying to exec the below mentioned cron jobs but its getting failed fro the past two days ###but when am trying to execte the cron by the times 23,29 18 * * * /export/home/inrvgo/thelak/China.sh its getting exec properly please help on this #... (8 Replies)
Discussion started by: thelakbe
8 Replies

4. Linux

Cron jobs

Hi, I am a Linux administrator (newbie) in my company. The distro being used in the servers here is Centos 5.3 Just need to know, as a Linux administrator is it better for me to use /etc/crontab to set my cron jobs. I do not want to use the crontab -e to schedule my cron jobs. That means... (1 Reply)
Discussion started by: anaigini45
1 Replies

5. Solaris

cron jobs

how to Put a cron entry which should be same script triggered on every Saturday and 1st of every month at 01.00 GMT. 0 2 1 * 6 --( At 2.00 GMT every sat & on 1st of every month) the above syntax is correct? Thanks (1 Reply)
Discussion started by: kurva
1 Replies

6. UNIX for Advanced & Expert Users

cron jobs...

I need to start a job every friday night at 8:00 P.M , it runs all the day on Sat and Sun....can somebody tell me how to do this...I understand crontab...but haven't used it.........can u write some steps.....how to create a file and call.....I honestly dont know? Plz help.Thanks (2 Replies)
Discussion started by: RubinPat
2 Replies

7. HP-UX

Cron jobs

i am new for cronjobs can someone please tell me what logic is behind these RED Numbers and stars below? --> crontab -l 00 1 * * * /home/scripts/TarprodContent > /tmp/MprodBkup.log 2>&1 00 1 * * * /home/scripts/TarTprodContent > /tmp/TprodBkup.log 2>&1 00 1 * * *... (5 Replies)
Discussion started by: ajadaun
5 Replies

8. Solaris

Cron Jobs

I'm trying to run cron jobs to start any inhibited processes after a system reboot. I can schedule th cron, but i'm confused as to how to incorporated the reboot, since reboot is scheduled at different times, once every month. How can I write this to start every 15 min after after a reboot ... (2 Replies)
Discussion started by: Remi
2 Replies

9. UNIX for Dummies Questions & Answers

Cron Jobs

Where can someone find info on Cron Jobs? Very new to UNIX and the PC I inherited looks to have several of them. Looks like they are some kind of background program that runs automatically at specified times. Would like to delete some of them and know more about them. (6 Replies)
Discussion started by: dereckbc
6 Replies

10. Shell Programming and Scripting

cron jobs

hi folks, I need an explanation on cron jobs with an example (4 Replies)
Discussion started by: vijaysabari
4 Replies
Login or Register to Ask a Question