![]() Using a Response File to Install on UNIX SystemsYou can use an InstallAnywhere response file to configure automated, silent installs on UNIX workstations. Before you begin
To deploy using a response file
Response file formatUse INSTALLER_UI to specify a silent install. Use CHOSEN_INSTALL_FEATURE_LIST to list the features to be installed. CHOSEN_FEATURE_LIST is the list of features enabled. For silent installations these are typically the same. Use USER_INSTALL_DIR to specify the installation directory. All options are required. Leave other options as shown in these examples. The following sample response file installs all Reflection X Advantage applications and services; and the generic sample template, which automatically imports the default sample settings. INSTALLER_UI=silent CHOSEN_INSTALL_SET=Custom CHOSEN_FEATURE_LIST=RX,XMan,XManDom,AdminCon,Service,ServDC,ServRmt,TemplGrp,TemplGen CHOSEN_INSTALL_FEATURE_LIST=RX,XMan,XManDom,AdminCon,Service,ServDC,ServRmt,TemplGrp,TemplGen USER_INSTALL_DIR=/opt/rxadvantage JDK_HOME= JDK_DOT_HOME=$USER_INSTALL_DIR$$/$$jre JAVA_EXECUTABLE=$USER_INSTALL_DIR$$/$$jre/bin/java
The following response file installs just the Reflection X Advantage service to create a domain node. INSTALLER_UI=silent CHOSEN_INSTALL_SET=Custom CHOSEN_FEATURE_LIST=RX,Service CHOSEN_INSTALL_FEATURE_LIST=RX,Service USER_INSTALL_DIR=/opt/rxadvantage JDK_HOME= JDK_DOT_HOME=$USER_INSTALL_DIR$$/$$jre JAVA_EXECUTABLE=$USER_INSTALL_DIR$$/$$jre/bin/java
Features are organized in a feature tree. To install a feature, include any features above it in the hierarchy. This example installs the Domain Controller: CHOSEN_INSTALL_FEATURE_LIST=RX,Service,ServDC
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|