Previous Topic: Create a Response FileNext Topic: Run or Edit the Silent Install Script File


Required Parameters in the response.varfile

As mentioned previously, an example response file has been provided in the root folder of DVD1. The parameters that are required to perform an unattended installation of CA Process Automation include the following list. Parameters that are not included in this list are optional.

License

thirdPartyLicenseAccepted

licenseAccepted

Install Location

sys.installationDir

Java Location

javaHome

DVD2 Location

domainInstallerDir

Communication Mode

isSecure (true/false)

Database Details
CA EEM Details
New Parameters for CA Process Automation Release 4.2:
nodeCommsV2Port 

The port used for simplified communications for the Domain Orchestrator.

eiamSDKLevel

The entry for the CA EEM SDK level.

#hasOracleConnectionString    

Specifies whether to provide a connection URL. This is only applicable with Oracle.

#dbOracleConnectionString     

JDBC Connection URL.

Example:

jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<database host name>) (PORT=<portnumber>)) (CONNECT_DATA=(SERVICE_NAME=<libDb>))).

Note: The last two entries appear three times; twice for each database. These parameters are only applicable if you select Oracle as your database and you use a connection string.