Configuring the Db2 administration server (DAS)

Use the db2 get admin cfg command to see the current values for the DAS.

Before you begin

Important: The Db2 Administration Server (DAS) has been deprecated and might be removed in a future release. The DAS is not supported in Db2 pureScale® environments. Use software programs that use the Secure Shell protocol for remote administration. For more information, see Db2 administration server (DAS) has been deprecated .

In order to update the DAS configuration file using the Command Line Processor (CLP) and the UPDATE ADMIN CONFIG command, you must use the CLP from an instance that is at the same installed level as the DAS.

Procedure

  • To see the current values for the Db2 administration server configuration parameters relevant to the DAS, enter: db2 get admin cfg

    This will show you the current values that were given as defaults during the installation of the product or those that were given during previous updates to the configuration parameters.

  • To update individual entries in the DAS configuration file, enter: db2 update admin cfg using ...
  • To reset the configuration parameters to the recommended defaults, enter: db2 reset admin cfg

What to do next

In some cases, changes to the DAS configuration file become effective only after they are loaded into memory (that is, when a db2admin stop is followed by a db2admin start; or, in the case of a Windows operating system, stopping and starting the service). In other cases, the configuration parameters are configurable online (that is, you do not have to restart the DAS for these to take affect).