DB2 10.5 for Linux, UNIX, and Windows

doce_deinstall - Uninstall DB2 Information Center command

Uninstalls the DB2® Information Center that is in the same install path as the doce_deinstall tool. This command is only available on Linux operating systems.

The doce_deinstall command is located at DB2DIR/install, where DB2DIR is the location where the current version of the DB2 Information Center is installed. The doce_deinstall command is also available from the DOCE DVD. If run from the DVD, the doce_deinstall command requires a -b option.

Authorization

Root user authority

Required Connection

None

Command syntax

Read syntax diagramSkip visual syntax diagram
>>-doce_deinstall-- -a--+------------------+-------------------->
                        '- -b--installpath-'   

>--+---------------+--+-----------------+----------------------->
   '- -l--log-file-'  '- -t--trace-file-'   

>--+--------------------+--+-----+-----------------------------><
   '- -r--response_file-'  +- -h-+   
                           '- -?-'   

Command parameters

-a
Removes the Information Center from its current location.
-b
This option is valid if the command is run from the DB2 database product media. It specifies the absolute path where the DB2 database product was installed and will be uninstalled. The command will prompt for the path if the option is not specified.
-l log-file
Specifies the log file. The default log file is /tmp/doce_deinstall.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.
-r response_file
Removes the Information Center using a response file. For example, doce_deinstall -r db2un.rsp. Cannot be combined with the -a parameter.
-h | -?
Displays usage information.

Example

To uninstall a DB2 Information Center that is installed in /opt/ibm/db2/doce, issue:
cd /opt/ibm/db2/doce
doce_deinstall -a