Multiple crontab entries crashing server


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Multiple crontab entries crashing server
# 1  
Old 05-09-2008
Multiple crontab entries crashing server

Hi all

I have a problem where having multiple simultaneous startups in the crontab causes the entire server (running RHEL-AS3). Three process are set to be fired off at the same minute. Individually, they all start fine. As soon as they start via these cron jobs, the server halts. Doesn't turn off, but it does lose all network connectivity, terminals and other interactivity.

Any idea if this is a known fault? The workaround is easy enough - spread the processes' startups over several minutes. But I'm curious how these innocent binaries can cause so much havoc. They're not running as root and not filling the drive or anything.

Also, when a box is in this state (no output on video interfaces, apparently not responding to any normal input, no response to ping or other network requests), is there any diagnosis steps that can be taken to restore it other than a hard reset? What is it likely to be doing?

Cheers!
# 2  
Old 05-12-2008
Update AS3

Not posting any solution to your problem. Definately it could be either cron or NIC driver BUG. Make sure you keep Your RHAS3 "up2date"!!!
# 3  
Old 05-12-2008
Troubleshooting something like that is going to require a lot of stamina and some innovativeness. As a first step I guess you could tweak logging etc way on up and maybe attach a logging host over a serial cable to capture all those debug logs. Sounds like the workaround is ... a lot less work.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Multiple scripts in one single script - crontab

Hello all, Hope all's well. i'm not sure if this is possible but i have some scripts running in a crontab with different intervals, 1min, 5 min, etc. As for a "cleaner" and better control of these scripts (as by time we will have hundred's of scripts used for the same purpose, i.e for Nagios... (4 Replies)
Discussion started by: nms
4 Replies

2. Shell Programming and Scripting

Copy multiple .txt files from one server to another server

:wall:Hi all, I have two servers : server A and server B Weekly wise i use to receive files to server A to one particular location say /source/location . NOTE: In this location there will be other files also present other than these weekly arrival 18 files. My task : i need a... (7 Replies)
Discussion started by: karmegam
7 Replies

3. Shell Programming and Scripting

Shell Script for viewing multiple logs from multiple server

I am new to Shell scripting and below is my requirement. I need to search some specific word e.g. "exception" or "transaction" from log file. We have multiple env e.g. Level1 , Level2 etc and each env have Multiple boxes e.g. For Level 1 env we have "test11.test.com" , "test12.test.com". Each... (1 Reply)
Discussion started by: peeyush
1 Replies

4. Shell Programming and Scripting

Crontab across server

HI All, I have 2 linux machine (machine A and machine B) please advise for create crontab script for below condition: 1. I need create crontab in machine "A" 2. on machine "A" have Tomcat process, if Tomcat process is off on machine "A" than running command to start Tomcat on machine "B" ... (2 Replies)
Discussion started by: Udung
2 Replies

5. Web Development

MySQL Server Crashing need Help

Hi, we have some problem with mysql high cpu , would like some help with MySQL Tuning here are the mysqltuner & tuning-primer details mysqltuner: # mysqltuner >> MySQLTuner 1.1.1 - Major Hayden <major@mhtx.net> >> Run with '--help' for additional options and output filtering --------... (1 Reply)
Discussion started by: cataplexy
1 Replies

6. AIX

Copying crontab for a user from one server to other server.

Could you please let me know, if the crontab for a user (eg test)in /var/spool/cron/crontabs directory can be copied from one server to other server. Both the servers are on AIX 5.3 and the target servers has the test user and all the executable files listed in the crontab for the test user on the... (1 Reply)
Discussion started by: saikiran_1984
1 Replies

7. UNIX for Dummies Questions & Answers

Re : Set multiple cron jobs in one crontab file

Hello All, Hopw all is fine. I am newbie to Unix. I am using Bourne Shell (sh). One of the question I have is that I am trying to read XML file and based on reading that XML file I want to run different java programs at different hours. Meaning 05 14 * * * java ./program1 10 14 * * * java... (3 Replies)
Discussion started by: samshaw
3 Replies

8. UNIX for Advanced & Expert Users

Crontab spawning multiple at processes

Hi - I need help. My user crontab is spawning multiple at processes (and multiple mencoder program starts, that exit, then restart, repeatedly), locking up my system. For example I have this entry in my crontab: $ sudo crontab -u victoria -e * * * * * ~/recordings/pvr1 * * * * *... (10 Replies)
Discussion started by: gstuart
10 Replies

9. Shell Programming and Scripting

FTP multiple files from remote server to local server

Hi, I am facing a weired problem in my FTP script. I want to transfer multiple files from remote server to local server everyday, using mget * in my script. I also, want to send an email for successful or failed FTP. My script works for file transfer, but it don't send any mail. There is... (2 Replies)
Discussion started by: berlin_germany
2 Replies
Login or Register to Ask a Question