Parameters for local installations of Network Deployment
The SETUP script in Qshell and the Run Java (RUNJVA) command include several optional parameters that you can use to customize your installation. If a parameter is not specified, the installation program uses the default value for that parameter. If no parameters are specified, WAS Network Deployment for iSeries and WebSphere MQ classes for Java and JMS V5.3 for iSeries is installed with their default options.
For example, you can use parameters to install only the Network Deployment product and not to install WebSphere MQ classes for Java and JMS for iSeries. To do this, you would enter one of these commands to start the installation program:
From Qshell Interpreter:
SETUP -wmqjava -skip trueFrom an OS/400 command line:
RUNJVA CLASS(SETUP) PARM('-wmqjava' '-skip' 'true') CLASSPATH ('/QIBM/ProdData/OS400/jt400/lib/jt400Native.jar:/QOPT/WEBSPHERE/OS400: /tmp/WebSphere/WS5INSTALL.JAR') PROP((os400.runtime.exec QSHELL) (java.version 1.3))where the options specified within PARM() are the installation options. The other parameters are required.
Note: This command has been wrapped for display purposes. Enter it as one command.
This table describes all of the configurable parameters for the WAS Network Deployment and the WebSphere MQ classes for Java and JMS V5.3 for iSeries installation. Each product is represented by its product parameter name and its possible parameter values are represented by product assigned parameters. Use the -help parameter to display a list of possible parameters and their usage. The table lists the supported national language options, including double-byte character sets (DBCS) and multi-national character sets (MNCS).
Note: If you want the default value, you do not need to specify it.
Product parameter name Product assigned parameters Possible values Default Description -was -skip
- false
- true
false If set to true, this product is not installed. -language
- 2980 - Brazilian Portuguese
- 2950 - English Uppercase only
- 2924 - English
- 2938 - English Uppercase only DBCS
- 2984 - 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 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
- 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 the options base and 5.
Installation of option 5 requires that the base option is also selected or already installed.
-wmqjava -skip
- false
- true
false If set to true, this product 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.
Installation of option 1 requires that the base option is also selected or already installed.