The file size of /home/dtdbbvr/sqllib/db2dump/db2diag.log can grow up to the AIX system limit, while both Blueworx Voice Response and DB2 appear to still be running normally.
The problem is caused by high levels of errors being generated from the DB2 database manager because the diagnostic level is incorrectly set.
To check the current setting for the level of diagnostic error that is reported:
db2 get dbm cfg | grep DIAGLEVELIf the current value for DIAGLEVEL is greater than 3, you should reset it back to the default level of 3 as follows:
db2 update dbm cfg using DIAGLEVEL 3
db2stop db2start