DB2 10.5 for Linux, UNIX, and Windows

Defining which users hold SYSADM authority (Windows )

Certain users have SYSADM authority if the sysadm_group database manager configuration parameter is not set (that is, it is NULL).

These users are:
There are cases where the previously mentioned default behavior is not desirable. You can use the sysadm_group database manager configuration parameter to override this behavior by using one of the following methods:

Then update the sysadm_group database manager configuration parameter to this group, using the following commands:

   DB2 UPDATE DBM CFG USING SYSADM_GROUP group_name
   DB2STOP
   DB2START