DB2 Version 9.7 for Linux, UNIX, and Windows

doce_install - Install DB2 Information Center command

Installs the DB2® Information Center. If no path is specified, the DB2 Information Center is installed by default in /opt/ibm/db2ic/V9.7. This command applies only to the Linux operating systems.

Authorization

Root user authority

Required Connection

None

Command syntax

Read syntax diagramSkip visual syntax diagram
>>-doce_install--+-------------------+--+--------------+-------->
                 '- -b--install-path-'  '- -p--product-'   

>--+---------------------+--+-----+--+---------------+---------->
   '- -c--image-location-'  '- -n-'  '- -L--language-'   

>--+---------------+--+-----------------+--+-----+-------------><
   '- -l--log-file-'  '- -t--trace-file-'  +- -h-+   
                                           '- -?-'   

Command parameters

-b install-path
Specifies the path where the DB2 Information Center is to be installed. install-path must be a full path name and its maximum length is limited to 128 characters. The default installation path is /opt/ibm/db2ic/V9.7. This parameter is mandatory when the -n parameter is specified.
-p productID
Specifies the productID of the DB2 Information Center. productID does not require DB2 as a prefix. This parameter is mandatory when the -n parameter is specified.
-c image-location
Specifies the product image location. To indicate multiple image locations, specify this parameter multiple times. For example, -c CD1 -c CD2. This parameter is only mandatory if the -n parameter is specified, your install requires more than one CD, and your images are not set up for automatic discovery. Otherwise, you are prompted for the location of the next CD at the time it is needed.
-n
Specifies noninteractive mode.
-L language
Specifies national language support. The default is English. To install multiple languages at the same time, this parameter can be specified multiple times. For example, to install both English and German, specify -L EN -L DE.
-l log-file
Specifies the log file. The default log file is /tmp/doce_install.log$$, where $$ is the process ID.
-t trace-file
Turns on the debug mode. The debug information is written to the file name specified as trace-file.
-h | -?
Displays usage information.

Example