Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
vs_5597
Contributor II
Contributor II

Talend Server + Clustering

Hi,

 

I am new to Talend and i need to set up talend server with clustering. The version i need to set up is  Talend Integation v6.4.1.

Can someone share the steps to achieve clustering?

 

So far i know there 4 components :

 

1. Tomcat server - To set up clustering , Is there a configuration within TAC or need to do configuration at Tomcat Server

2. Database - The default installation is H2 database, is H2 able to do clustering?

3. Visual svn server - Any configuration within TAC for clustering or need to configure from visual svn itself?

4. Job Server.

Labels (3)
2 Replies
Anonymous
Not applicable

Hello,

Please refer to this donline documentation which aims at users of Talend Administration Center who want to know how to work with clustered servers.

https://help.talend.com/reader/RK~CAb9nJ1erxR8SrBbKoQ/dbBgE2hbyjbMGyZeMYJF5A

Best regards

Sabrina

Ashok_Panda
Contributor
Contributor

Hello ,

 

Below is how i have achieved clustering feature on Talend on Linux ecosystem.

 

1. Install two instances of tomcat on two different servers.

2.Create a common database for TAC database stroage.(Oracle,MSSQL etc.)

3.Configure Talend Administration Center on both Tomcat and use the above database created rather default H2 database.

4.Install and Configure Apache WebServer on both servers(if you are doing the installation on 2 different boxes)

5.Create necessary set up to Webserver to route the URL to TAC URL.

6.Do load balancing on WebServer.

If you are using Windows, may be you need to use some kind of web server which i am not aware of.

 

Hope it helps. 

Regards,

Ashok