Step 2: Installing

RESPONSEFILE for command-line installation

When you install WebSphere Application Server to your iSeries server using the silent mode, you refer to a response file that specifies a silent install. To configure the installation, change the options in this file before you enter the installation command. The silent installation mode does not accept interactive installation options. If you want to specify non-default installation options, use the response file.

Note: You cannot use the default response file that is shipped on the product CD-ROM to install the product, because the value of the silentInstallLicenseAcceptance bean is "false". You must make a copy of the file and change the value to "true".

Here is the format of the response file that is shipped on the CD-ROM:

################################################################################
#
# InstallShield Options File #
# Wizard name: Install # Wizard source: setup.jar # Created on: Wed Apr 14 14:19:22 EDT 2004
# Created by: InstallShield Options File Generator #
# This file contains values that were specified during a recent execution of # Install. It can be used to configure Install with the options specified below # when the wizard is run with the "-options" command line option. Read each # setting's documentation for information on how to change its value.
# 
# A common use of an options file is to run the wizard in silent mode. This lets # the options file author specify wizard settings without having to run the # wizard in graphical or console mode. To use this options file for silent mode # execution, use the following command line arguments when running the wizard:
# 
#    -options "CD_ROOT/WAS/responsefile"
#
################################################################################

################################################################################
#
# Invoke the install wizard in silent mode for both local and remote install 
# whenever the response file is used.
#

-silent 

###################################################################################
#
# License Acceptance #
# Valid Options : true   Accepts the license. Will install the product.
#     false  Declines the license. Install will not occur.  
#
# If no install occurs, this will be logged to a temporary log file on your 
# iSeries server in the /tmp/installShield directory.
#
# 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/WAS/DOCS/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.
#
# 

-W silentInstallLicenseAcceptance.value="false"


################################################################################
#
# "Core Product Files" Feature #
# The selection state of the "Core Product Files" feature. Legal values are:
# 
#    true  - Indicates that the feature is selected for installation #    false - Indicates that the feature is not selected for installation # 
# For example, to select " Core Product Files " for installation, use # 
#    -P coreRuntimeProductFeatureBean.active=true #

-P coreRuntimeProductFeatureBean.active="true"


################################################################################
#
# "Application Server samples" Feature #
# The selection state of the "Application Server samples" feature. Legal values # are:
# 
#    true  - Indicates that the feature is selected for installation #    false - Indicates that the feature is not selected for installation # 
# For example, to select "Application Server samples" for installation, use # 
#    -P samplesProductFeatureBean.active=true #

-P samplesProductFeatureBean.active="true"


################################################################################
#
# "Javadocs" Feature #
# The selection state of the "Javadocs" feature. Legal values are:
# 
#    true  - Indicates that the feature is selected for installation #    false - Indicates that the feature is not selected for installation # 
# For example, to select "Javadocs" for installation, use # 
#    -P javadocsProductFeatureBean.active=true #

-P javadocsProductFeatureBean.active="true"


################################################################################
#
# "Web Server Plugin Files" Feature #
# The selection state of the "Web Server Plugin Files" feature.  Legal values 
# are:
# 
#    true  - Indicates that the feature is selected for installation #    false - Indicates that the feature is not selected for installation # 
# For example, to select "Web Server Plugin Files" for installation, use # 
#    -P webServerPluginFeatureBean.active=true #

-P webServerPluginFeatureBean.active="true"


################################################################################
#
# "Application Client Files" Feature #
# The selection state of the "Application Client Files" feature.  Legal values 
# are:
# 
#    true  - Indicates that the feature is selected for installation #    false - Indicates that the feature is not selected for installation # 
# For example, to select "Application Client Files" for installation, use # 
#    -P applicationClientFeatureBean.active=true #

-P applicationClientFeatureBean.active="true"

Notes:

  1. The response file is in English only.
  2. All lines preceded by a hash mark (#) are commented out.

This table describes all of the possible parameters for the WebSphere Application Server remote silent install response file. The table lists the supported national language options, including double-byte character sets (DBCS) and multi-national character sets (MNCS).

Note: If you do not specify a value for a property, the default value is used. Note that for the silentInstallLicenseAcceptance bean, the default value of false prevents the installation from running.

Bean ID Bean parameter Valid values Default value Description
silentInstallLicenseAcceptance value true
false
false Whether or not you accept the terms of the license agreement.
coreRuntimeProductFeatureBean active true
false
true That the core product features are to be installed
samplesProductFeatureBean active true
false
true Specifes that the sample applications are to be installed.
javadocsProductFeatureBean active true
false
true Specifes that the Javadocs are to be installed.
webServerPluginFeatureBean active true
false
true Specifes that the Web server plugins are to be installed.
applicationClientFeatureBean active true
false
true Specifes that the application client feature is to be installed.