Questions tagged [scheduler]
63 questions
0
votes
1 answer
Multiple crons at same interval fails - linux crontab
In my server, I have scheduled following set of cron files.
00 21 * * * /bin/sh /path/db_backup.sh
*/2 * * * * /usr/bin/php /path/file1.php
*/2 * * * * /usr/bin/php /path/file2.php
...
*/2 * * * * /usr/bin/php /path/file7.php
*/2 * * * *…

Tamilvanan
- 103
- 2
0
votes
2 answers
Job scheduler with target list
I want to have a scheduler that can run a command on a list of targets using a cluster of nodes.
So, for example I want to run Nmap on a list of IP's. These IP's can be in a CSV, JSON, database etc. that's not a problem. I want the scheduler to take…

Theraga
- 1
0
votes
1 answer
Use deadline I/O Scheduler on BusyBox v1.16.1
Does anyone know how to add / make available the deadline I/O schedulers on BusyBox v1.16.1 ? The only two I see when I run "cat/sys/block/sda/queue/scheduler" is as follows:
[noop] cfq
My understanding is that there are two more... anticipatory…

stumped221
- 23
- 5
0
votes
1 answer
PHP-FPM on Linux, SCHED_BATCH or SCHED_OTHER?
I have a Linux webserver (Ubuntu 12.04, kernel 3.2.0) running Magento with quite a number of PHP-FPM child processes.
Since Magento is a heavy framework, I often see several child processes to baloon in CPU% (when viewed using htop) for several…

pepoluan
- 5,038
- 4
- 47
- 72
0
votes
1 answer
Unable to schedule task to copy across network
I remote access into a server running windows 2008 with my login from active directory. I wrote a BAT file to copy from a different sharefolder to backup files to this server. Running the BAT file manually copies the files perfectly. But when I…

user229342
- 1
- 1
0
votes
1 answer
Finding context switches count and run queue wait time for a process
I am observing (based on logs) that my (java) process pauses for something during execution. My first guess is a context switch. In order to verify I am trying to find (a) the number of involuntary context-switches that my process incurs, and (b)…

Sumit
- 121
- 3
0
votes
1 answer
Windows XP Scheduler - Error Adding Another Task (data area passed to a system call is too small)
I'm getting an error "data area passed to a system call is too small" when trying to add a task to the Windows Scheduler. We currently have about 20 tasks in it.
Googling the issue, we found to stop/start the task service, wait, and some kind of…

CDTX
- 1
0
votes
1 answer
cron ++ for Windows
I would like to setup job scheduling on my Windows 7 machine that kicks of jobs and create alarms when they fail. Ideally so that I can run jobs on remote agents.
Autosys, visualcron, powershell?
Lars

lasse
- 1
0
votes
2 answers
Win Server 2008 Task Scheduler to run PHP file
I am trying to figure out how to open and close IE to run a PHP page on
a daily run.Not sure what to do once I get to the "Start a Program" section
of the task wizard to achieve this.

case
- 3
- 1
- 2
0
votes
1 answer
Why windows process scheduler assign tasks to random CPUs?
I am on dual core C2D processor, Windows 7 (although this behavior is the same in all MS OSes I've seen). When I run any single threaded CPU-intensive task, it does not stick to 1 core, but rather randomly occupy some 50% of first core, and some 50%…

BarsMonster
- 724
- 4
- 12
- 26
0
votes
1 answer
SugarCRM Scheduler Not Calling runProcessManager Module
I'm running Sugar Pro, version 5.5.4, on Ubuntu 9.10, Apache 2.2, MySQL 5.1.28, and PHP 5.2.10.
I have a module called Process Manager setup and running. I can manually make this go, to send email when new leads are created, and even use filters. So…

nicorellius
- 585
- 2
- 5
- 23
0
votes
2 answers
Scheduled tasks fail to start unless I'm logged in to the server
Tasks need to open a CMD window and pass net use commands, then do a DIR command, pipping the output to a file on the server.
Log in as either me (Sysadmin) or with one of the system accounts and task will only run if I'm physically logged into the…
Chuck
0
votes
1 answer
WebSphere schedulers with lease owner out of scope
I have a WebSphere ND 9.0.5.13 install, running across two nodes.
Each node has two servers (JVMs), running two different java applications; both of which use @Schedule annotations. The JVM on Node 1 and Node 2 for each application are in a cluster…

simonalexander2005
- 113
- 10
0
votes
1 answer
Can 1 thread running with a 1-cpu quota on an N-core machine use an entire core?
given:
A machine with 8 cores
a cgroup with 1-CPU quota
the cgroup has only 1 process
the process is single-threaded
How will the CPUs be made available to the process?
the process be able to run full-throttle on a single core all of the…

John Bachir
- 2,364
- 7
- 29
- 37
0
votes
0 answers
cloud scheduler does not start for an hour on 'Daylight Saving Time Ended' event, when US rolls back clocks for 1 hour
So, we have an issue that we have some active schedulers that run every 4mins or so. And they get stuck for an hour or even more when US rolls back clocks for 1 hour. This happened a 3rd year in a row. There is no code that i need to provide.…

Paulius Grigelis
- 1
- 1