You use the setup command to run the IBM® InfoSphere® Information Server installation program.
Entering the setup command without parameters causes the installation program to start in graphical mode.
Use with the -reportFile parameter to store the results of the prerequisites check in a text file.
If this parameter is specified for a software removal, the parameter is ignored.
In graphical mode, if -force is specified on the command line and a prerequisites check fails, an Ignore FAILED items and continue check box is shown in the window. To continue the installation, click this check box and then click Next. If -force is not specified, the check box is not shown and the Next button is disabled.
If a reportFile value is not specified, the report is displayed to the console.
Language | Codes |
---|---|
Chinese (Simplified) | zh_CN |
Chinese (Traditional) | zh_TW |
English | en or en_US |
French | fr or fr_FR |
German | de or de_DE |
Italian | it or it_IT |
Japanese | ja or ja_JP |
Korean | ko or ko_KR |
Portuguese (Brazilian) | pt_BR |
Spanish | es or es_ES |
If you do not specify this parameter, log messages are written to the log file only.
The following command causes the installation program to prompt for a password and then start in graphical mode. The installation program uses the settings in the rsp.txt response file. It stores log messages in a log file.
./setup -secure -rsp rsp.txt -uiMode graphical
The following command causes the installation program to start in silent mode. The installation program uses the settings in the rsp.txt response file. It stores log messages in a log file. When the prerequisites checks run, results are stored in prq.txt. The installation program stops if a prerequisite check test fails.
./setup -rsp rsp.txt -reportFile prq.txt
The following command causes the installation program to start in silent mode. The installation program uses the settings in the rsp.txt response file. It stores log messages in a log file. When the prerequisites checks run, results are stored in prq.txt. The installation program stops after the prerequisites check without installing the software.
./setup -rsp rsp.txt -reportFile prq.txt -reportOnly
The following command causes the installation program to start in silent mode. The installation program uses the settings in the rsp.txt response file. It stores log messages in a log file and also displays them to the console. When the prerequisites check runs, results are stored in prq.txt.
./setup -rsp rsp.txt -reportFile prq.txt -verbose