The scheduling tag has no wiki summary.
1
vote
3answers
69 views
Crontab schedule monthly
I would like to schedule my tasks every x months on day 1 starting for example, March. I am unsure if this is the syntax I'm looking for (for repeating the job every 4 months):
0 0 1 3/4 * ...
0
votes
3answers
67 views
crons are not working, but scripts are… any idea what is it?
I checked on internet , this might be a common problem, but I dont know how to solve it, all things that they said are not my case...
The cron is running, I checked, still, I have no log files (at ...
2
votes
1answer
88 views
Patch Management in computer lab environment
Backgound
I work at a university as an administrator over all of the public computer labs. Our labs are composed of hundreds of dual-boot iMacs(Mountain Lion + Windows 7) as well as hundreds Windows ...
0
votes
1answer
60 views
I/O limits in FreeBSD
I am searching for a method to implement per Jail I/O limits in FreeBSD, as linux have from a long time now.
During my research I stumbled upon:
http://info.iet.unipi.it/~luigi/geom_sched/
My ...
1
vote
0answers
13 views
Timeperiod Setting
I am running Nagios 3.2.3 on CentOS 5.7 32bit and I have a bit of a problem scheduling timeperiods. Please help me. Objective, to stop monitoring during server restart (since the server will be ...
1
vote
1answer
331 views
Can KVM CPU assignment count differ from physical hosts CPU count?
I have read this question. I knew already that I could for example, have a quad core machine with four guests each having two vCPUs. As they don't all be require 100% CPU usage all the time, the ...
0
votes
1answer
99 views
open source job/process management/monitoring/control system [closed]
I'm looking for an open source solution for the following:
I have jobs that need to run continuously. The jobs are applications or scripts. If they fail, they need to be restarted. If they fail, ...
1
vote
1answer
804 views
Why is Windows Task Scheduler trying to launch multiple instances?
We have a number of Windows Scheduled tasks that run on one Server 2008 Webserver (not R2) which is in a cluster.
We recently moved from an original webserver Cluster to a new webserver Cluser ...
0
votes
1answer
120 views
Lightweight distributed job queuing system for independent realtime jobs
We are a small team in a Microsoft-only corporate environment. Our core task involves running a sets of about 100 independent runs of an in-house tool. Each run has one input file and multiple output ...
0
votes
2answers
44 views
cron time is not correct or cron is running with delay
my cron jobs are executed half an hour later than when they are supposed to. Does cron refer to the system time when it executes its jobs or refers to its own time(if it has one)?
1
vote
1answer
60 views
Guideline for `nice` priority number?
I'd like a more systematic way for prioritizing my tasks with nice(1).
Obviously 0 is "normal", 19 is "lowest priority" and -19 is "highest priority", but what about all the other numbers?
If I have ...
-1
votes
1answer
51 views
how to start scheduling tasks
"How to start a different task when other task stops" in windows xp.By using task scheduler it has to happen. either programmetically or through command line.
2
votes
1answer
91 views
Intelligent Task Scheduler
Is anyone aware of a tool for creating optimal schedules for tasks? I have numerous servers, running multiple databases, with various scripts that import and transform data to and from each database.
...
2
votes
2answers
164 views
Program to manage process workflow across machines?
I have an in-house perl script that is in great need of refactoring. In the interest of not reinventing the wheel, I'm looking to see if an open-source equivalent to itexists, and I'm having trouble ...
5
votes
1answer
114 views
AD: Roll out an MSI application at midnight
Using Windows Server's Active Directory and Group Policy, is there a way to roll out an MSI file at a scheduled time, like midnight?
2
votes
0answers
178 views
Exchange 2003 to 2010 migration: Can I remove free/busy public folder once all users are moved?
Now that all my mailboxes are on the 2010 server, can I remove the schedule+free/busy public folder? I am having scheduling synchronization issues, and I believe it may be at fault. All clients are ...
1
vote
1answer
185 views
What is a “virtual context switch”
IBM's AIX has a "virtual context switch" column in lparstat but neither IBM's redbooks nor google searches will tell me what exactly a virtual context switch is and how its different from a regular ...
1
vote
2answers
10k views
Outlook 2010 Calendar - Unable to See Free/Busy Scheduling
I am having an issue where random user cannot see others Free/Busy Scheduling in Outlook Calendar 2010. The set up is pretty simple with one domain.
I have been Googling all morning, I am unable to ...
2
votes
1answer
258 views
Three server processes consume no more than 50% of Dual Core CPU
I have three processes running on Intel Core 2 Duo CPU. From watching output of 'top' and graphs of CPU load (drawn by MRTG, data collection via SNMP) I can see that CPU load is never more than 50%, ...
2
votes
2answers
651 views
nice renice and ionice
I've read about nice renice and ionice to control the scheduling priority of running processes. However, I still don't understand when and how are they useful for. For instance doing something like:
...
1
vote
3answers
1k views
MYSQL Scheduled backups?
I have mysql installed on my web server, which I am accessing using PHPMyAdmin. My client asked me following:
Install PhpBB
Setup MYSQL Scheduled backup
I have installed PhpBB successfully but ...
1
vote
1answer
695 views
What is the difference between renice and chrt commands in Linux?
What is the difference between renice and chrt commands in Linux?
0
votes
1answer
58 views
How does WIndows Scheduled Task detect that the scheduled application has not started?
in windows server 2003.
Does it assume that if it hasn't returned an error code, it must be running? or is there some kind of start code?
Thanks,
P
1
vote
1answer
188 views
Howto check on arcgisserver if service (published map) is started?
I have an ArcGIS Server from Esri running and i need to check every hour if some published services (maps) are running. WMS and WFS.
PS: sorry for the wrong tags. Not enough rep to tag as "arcgis" ...
7
votes
2answers
2k views
Open source alternative to Autosys?
As an alternative to Autosys, what is the best open source job scheduler? This question is a bit subjective but I'm looking for something that is widely used in production environments, has a good ...
0
votes
1answer
99 views
Hardware Status update
I am running vcentre 4.0.0 and the Hardware Status page is showing good information about my hosts but it doesn't appear to automatically update. If I hit the update link it does so but is there a way ...
1
vote
1answer
540 views
Give pthread_setschedparam() permissions to non-root user (linux)
How can I give a non-root user permission to execute pthread_setschedparam() to set thread priorities?
Thank you
3
votes
3answers
198 views
SQL Server Job system silently fails
We run numerous scheduled jobs using MS SQL 2005 job scheduler.
Over the past few weeks, we've been witnessing that a running job will simply STOP and will not record any history in the Log File ...
17
votes
7answers
4k views
Prevent duplicate cron jobs running
I have scheduled a cron job to run every minute but sometimes the script takes more than a minute to finish and I don't want the jobs to start "stacking up" over each other. I guess this is a ...
5
votes
2answers
415 views
ionice vs. Software-RAID
Does ionice work in Software-RAID environments?
I cannot set the CFQ scheduler for the md devices, because there is no file /sys/block/md0/queue/scheduler .
It seems that the scheduler settings for ...
1
vote
3answers
271 views
Exchange Resource Scheduling Display Screen
One of my clients is requesting an LCD screen outside of their conference room displaying the availability of that Exchange Room Resource. Does anybody know of an easy way to do this? I've found a ...
5
votes
4answers
7k views
How can I prevent a scheduled task from running if the same task is already running?
I have written a php script to check if there are any new files in a folder and, if any new files exist, upload them to a server. These files can be quite large. I want to run this script ...
3
votes
3answers
2k views
Preventing double booked appointments in Outlook
At our organization we use a series of shared Outlook calendars to schedule out our conference rooms. All domain users are setup as authors of these calenders. We are now running into a problem ...
0
votes
2answers
293 views
How can I schedule background tasks for delayed execution in IBM 4690 OS?
Background applications can be configured to start automatically when a controller is powered on, or when the controller assumes the role of master/file server. Is it possible to schedule activation ...
2
votes
3answers
193 views
Can you recommend an operational scheduling/workflow management tool?
We have a lot of scheduled jobs that do a variety of things-- moving logs around, ingesting and cooking them, fetching data from external sources, building reports, etc. Some of it happens hourly, ...
0
votes
8answers
2k views
Batch processing on Linux
We're currently setting up a server to some heavy lifting (ETL) after another process has finished within the business, at the moment we're firing off jobs either via scheduled cron jobs or remote ...