Parameters for remote silent installations of Network Deployment
When you install Network Deployment 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, # # Network Deployment for iSeries # # # # INSTALL TYPE: Remote workstation silent installation # # # # DOCUMENTATION: Please see the WAS V5.0, # # Network Deployment for iSeries Installation and # # Initial Configuration web site for the most # # up-to-date information: # # # # http://www.ibm.com/websphere/iseries/installws5nd # # # # 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 Java -W WMQJavaSelectBean.skip = "false" -W WMQJavaSelectBean.option="all"Notes:
- The response file is in English only.
- 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 Network Deployment 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:
- If you want the default value, you do not need to specify it.
- The DestinationBean property must be edited.
Bean ID Bean property Possible values Default Description DestinationBean system Determines the destination iSeries server on 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, WAS Network Deployment 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 Network Deployment 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 only the product code. The language component installs only the language options (29nn). The value all includes both the code and language components. option
- all
- base
- 5
all Selects which options to install.
- The base option installs the common code.
- Option 5 installs the Network Deployment code.
- The value all includes base and Option 5.
Note: Installation of option 5 requires that the base option is also selected or already installed.
WMQJavaSelectBean skip
- false
- true
false If set to true, WebSphere MQ classes for Java and JMS is not installed. 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.
Note: Installation of option 1 requires that the base option is also selected or already installed.