Scheduling and automation

Soldato
Joined
18 Oct 2002
Posts
7,492
Location
Maidenhead
Hi all,

Just wondering if anyone has experience with scheduling and automation tools? We are currently looking at JAMS and ActiveBatch.

Thanks
 
Soldato
OP
Joined
18 Oct 2002
Posts
7,492
Location
Maidenhead
For the scheduling, windows scheduled tasks, SSIS, SQL agent, cron on AIX, powershell etc. For automation it will be used for things like provisioning new starters, patch management steps, vmware tasks etc
 
Associate
Joined
4 Oct 2009
Posts
1,007
Depending on how big your environment is, you should be looking at some sort of centralised scheduling, cron etc is fine for 5 servers but 50 or 500 it is unmanageable.

Vmware has a very good api which has support from lots of languages, so you can either write your own scripts or you might be able to plug into terraform or similar, depends what you want to do.
 
Soldato
OP
Joined
18 Oct 2002
Posts
7,492
Location
Maidenhead
Depending on how big your environment is, you should be looking at some sort of centralised scheduling, cron etc is fine for 5 servers but 50 or 500 it is unmanageable.

Vmware has a very good api which has support from lots of languages, so you can either write your own scripts or you might be able to plug into terraform or similar, depends what you want to do.
Yeah thats the point, we're looking for some centralised scheduling tools :D
 
Associate
Joined
4 Oct 2009
Posts
1,007
Sorry I had forgotten you were asking about scheduling as well :rolleyes:

We use IBM Tivoli Workload Scheduler, although it is mainframe driven so probably not a suitable solution!
For automation/config management we use puppet, customs scripts plus MS Orchestrator on the windows side.
 
Back
Top Bottom