By default, System Administrative (SYSADM) privileges are granted to the following:
To use another group as the System Administrative group (SYSADM_GROUP),
update the database manager configuration file.
![]() |
The SYSADM_GROUP parameter is not used for the Windows 95
operating system.
|
To change the System Administrative group (SYSADM_GROUP) parameter to dbadmin on the server instance, use:
update dbm cfg using SYSADM_GROUP dbadmin db2stop db2start
To change the System Administrative group (SYSADM_GROUP) parameter to dbadmin on the client instance, use:
update dbm cfg using SYSADM_GROUP dbadmin terminate
Stop all applications that are using DB2. When restarted they will be using the new value for SYSADM_GROUP.