LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 03-19-2012, 07:38 AM   #1
kayasaman
Member
 
Registered: Sep 2008
Location: Under the bridge where proper engineers walkover
Distribution: Various Linux, Solaris, BSD, Cisco
Posts: 443

Rep: Reputation: 32
Good software for centrally managing jobs on mixed OS clients


Hi,

can anyone suggest a good piece of software corporate or opensource that can be used to manage UNIX cron and MS AT jobs?


I am currently looking at Sypsoft: http://www.sypsoft.com/index.html


which is freeware but there maybe something 'better' around..... which I don't know about.


I have also taken a look here: http://en.wikipedia.org/wiki/List_of...duler_software

which is quite informal but I am not sure as which is worth looking at and which is a waste of time.


Does anyone have any better ideas or suggestions?


Thanks!
 
Old 03-19-2012, 07:42 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Puppet should be able to handle this. It's ace, although the windows side of things is a fair bit newer than the more stable unix code.
 
Old 03-20-2012, 03:49 AM   #3
kayasaman
Member
 
Registered: Sep 2008
Location: Under the bridge where proper engineers walkover
Distribution: Various Linux, Solaris, BSD, Cisco
Posts: 443

Original Poster
Rep: Reputation: 32
Yeah I've been pestered to learn Puppet for ages but never knew that it could also manage cron/at jobs too.... if that is the case then it's awsome!


Thanks for that


[EDIT]

Hmm... it seems that Puppet can manage cron jobs but only through a crontab and not under /etc/cron.d/

Just discovered this:

Quote:
The built in Puppet type only manages per user crontab files (the kind that exist under /var/spool/cron on Linux). There is currently no built in way to explicitly manage cron file entries under /etc, although you can use many of the other types as a work around.
and checked out a few links for support:


http://www.puppetcookbook.com/posts/...d-entries.html

http://linuxman.wikispaces.com/Creat...ob+with+puppet


Looks like I'm going to need to turn elsewhere or just make the compromise.

Last edited by kayasaman; 03-20-2012 at 04:01 AM.
 
Old 03-20-2012, 03:55 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well it could always drop files into certain places, which is often more than enough, but it does also have dedicated "cron" and "scheduled-task" objects to use to do it properly. Offhand, I'm not so sure it's possible to remove them though, so dropping a file in cron.d might be a better approach depending on your needs and my recollection of its features.
 
Old 03-20-2012, 04:18 AM   #5
kayasaman
Member
 
Registered: Sep 2008
Location: Under the bridge where proper engineers walkover
Distribution: Various Linux, Solaris, BSD, Cisco
Posts: 443

Original Poster
Rep: Reputation: 32
... hmm ... ok I guess that makes sense.

How about the MS side of things as I've just been reading the site on puppetlabs but looks like as you said support is quite new.


Additionally since the network is mixed archicture - predominantly MS - support for at jobs is imperative.
 
Old 03-20-2012, 04:23 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well the puppet client for windows is new, but the code is highly portable and generic, so there's not a vast amount of additional work required, not a rewrite by any means, and is being worked on very hard to bring it up to speed. I've never used it against windaz yet though so can't personally comment.
 
Old 03-20-2012, 04:25 AM   #7
kayasaman
Member
 
Registered: Sep 2008
Location: Under the bridge where proper engineers walkover
Distribution: Various Linux, Solaris, BSD, Cisco
Posts: 443

Original Poster
Rep: Reputation: 32
I've never used Winblowz properly yet so am running blind on this one too....


Thanks for the support though!
 
Old 03-20-2012, 04:30 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
As an aside, one key thing I found worked well for puppet is to split the types of client config in to two parts - general widely used configs defined within the node.pp configs and more specific configurations on aribitrary groups / individual clients to be obtained from a web front end like puppet dashboard using ENC lookups. So in the former, all linux hosts need ntp set up according to this one file, whilst in the latter, i want to group these 8 machines as "daves test servers" and make all those machines run the "daves config updates" code, which is still defined on the puppet server, but not associated to any machine by default. Puppet can be so flexible it can be hard to pin down a general way to use it, so I found that approach implicitly kept things tidy.
 
Old 03-20-2012, 04:43 AM   #9
kayasaman
Member
 
Registered: Sep 2008
Location: Under the bridge where proper engineers walkover
Distribution: Various Linux, Solaris, BSD, Cisco
Posts: 443

Original Poster
Rep: Reputation: 32
Nice

Actually a friend of mine who has been a UNIX engineer for 15 years or more has been pestering me to learn Puppet for quite a few months now. Never had the infrastructure before to take the time to learn it but this **may** be the time now!

I've not got the training VM for Vbox installed and am checking it out.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Learn Linux, 302 (Mixed environments): Managing user accounts and groups LXer Syndicated Linux News 0 10-19-2011 06:20 AM
LXer: Gabe Newell, Founder and Managing Director - Valve Software, Talks About Linux Clients and Tra LXer Syndicated Linux News 0 06-09-2011 09:10 AM
Managing print jobs thru printer queue pkbobo@yahoo.com Linux - Software 5 08-24-2010 11:52 AM
Home Network with mixed static ip and dynamic ip clients using linksys wrt54gs router ghostrider.002 Linux - Networking 6 05-14-2007 01:01 PM
Managing Directory Services, Auth., & Security in Mixed Win/Lin Networks ITintuition Linux - Networking 0 11-01-2006 12:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 07:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration