When you install WebSphere ESB silently, the installation wizard does not display interactive panels, but reads values from the response file instead. You must customize the response file to supply values to the installation wizard as it runs in silent mode.
Before using the install -silent -options myoptionsfile command on a Linux® or UNIX® platform, or the install.exe -silent -options myoptionsfile command on a Windows® platform to invoke a silent installation, you must customize the response file to add your selections.
Be precise when supplying values in the file: Customize the options response file precisely to let the installation program read the option values that the file contains. Incorrect specifications affect the silent interface of the Installation wizard. For example, always enclose values in double quotation marks.
If you customize the response file incorrectly, the installation wizard cannot install the product unless you remove the -options parameter. If the error is an invalid option value, ISMP displays a warning message that you must confirm and stops the installation.
Compare your options response file to the responsefile.esb.txt file that is shipped with the product to make the necessary corrections. After correcting the file, reinstall.
Guidance: The options response file has comments that describe each directive in the file. Read the explanations in the file to further understand the purpose of each directive.
See responsefile.esb.txt for an example of the comments and directives in the response file.
-W silentInstallLicenseAcceptance.value="false" # -W esbDetectionPanel_InstallWizardBean.optionSelected="1" Platform specific: -P esbProductBean.installLocation="/usr/IBM/WebSphere/ESB" Platform specific: -P esbProductBean.installLocation="/opt/IBM/WebSphere/ESB" Platform specific: -P esbProductBean.installLocation="C:\Program Files\IBM\WebSphere\ESB" -P samplesProductFeatureBean.active="true" -P javadocsProductFeatureBean.active="true" -W summarypanel_InstallWizardBean.launchPCAW="true" -W pawresponsefilelocationqueryaction_InstallWizardBean.fileLocation=""
Default value | Description | Your value |
---|---|---|
false | By changing the silentInstallLicenseAcceptance.value
in this response file to "true", you agree that you have reviewed and agree
to the terms of the IBM® International Program License Agreement accompanying
this program, which is located at CD_ROOT\ESB\lafiles. If you do not agree
to these terms, do not change the value or otherwise download, install, copy,
access, or use the program and promptly return the program and proof of entitlement
to the party from whom you acquired it to obtain a refund of the amount you
paid. Change the value to true to accept the license agreement and install the product. You cannot install the product with the default value. |
Default value | Description | Your value |
---|---|---|
Commented out | Uncomment the line to add features to an existing installation
in an incremental migration. Change the value of the following -P wasProductBean.installLocation= directive to the directory of the existing installation. To avoid problems, set the feature active properties for currently installed features to false. To install a new feature, set the feature active property to true. For example, suppose that you have
an existing installation of the product with the Javadocs feature installed,
but not the Samples feature. To install the Samples feature, set the following
directives accordingly:
The feature selection options are described after the installation type option. |
Default value | Description | Your value |
---|---|---|
Varies per product disc | The installation root directory for the product. Specify
a valid directory. The default installation location is for a Windows system. Comment the Windows line to install on a Linux or UNIX operating system. Uncomment the line that describes your platform and optionally change the location. The installation path must be 80 characters or less. ![]() ![]() Important: Do not use symbolic links as
the destination directory. Symbolic links are not supported.
On a Windows system, the directory can contain spaces. Enclose a directory name with spaces within double quotation marks as shown in the Windows example. |
Default value | Description | Your value |
---|---|---|
true | This option installs the Samples feature. Change the value to false to skip the installation of the Samples feature. Change the value to false during an incremental installation if the Samples feature is already installed. Do not use a value of true if the Samples feature is already installed. |
Default value | Description | Your value |
---|---|---|
true | This option installs the Javadocs feature. Change the value to false to skip the installation of the Javadocs feature. Change the value to false during an incremental installation if the Javadocs feature is already installed. Do not use a value of true if the Javadocs feature is already installed. |
Default value | Description | Your value |
---|---|---|
true | A value of true launches the Profile creation wizard
silently. This option controls launching the Profile creation wizard silently at the end of the installation of the core product files and features. The Profile creation wizard can create one of the three available profile types for the Network Deployment product. |
Each file contains a planning area for marking your values.
Default value | Description | Your value |
---|---|---|
none | This option must specify the absolute path to the customized
options file for the appropriate profile. For example: ![]() ![]() -W pcawresponse...fileLocation= "/tmp/ESB/responsefile.pcat.esb.dmgrProfile.txt" ![]() -W pctresponse...fileLocation= "C:\temp\ESB\responsefile.pcat.esb.dmgrProfile.txt" |
Perform the following procedure to use the options response file
Go to Installing WebSphere ESB silently to continue.