Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Creator III
Creator III

Talend installation with optionfile

Hi,
I would like to automate de following installation with optionfile :
#./Talend-Installer-r99271-V5.2.2-linux64-installer.run
----------------------------------------------------------------------------
Welcome to the Talend Installation Wizard.
----------------------------------------------------------------------------
Please read the following License Agreement. You must accept the terms of this
agreement before continuing with the installation.
Press to continue :
TALEND COMMERCIAL SOFTWARE LICENSE AND SERVICES AGREEMENT
READ CAREFULLY THESE TERMS AND CONDITIONS, AS THEY CONSTITUTE, TOGETHER WITH AN
and the associated Documentation used by the number of Authorized Users and for

written amendment signed on behalf of Talend and Customer by their duly
authorized representatives.
Press to continue :
Do you accept this license? : y
----------------------------------------------------------------------------
Talend Installer (v. 5.2.2)
Please enter the full path to your Talend license file:
License File: []: /tmp/license
----------------------------------------------------------------------------
Talend Installer (v. 5.2.2)
Please choose one of the installation types below:
Server - Install all Talend server components using default configuration.
Client - Install Talend Studio on your machine.
Custom - Choose and configure each component to be installed individually.
Please choose an option : 1
Please specify the directory where Talend modules will be installed.
Installation Directory : /opt/talend-5.2.2
----------------------------------------------------------------------------
Talend Administration Center Configuration
Talend Administration Center (TAC) installs on an Apache Tomcat server. Please choose one of the options below:
Install an embedded tomcat server (recommended).
Use an existing tomcat server.
Please choose an option : 1

TAC User Configuration:

Admin User Name : admin@toto.com
Admin Password : password
----------------------------------------------------------------------------
Talend Administration Center Configuration
tacDB
Talend Administration Center connects to a database to store its configuration and metadata. Please choose one of the options below:
Embedded H2 database (recommended)
Connect to a MySQL database
Connect to an Oracle database
Connect to a SQL Server database
Please choose an option : 2
Talend Administration Center Port (tomcat port)
: 8080
Talend's webapp (directory) name under tomcat:
: org.talend.administrator
----------------------------------------------------------------------------
Talend Administration Center - Database Configuration
This page enables you to configure Talend Administration Center to use an
existing MySQL database.
Database host : XXX.XXX.XXX.XXX
Database port : 3306
Database Name : talend_administrator
User Name : talend
Password : talend
----------------------------------------------------------------------------
Talend Data Quality Portal Configuration
Talend Data Quality Portal is installed on top of a Tomcat application server. Please choose one of the following options:
Install with Talend Administration Center Server (Tomcat): Install with the Talend Administration Center Tomcat Server
Install an embedded (standalone) Tomcat server: Install an embedded Tomcat server in the installation directory.
Please choose an option : 2
Talend Data Quality Portal needs to connect to an existing database. Please choose one of the following options:
Connect to a MySQL database
Connect to an Oracle database
Please choose an option : 1
TDQ Portal Port: (valid only with embedded tomcat install)
: 8580
----------------------------------------------------------------------------
Data Quality Portal Memory Options
This page allows you to set minumum and maximum memory usage for the Data
Quality Portal.
Min memory (MB) : 256
Max memory (MB) : 1024
----------------------------------------------------------------------------
Data Quality Portal - Database
Database Configuration:
Talend Data Quality Studio connects to a database to store the DQ reports and
analysis. Please create a database and configure the connection here:
Database host name (IP): : XXX.XXX.XXX.XXX
Database port: : 3306
Database name: : talend_dq
User name: : talend_dq
Password: : talend_dq
----------------------------------------------------------------------------
Talend Data Quality Portal Configuration
Server Address:
: XXX.XXX.XXX.XXX
----------------------------------------------------------------------------
Setup is now ready to begin installing Talend on your computer.
Do you want to continue? : Y
----------------------------------------------------------------------------
Please wait while Setup installs Talend modules on your computer.
Installing
0% ______________ 50% ______________ 100%
#########################################
----------------------------------------------------------------------------
Setup has finished installing Talend on your computer.

So I create an "optionfile" as this :
unattendedmodeui=minimal
mode=unattended
licenseFile=/tmp/license
installType=full
prefix=/opt//talend-5.2.2
tomcat=install
tacAdminUser=admin@toto.com
tacAdminPwd=password
tacDB=mysql
tacPort=8080
tacWebAppName=org.talend.administrator
tacSetupEmailNotification=false
tacDBHost=XXX.XXX.XXX.XXX
tacDBPort=3306
tacDBName=talend_administrator
tacDBUser=talend
tacDBPswd=talend
sendNotificationEmails=false
tdqPortalAppServer=tac
tdqpDBType=mysql
tdqpPort=8580
tdqpMinMem=256
tdqpMaxMem=1024
tdqpRepDBHost=XXX.XXX.XXX.XXX
tdqpRepDBPort=3306
tdqpRepDBName=talend_dq
tdqpRepDBUser=talend_dq
tdqpRepDBPswd=talend_dq
tdqpServerAddress=XXX.XXX.XXX.XXX
installServiceTAC=1
installServiceCmdline=1
installServiceJobServer=1
installServiceTDQP=1
installServiceRuntime=1

And start installation :
./Talend-Installer-r99271-V5.2.2-linux64-installer.run --optionfile /root/talend.txt
There has been an error.
The following options were not specified and are required:
--mdmadvancedconnectionoracle11g

I try to disable mdm in talend optionfile with :
disable-component=mdm

But the result of installation is :
There has been an error.
No origin file found that matched /tmp/bonita.lic

Can you help me to automate my installation of Talend ?
Thanks for you replies.
1 Reply
Anonymous
Not applicable

Hi,
Would you mind opening a ticket on talend support portal so that our colleagues from support team can schedule a webex with you on this requirement automate installation of Talend.
Best regards
Sabrina