DB2 10.5 for Linux, UNIX, and Windows

dasmigr - Migrate the DB2 administration server command

Migrates the DB2® Administration Server (DAS) on the system from a previous version of DB2 database system (supported for migration to the current version of DB2 database system) to the current version of DB2 database system at the DB2 database level related to the path where the dasmigr is issued.

Important: This command has been deprecated and might be removed in a future release because the DB2 administration server (DAS) has been deprecated in Version 9.7. For more information, see DB2 administration server (DAS) has been deprecated.

To move the DAS from one DB2 database system installation location to another within the same version of DB2 database system, the dasupdt command should be used. A DAS at a previous version of a DB2 database system can not be used to administer instances in the current version of DB2 database system.

On Linux and UNIX operating systems, this utility is located in the DB2DIR/instance directory. On Windows operating systems, it is located in the DB2DIR\bin directory. DB2DIR represents the installation location where the current version of the DB2 database system is installed.

Authorization

Root user authority on UNIX operating systems or Local Administrator authority on Windows operating systems

Required connection

None

Command syntax

For Linux and UNIX operating systems
Read syntax diagramSkip visual syntax diagram
>>-dasmigr--+-----+--------------------------------------------><
            '- -d-'   

For Windows operating systems
Read syntax diagramSkip visual syntax diagram
>>-dasmigr--+-----+--+--------------------+--------------------><
            '- -h-'  '- -p--path override-'   

Command parameters

For Linux and UNIX operating systems:

-d
Enters debug mode, for use with DB2 database support.

For Windows operating systems:

-h
Displays usage information.
-p path_override
Indicates that the DAS profile should be moved as well. path_override is a user specified path to be used instead of the default DAS profile path.

Example

On Linux and UNIX operating systems:

DB2DIR/instance/dasmigr
On Windows operating systems:
DB2DIR\bin\dasmigr

Usage notes