Tag Archive | db2admin

DB2 administration server Start


This utility is used to manage the DB2 Administration Server (DAS).

• Log in as an account or user ID that is part of the dasadm_group.
• Check if the process is still running using “ps” command
• Start the DAS using the db2admin command as follows: Db2admin start

[dasusr1@mercury ~]$ db2admin start
[dasusr1@mercury ~]$ ps -ef | grep db

The Process “/home/dasusr1/das/adm/db2dasrrm” would be running

Screenshot: Start DAS Process
dasstart
 

DB2 administration server Stop


This utility is used to manage the DB2 Administration Server (DAS). If no parameters are specified, and the DAS exists, this command returns the name of the DAS.

• Log in as an account or user ID that is part of the dasadm_group.
• Stop the DAS using the db2admin command as follows: Db2admin stop

[dasusr1@mercury ~]$ ps -ef | grep db
[dasusr1@mercury ~]$ db2admin stop

“/home/dasusr1/das/adm/db2dasrrm ” would be stopped

Screenshot: Stop DAS Process
dasstop