Creating a custom patch schedule
Hello everyone,
I have been looking at the KACE 1000 patching module and I was wondering if there was a way to set a schedule to have one deployment run on the second wednesday of the month.
I have a second deployment that I run on the 3rd Tuesday to deploy patches to the rest of my machines.
Does anyone have a idea on how to set this in the patching deployment?
Thanks
Answers (1)
KACE doesn't natively support patching on the second Wednesday. Some people have developed smart labels that will only apply to systems when the date is the second Wednesday (or whichever day of the week) and apply the patching schedule to that label. I can't seem to find the posts here that detail that setup, however.
Comments:
-
From what I recall, you can't do the second Wednesday of the month. The closest you could get would be every other Wednesday of the month. This was due to the fact that that the K1000 uses a basic version of crontab. - jknox 11 years ago
-
Here's a very old post that has some different strategies to address this:
http://www.itninja.com/question/run-custom-schedule - chucksteel 11 years ago
One deployment running with a specific label set of machines would run on the 2nd Wednesday.
The other deployment with is all machines would run on the 3rd Wednesday of the month. I just need to know how to set the schedule to auto default to run on the date every month.
Thanks - mmeyer@vu.com 11 years ago
00 19 8-14 * *
That is an example of cron tab. This runs at 7 P.M. every day between the 8th and 14th of the month. I spent a lot of time trying to get it to work on a certain day. You'll read some documentation, even in Kace's 5.4 server administrator guide that states you can set a day of the week but it does not work. That is from both my own testing and from Kace technical support. I use power management software to control the day of the week that the machines wake based on when I want them to patch.
For more check the comments from this Q&A:
http://www.itninja.com/question/patch-schedule-run-custom - rockhead44 11 years ago