HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 32 forks source link

Enable db2 log rotatation #331

Open marde16 opened 8 months ago

marde16 commented 8 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.

pln-git4011 commented 7 months ago

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.