After you have generated a response file, you must edit the response file to suit your environment before you perform a silent upgrade. Use the following guidelines to edit your response file.
If you are installing the Hybrid Data Pipeline server on a system other than the one you used to generate the response file, you must designate the host machine with the D2C_HOSTNAME_CONSOLE option.
If you want to continue with an upgrade even though hostname, port, and load balancer hostname validations fail, then the validation settings should be set as follows. (Note that these properties are set to false by default.)
If you are storing user credentials on an external database, you must designate the administrator and user passwords of the external database with the D2C_DB_ADMIN_PASSWORD and D2C_DB_USER_PASSWORD options. However, you may skip database validation by setting the SKIP_DATABASE_VALIDATION property to true. If you skip database validation, the installer will complete the installation even when the database validation fails.
The following example response file includes the settings for a load balancer deployment using the On-Premises Connector, using a MySQL Community Edition external database. This type of response file would be generated using the installer in console mode.
# Tue Nov 21 15:45:31 EST 2017
# Replay feature output
# ---------------------
# This file was built by the Replay feature of InstallAnywhere.
# It contains variables that were set by Panels, Consoles or Custom Code.
#MySQL Community Edition
#-----------------------
D2C_DB_MYSQL_COMMUNITY_SUPPORT_CONSOLE=\"Yes\",\"\"
D2C_DB_MYSQL_JAR_PATH_CONSOLE=\"/<mysqldriverpath>/<filename>.jar\"
#External Database Type
#----------------------
D2C_DB_VENDOR_CONSOLE=\"\",\"MySQLCommunity\"
#Database Connection Information - MySQLCommunity Hostname
#---------------------------------------------------------
D2C_DB_HOSTNAME_CONSOLE=\"<mysqlhost>\"
#Database Connection Information - MySQLCommunity Port
#-----------------------------------------------------
D2C_DB_PORT_CONSOLE=\"3306\"
#Database Connection Information - MySQL Database Name
#-----------------------------------------------------
D2C_DATABASE_NAME_CONSOLE=\"<mysqldbname>\"
#Database Connection Information - MySQL Connection Advanced Options
#-------------------------------------------------------------------
D2C_DB_ADVANCED_OPTIONS_CONSOLE=\"\"
#Database Connection Information - Admin Username
#------------------------------------------------
D2C_DB_ADMIN_USERNAME_CONSOLE=\"<adminname>\"
#Database Connection Information - Admin Password
#------------------------------------------------
D2C_DB_ADMIN_PASSWORD_CONSOLE=\"<adminpassword>\"
#Database Connection Information - User Username
#-----------------------------------------------
D2C_DB_USER_USERNAME_CONSOLE=\"<username>\"
#Database Connection Information - User Password
#-----------------------------------------------
D2C_DB_USER_PASSWORD_CONSOLE=\"<userpassword>\"