mukulm
2012-Feb-09 14:00 UTC
[Puppet Users] Time interval within execution of scripts from the server
Hi, I have multiple script to be copied & executed from the puppet server on the client systems but i want to execute each script within a timeframe such as hourly, weekly or monthly from the puppet server as i dont want to execute all scripts on the same frequency. Any help will be greatly appreciated. Thanks mukulm -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Dan White
2012-Feb-09 14:16 UTC
Re: [Puppet Users] Time interval within execution of scripts from the server
Have you considered "cron" ? “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) ----- mukulm <smilemukul2005@gmail.com> wrote:> > Hi, > > I have multiple script to be copied & executed from the puppet server > on the client systems but i want to execute > each script within a timeframe such as hourly, weekly or monthly from > the puppet server as i dont want to execute all scripts on the same > frequency. > > Any help will be greatly appreciated. > > Thanks > mukulm > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Ygor
2012-Feb-10 13:45 UTC
[Puppet Users] Re: Time interval within execution of scripts from the server
http://lmgtfy.com/?q=cron+random+delay Inserting Random Delay In Cron Jobs http://www.moundalexis.com/archives/000076.php On Feb 9, 9:00 am, mukulm <smilemukul2...@gmail.com> wrote:> Hi, > > I have multiple script to be copied & executed from the puppet server > on the client systems but i want to execute > each script within a timeframe such as hourly, weekly or monthly from > the puppet server as i dont want to execute all scripts on the same > frequency. > > Any help will be greatly appreciated. > > Thanks > mukulm-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
mukulm
2012-Feb-12 12:34 UTC
[Puppet Users] Re: Time interval within execution of scripts from the server
Hi, I am running multiple scripts on number of machines through puppet server as my server is CentOS 5.6 & clients are Ubuntu 11.04 & the scripts are executed in above 2000 clients/nodes so I dont want to execute the scripts on multiple nodes at the same time. Thanks mukulm On Feb 10, 6:45 pm, Ygor <y...@comcast.net> wrote:> http://lmgtfy.com/?q=cron+random+delay > > Inserting Random Delay In Cron Jobshttp://www.moundalexis.com/archives/000076.php > > On Feb 9, 9:00 am, mukulm <smilemukul2...@gmail.com> wrote: > > > > > > > > > Hi, > > > I have multiple script to be copied & executed from the puppet server > > on the client systems but i want to execute > > each script within a timeframe such as hourly, weekly or monthly from > > the puppet server as i dont want to execute all scripts on the same > > frequency. > > > Any help will be greatly appreciated. > > > Thanks > > mukulm-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Dan White
2012-Feb-12 16:35 UTC
Re: [Puppet Users] Time interval within execution of scripts from the server
Filling in discussion that happened off-list: On Feb 12, 2012, at 7:34 AM, mukulm wrote:> > > Hi, > > I am running multiple scripts on number of machines through puppet > server as my server is CentOS 5.6 & clients are Ubuntu 11.04 & the > scripts are executed in above 2000 clients/nodes so I dont want to > execute the scripts on multiple nodes at the same time. > > Thanks > mukulm >On Feb 11, 2012, at 11:10 AM, Dan White wrote:> I do not use Puppet in that large an environment, so I would only be guessing at solutions. > consider http://puppetlabs.com/mcollective/ > I think it was designed for situations like yours. > > On Feb 10, 6:45 pm, Dan White wrote: >> http://lmgtfy.com/?q=cron+random+delay >> >> Inserting Random Delay In Cron Jobshttp://www.moundalexis.com/archives/000076.php >> >> On Feb 9, 9:00 am, mukulm <smilemukul2...@gmail.com> wrote: >>> Hi, >> >>> I have multiple script to be copied & executed from the puppet server >>> on the client systems but i want to execute >>> each script within a timeframe such as hourly, weekly or monthly from >>> the puppet server as i dont want to execute all scripts on the same >>> frequency. >> >>> Any help will be greatly appreciated. >> >>> Thanks >>> mukulm >>> > On Thu, Feb 9, 2012 at 9:32 PM, Dan White wrote: >> > > >> > > http://keymon.wordpress.com/2010/08/06/setup-puppet-client-to-run-in-a-cron-task-with-a-random-minute/-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.