Questions tagged [schedule]

12 questions
52
votes
6 answers

Cron: Only get errors in emails?

I finally set up a realistic backup schedule on my data through a shell script, which are handled by cron on tight intervals. Unfortunately, I keep getting empty emails each time the CRON has been executed and not only when things go wrong. Is it…
Industrial
  • 1,559
  • 5
  • 24
  • 37
4
votes
2 answers

How to trigger cross-platform jobs between Windows and Unix

I have an application which has components on Windows and Unix. I need to run overnight jobs which initiate tasks/jobs on both environment. These need to be sequenced so I cannot simple use Cron / Task Scheduler. For each job, there will be a…
andyb
  • 161
  • 6
4
votes
2 answers

Schedule service to only run at certain times

I need a way to schedule a service so it can only start between certain hours on a Windows machine (Windows Home Server which is roughly W2k3.) All help gratefully received!
3
votes
2 answers

How to schedule daily backup in MSSQL Server 2008 Web Edition

In MSSQL Management Studio I created a maintenance plan but it won't work Error is; "Message Executed as user: Administrator. Microsoft (R) SQL Server Execute Package Utility Version 10.0.1600.22 for 32-bit Copyright (C) Microsoft Corp 1984-2005.…
Xenon
  • 143
  • 1
  • 5
2
votes
2 answers

Scheduled snapshots wont run Google Compute Engine

I have configured a snapshot schedule for one of my disks on Compute Engine, but after the scheduled time (way after), no snapshot is listed on the snapshots section. I ran a manual snapshot with the same settings (snapshot-2 in the attached image)…
2
votes
2 answers

Schedule a bug export from TFS

Is there any way that I can schedule a bug export from TFS. I have my query all set up and can manually export to excel - ideally I want to be able to run this export every night to a csv file sat on a networked disk. Is there any way of doing…
Matt B
  • 131
  • 2
2
votes
1 answer

Scheduling server reboot

How can I schedule an automatic reboot of my server with CentOS via terminal or via plesk every 12 hours?
paul_1991
  • 23
  • 3
0
votes
1 answer

Auto-Start Virtual Machines from Hyper-V Manager (Windows Server 2012)

My company has 2 server; one is main server and another one is accounting server. At first, both servers use Windows Server 2008 then I upgraded main server OS to Windows Server 2012 and everything works fine. Later, I upgraded an accounting server…
0
votes
3 answers

how to shutdown application in tomcat?

I have a server running many JAVA application's with tomcat 6.0.18, i need to know how can i scheduele a shutdown of just 'X' application and keep other's running. I'll appreciate your ideas thanks
ME-KJ
  • 1
  • 1
  • 1
0
votes
1 answer

can't backup to a NAS drive as offline schedule task

I have seen this problem issue discussed in several forums including this one, but could not find a solution. On MS server 2003 I configured a Backup task, the target backup is on a NAS disc (Seagate BlackArmor NAS 110). The backup task is working…
imageng
0
votes
0 answers

how to add run date on a .bat file without adding it in Task Scheduler

I created a .bat file to delete some files inside the installer folder. My question is how can I make it schedule without using task scheduler. is there any other way or script for this? example code: forfiles /p "path" /m .config /c "cmd /c del…
0
votes
1 answer

PowerShell: How to check a recurrent week time interval?

I need to create a PowerShell script, able to collect some data at each minute. However, this script cannot run during the "technical windows", that are scheduled to occur at the same week days and time. (Ex. every tuesday from 19h00 to 23h00) This…