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 the 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. 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 diagramdasmigr -d
For Windows operating systems
Read syntax diagramSkip visual syntax diagramdasmigr -h -ppath 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.

Examples

On Linux and UNIX operating systems:

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

Usage notes

  • On AIX® 7.1 (or higher), when running this command from a shared Db2 copy in a system workload partition (WPAR) global environment, this command must be run as the root user. WPAR is not supported in a Db2 pureScale® environment.