DB2 10.5 for Linux, UNIX, and Windows

sysmon_group - System monitor authority group name configuration parameter

This parameter defines the group name with system monitor (SYSMON) authority.

Configuration type
Database manager
Applies to
  • Database server with local and remote clients
  • Client
  • Database server with local clients
  • Partitioned database server with local and remote clients
Parameter type
Configurable
Default
Null

Users having SYSMON authority at the instance level have the ability to take database system monitor snapshots of a database manager instance or its databases. Refer to System monitor authority (SYSMON) for a full list of commands supported by SYSMON authority.

Users with SYSADM, SYSCTRL, or SYSMAINT authority automatically have the ability to take database system monitor snapshots and to use these commands.

Group names on all platforms are accepted as long as they adhere to the length limits specified in SQL and XML limits.

To restore the parameter to its default (NULL) value, use UPDATE DBM CFG USING SYSMON_GROUP NULL. You must specify the keyword NULL in uppercase.