You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
connections-automation/roles/third_party/ibm/db2-install/tasks/apply_tunings.yml
Lines 18 to 25 in 9eb050f
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.The text was updated successfully, but these errors were encountered: