I have a ksh script that does some arithmatic with arrays and various other stuff. My problem is that I have set it up to run as a CRON job, which by default runs bourne (sh).
My script hangs when...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10119131.html
Hello,
I have a problem with a crontab entry. A httpd watchdog is supposed to be called every 10 minutes, so I called crontab an entered
0,10,20,30,40,50 * * * * /bpi-b/cron/httpd_watchdog.c...
http://www.experts-exchange.com/Networking/Unix_Networking/Q_10157077.html
I edited my crontab file (/var/spool/cron/crontabs/user) but the commands still don't get executed. (Solaris platform ver 2.6)
i) echo "30 15 * * * ps -ef > /tmp/testing" > user
ii) then I exe...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10208859.html
Is there a way to prevent Cron to send a mail
when a job is completed...
To give you an Idea.. I've made a job that run every minute...
so in one night I received 1057 Mail....
U see I don'...
http://www.experts-exchange.com/OS/Linux/Q_11031841.html
Zones:
LinuxDate Answered: 08/17/2000 Rating: 7.2 Views: 0
I need to setup a cron job that does the following:
** copylogs.sh **
cd /usr/local/apache/bin
./apachectl stop
cd /usr/local/apache/logs
mv error_log error_log.mmddyyyy
mv access_log acces...
http://www.experts-exchange.com/OS/Unix/Q_20278897.html
Zones:
Unix OSDate Answered: 03/21/2002 Rating: 6.8 Views: 0
I need to schedule a script to run every other week based on a givin date. Consider bi-weekly payroll as an example. I want my script to run on 10/9/02, 10/23/02,11/6/02,...
I was trying to do ...
http://www.experts-exchange.com/OS/Unix/Q_20370553.html
Zones:
Unix OSDate Answered: 10/10/2002 Rating: 9.2 Views: 0
Guys,
I have a shell script that checks to see if our HP Openview service is running and if not it attempts to start it. I keep getting this error output from cron:
Your "cron" job on nnm-se...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_20619558.html
Zones:
Solaris UnixDate Answered: 05/23/2003 Rating: 5.4 Views: 0
Ok here is my situation. I have a dynamic IP and I want a file a different webserver to redirect to this server thats on a dynamic IP. So here is the solution I've come up with, I am going to make ...
http://www.experts-exchange.com/OS/Linux/Q_20913155.html
Zones:
LinuxDate Answered: 03/10/2004 Rating: 7.6 Views: 0
I have some long-running scheduled jobs run from cron. I find that if I run exactly the same job form the command line using nohup, I get soemthing like 20 - 25 % performance improvement. Why is th...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_20933335.html
Zones:
Solaris UnixDate Answered: 03/29/2004 Rating: 7.0 Views: 0
SCENARIO....
Currently I have this process setup on two servers.
A client uploads a PDF to server1(unix).
Server1 then sends the file to server2(windows).
Using purchased software the file is t...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20977409.htm...
Zones:
PHPDate Answered: 05/12/2004 Rating: 9.4 Views: 0