DB2 Version 9.7 for Linux, UNIX, and Windows

dascrt - Create a DB2 administration server command

The DB2® administration server (DAS) provides support services for DB2 tools such as the Control Center and the Configuration Assistant. If a system does not have a DAS, you can use this command to manually generate it.

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.

The dascrt command is located in the DB2DIR/instance directory, where DB2DIR is the location where the current version of the DB2 database product is installed.

This command is available on Linux and UNIX operating systems only. On Windows operating systems, you can use the db2admin create command for the same purpose.

Authorization

Root user authority

Required connection

None

Command syntax

Read syntax diagramSkip visual syntax diagram
>>-dascrt-- -u--DASuser--+-----+-------------------------------><
                         '- -d-'   

Command parameters

-u DASuser
DASuser is the user ID under which the DAS will be created. The DAS will be created under the /home/DASuser/das directory.
The following restrictions apply:
  • If existing IDs are used to create DB2 DAS, make sure that the IDs are not locked and do not have expired passwords.
-d
Enters debug mode, for use with DB2 Service.

Usage notes