To collect data from an IBM DB2 database, the user that you supply to the DB2 Registration Wizard must have SYSMON (DB2 version 8.2 and higher) or SYSMAINT (DB2 version 8.1) authority on the database. This authority is defined on the instance level using operating system user groups.
To grant SYSMON or SYSMAINT authority to a user
db2 update dbm cfg using sysmaint_group <os_group>
db2 update dbm cfg using sysmon_group <os_group>
For example:
db2 update dbm cfg using sysmon_group DB2Users
The users in the specified group are granted the proper authority to perform data collection.
|
Copyright © 2016 CA Technologies.
All rights reserved.
|
|