Active-Active agent cluster

Everything about Control-M agents installation or setup.
Post Reply
User avatar
boj024
Nouveau
Nouveau
Posts: 1
Joined: 09 May 2007 12:00

Active-Active agent cluster

Post by boj024 » 09 May 2007 9:56

Is it possible, with Control-M to have a cluster if 2 servers in a active-active cluster mode. We want to have two active servers (they both executes jobs) that will execute jobs but if the first server fail all requests to this server should be redirected to the second server.
Server are Windows servers.

thank you

User avatar
fyot
Nouveau
Nouveau
Posts: 736
Joined: 26 Apr 2005 12:00
Location: PARIS
Contact:

Post by fyot » 09 May 2007 11:28

Hi,

I don't think so.
You can built a failover function to start second Control-M Server when the first fail, using the same shared database.

User avatar
mauriziog
Nouveau
Nouveau
Posts: 807
Joined: 08 Jun 2007 12:00
Location: Varese - Italy
Contact:

Post by mauriziog » 24 Jul 2007 6:32

Is possible.
The binaries must be installed on the two agents.
The scripts that you want to run can reside in a common path.
Like the failover mode all the agents have the possibility and all the configuration needed for run the same scripts.
But the difference is that one job can run on one agent and a second job on the other; and be carefull that all can write to the same common path.
This configuration is similar or like a LOAD BALANCING config, and I suggest to read about it in the documentation.
In fact is possible to control the execution of jobs on the two agents.

Post Reply