Open marde16 opened 9 months ago
In the db2 tuning tasks there is a setting for db2 log rotation missing.
https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/9eb050fdad217266a0fed3e2e35ebaf9f0b20d62/roles/third_party/ibm/db2-install/tasks/apply_tunings.yml#L18-L25
It must be activated for better control of the log size.
https://www.ibm.com/support/pages/db2-how-rotate-db2-diagnostic-file-db2diaglog
Please add db2 update dbm cfg using DIAGSIZE {{ __db2_instance_diag_size }} in the tuning file.
db2 update dbm cfg using DIAGSIZE {{ __db2_instance_diag_size }}
Hi Martin, thank you for the feedback. Please submit a PR for this change and it will be merged into the Connections-Automation repository. Thanks again.
In the db2 tuning tasks there is a setting for db2 log rotation missing.
https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/9eb050fdad217266a0fed3e2e35ebaf9f0b20d62/roles/third_party/ibm/db2-install/tasks/apply_tunings.yml#L18-L25
It must be activated for better control of the log size.
https://www.ibm.com/support/pages/db2-how-rotate-db2-diagnostic-file-db2diaglog
Please add
db2 update dbm cfg using DIAGSIZE {{ __db2_instance_diag_size }}
in the tuning file.