Hi,
using DB2 ESE v9.5 FP2 on Linux. At the time on-line backup is executed computer resources are eaten up too much, especially CPU is way too much consumed, so users using DB2 database are complaining that applications freezes and then unfreezes after few minutes after backup is finished.
Now backup command is:
db2 backup db mydb online to /mydir include logs
I have read through documentation that there is some kind of parameter that computer resources are not eaten up to 100% during backup process. Using
backup command there is "UTIL_IMPACT_PRIORITY priority" option and settings this parameter using backup command it suggest to also set
util_impact_lim dbm cfg parameter. As I see this parameter is set to 10% in our system (default). What I am wondering now is what has the util_impact_priority priority settings effect? If I set it to 10% is this 10% of 10% or what?
I have also tested this util_impact_priority priority settings to 10% and util_impact_lim also to 10% and I have monitored cpu consumption by using Linux top command and as I see more then 10% (20% or more) is consumed.
How should I set this two parameters that cpu consumption will not exceed 10% cpu consumption?
Regards,
Grofaty