IBM Books

Command Reference

UPDATE ADMIN CONFIGURATION

Modifies individual entries in the database manager configuration file that are relevant to the DB2 Administration Server. The DB2 Administration Server is a special DB2 instance that enables remote administration of DB2 servers. The following database manager configuration parameters can be modified:

Note:It is not recommended that the SVCENAME parameter, set by the installation program, be modified by the user. The administration server service name is set to use the DB2 registered TCP/IP port (523).

For more information about these parameters, see GET DATABASE MANAGER CONFIGURATION.

Scope

This command can be issued from any node listed in the db2nodes.cfg file. It affects all nodes that are listed in this file.

Authorization

sysadm

Required Connection

None or instance. An instance attachment is not required to perform local DBM configuration operations, but is required to perform remote DBM configuration operations. To update the database manager configuration for a remote instance, it is necessary to first attach to that instance.

Command Syntax

>>-UPDATE ADMIN----+-CONFIGURATION-+---------------------------->
                   +-CONFIG--------+
                   '-CFG-----------'
 
             .-------------------------.
             V                         |
>-----USING-----config-keyword value---+-----------------------><
 

Command Parameters

USING config-keyword value
Specifies the admin configuration parameter to be updated.

Usage Notes

To view or print a list of the admin configuration parameters, use GET ADMIN CONFIGURATION.

To reset the admin configuration parameters to the recommended database manager defaults, use RESET ADMIN CONFIGURATION.

For more information about admin configuration parameters, see the Administration Guide.

The values of these parameters differ for each type of database node configured (server, client, or server with remote clients). See the Administration Guide, or one of the Quick Beginnings books for the ranges and the default values that can be set on each node type.

Changes to the database manager configuration file become effective only after they are loaded into memory. This occurs during execution of db2start.

If an error occurs, the database manager configuration file does not change.

The database manager configuration file cannot be updated if the checksum is invalid. This may occur if the database manager configuration file is changed without using the appropriate command. If this happens, the database manager must be reinstalled to reset the database manager configuration file.

See Also

GET ADMIN CONFIGURATION

RESET ADMIN CONFIGURATION.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]