Parameters for remote silent installations of WAS

When you install WAS to your iSeries server from a workstation 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 (SETUP). The silent installation mode does not accept interactive installation options. If you want to specify non-default installation options, use the response file.

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

#############################################################################
#                                                                           #
#   ABOUT:             WAS V5.0 for iSeries        #
#                                                                           #
#   INSTALL TYPE:      Remote workstation silent installation               #
#                                                                           #
#   DOCUMENTATION:     Please see the WAS          #
#                      for iSeries Installation and Initial Configuration   #
#                      web site for the most up-to-date information:        #
#                                                                           #
#                      http://www.ibm.com/websphere/iseries/installws5      #
#                                                                           #
#   USAGE:             SETUP -options <path>\<responsefile>                 #
#                                                                           #
#   IMPORTANT:         All values must be enclosed in double quotes.        #
#                                                                           #
#############################################################################

# Specify silent install
-silent

# Bean property assignments for target iSeries system
-W DestinationBean.system = "YOURSYSTEM"
-W DestinationBean.username ="YOURUSER"
-W DestinationBean.password = "YOURPSSWD"

# Bean property assignments for WAS
# Note: Option property can be specified more than once
-W WASSelectBean.skip = "false"
# -W WASSelectBean.language = "29XX"
-W WASSelectBean.component = "all"
-W WASSelectBean.option = "all"

# Bean property assignments for WebSphere MQ
# Note: Option property can be specified more than once
-W WMQSelectBean.skip = "false"
# -W WMQSelectBean.language = "29XX"
-W WMQSelectBean.component = "all"
-W WMQSelectBean.option = "all"

# Bean property assignments for WebSphere MQ Java
-W WMQJavaSelectBean.skip = "false"
-W WMQJavaSelectBean.component = "all"
-W WMQJavaSelectBean.option="all"

Notes:

  1. The response file is in English only.
  2. Install options preceded by # are commented out. To enable these options, remove the # and the space.

This table describes all of the possible parameters for the WAS 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).

Notes:

  1. If you want the default value, you do not need to specify it.
  2. The DestinationBean property must be edited.

Bean ID Bean property Possible values Default Description
DestinationBean system     Determines the destination iSeries server upon which the installation is to be performed.
username     Determines the user name to be used on the destination iSeries server.
password     Determines the password to be used on the destination iSeries server.
WASSelectBean skip

  • false
  • true

false If set to true, the WAS product is not installed.
language

  • 2980 - Brazilian Portuguese
  • 2950 - English Uppercase only
  • 2924 - English
  • 2938 - English Uppercase only DBCS
  • 2894 - English DBCS
  • 2928 - French
  • 2940 - French MNCS
  • 2929 - German
  • 2939 - German MNCS
  • 2932 - Italian
  • 2942 - Italian MNCS
  • 2962 - Japanese DBCS
  • 2986 - Korean DBCS
  • 2989 - Simplified Chinese DBCS
  • 2931 - Spanish
  • 2987 - Traditional Chinese DBCS

*PRIMARY, if available; otherwise 2924 (English) Determines the language to install. If the language parameter is not specified, the installation program detects the primary language on the iSeries server. If that language is supported by the WAS product, the program installs it. If the primary language is not supported, the installation program installs 2924 (English).
component

  • all
  • code
  • language

all Selects which components to install. The code component installs only the code. The language component installs only the language options (29nn). The value all includes both the code and language components.
option

  • all
  • base
  • 1
  • 2
  • 3

all

Selects which options to install.

  • The base option installs the common code.
  • Option 1 installs the client code.
  • Option 2 installs the server code.
  • Option 3 installs the samples.
  • The value all includes the options base, 1, 2, and 3.

Installation of options 1, 2, and 3 requires that the base option is also selected or already installed.

Note: You may specify the option parameter multiple times for more advanced configurations (for example
-W WASSelectBean.option = "base"
-W WASSelectBean.option = "1"
-W WASSelectBean.option = "3").

WMQSelectBean skip

  • false
  • true

false If set to true, the WebSphere MQ product is not installed.
language

  • 2909 - Belgium English
  • 2966 - Belgium French
  • 2981 - Canadian French MNCS
  • 2950 - English Uppercase only
  • 2924 - English
  • 2938 - English Uppercase only DBCS
  • 2984 - English DBCS
  • 2928 - French
  • 2940 - French MNCS
  • 2932 - Italian
  • 2942 - Italian MNCS
  • 2962 - Japanese DBCS
  • 2986 - Korean DBCS
  • 2989 - Simplified Chinese DBCS
  • 2931 - Spanish

*PRIMARY, if available; otherwise 2924 (English) Determines the language to install. If the language parameter is not specified, the installation program detects the primary language on the iSeries server. If that language is supported by WebSphere MQ V5.3 for iSeries, the program installs it. If the primary language is not supported, the installation program installs 2924 (English).

Note: The language parameter only applies to the base option of WebSphere MQ V5.3 for iSeries. The other options are in English only.
component

  • all
  • code
  • language

all Selects which components to install. The code component installs only the code. The language component installs only the language options (29nn). The value all includes both the code and language components.
option

  • all
  • base
  • 1

all

Selects which options to install.

  • The base option installs the server code.
  • Option 1 installs the samples code.
  • The value all includes the options base and 1.

Installation of option 1 requires that the base option is also selected or already installed.

WMQJavaSelectBean skip

  • false
  • true

false If set to true, the WebSphere MQ classes for Java and JMS product is not installed.
component

  • all
  • code
  • language

all Selects which component to install. The code component installs only the code The language component installs only the language option 2924. The value all includes both the code and language components.

Note: The language parameter only applies to the base option of WebSphere MQ class for Java and JMS. The other options are in English only.

option

  • all
  • base
  • 1

all

Selects which options to install.

  • The base option installs the server code.
  • Option 1 installs the samples code.
  • The value all includes the options base and 1.