SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
job replication question

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
job replication question
Author Message
Mike Niccum



Joined: 09 May 2002
Posts: 33

Post job replication question Reply with quote

I have jobs in a folder on the master server and want to replicate all those jobs to all the other remote master servers. How do I keep the jobs on the master server from executing, while having the jobs execute on the remote master servers?

Thanks,

Mike Niccum

Thu May 16, 2002 3:18 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7842

Post Re: job replication question Reply with quote

There are many ways how you can that. I think the most simple is to keep them disabled. and enable them after the replication using RemoteJobEnable.

Another eazy method is good for script type jobs only. In the beginning of every job script insert the following:

// JAL script jobs
Dim job_processor, boolean
NotEqual "@V"computer"", "...put master computer name here...", job_processor
IfThen job_processor, DO_IT
Exit
DO_IT:

' VBScript jobs
Sub Main()
If "@V"computer"" "...put master computer name here..." Then return
....

This way the rest of the script will run only if it is not being executed on the specified master.

: I have jobs in a folder on the master server and want to replicate all those
: jobs to all the other remote master servers. How do I keep the jobs on the
: master server from executing, while having the jobs execute on the remote
: master servers?

: Thanks,

: Mike Niccum

Thu May 16, 2002 3:35 pm View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.