Author Topic: On demand and DB2 V10 performance  (Read 6260 times)

leodejong

  • Jr. Member
  • **
  • Posts: 24
    • View Profile
On demand and DB2 V10 performance
« on: September 05, 2012, 04:10:58 AM »
Hi,

I's like to share some experiences we had with Ondemand since we implemented DB2 V10.
A few months ago we installed V10 on our production system with OnDemand. After a few weeks we noticed a large increase of CPU-usage of the ARSSOCK task. The CPU almost tripled. Soon we found out it was all CPU executing SQL.
We did all of the standard recommendations in the V10 books like RUNSTATS with all the new options. Rebind the ODBC packages and the ARS* packages. But no improvement.

But the solution at the end was to bind the DSNCLINF package with the REOPT(ALWAYS) option. CPU consumption went back to normal.
We also tried REOPT(AUTO). But then we struck an open APAR (which might be solved in the meantime).

I don't know if other sites have the same experience.

Vriendelijke Groeten / Kind Regards,

Leo de Jong
Leo de Jong, Rabobank,The Netherlands

Greg Ira

  • Full Member
  • ***
  • Posts: 240
    • View Profile
Re: On demand and DB2 V10 performance
« Reply #1 on: September 05, 2012, 05:00:15 AM »
Thanks, that's good to know.  We'll be going to DB2 10 within a year.

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1202
    • View Profile
Re: On demand and DB2 V10 performance
« Reply #2 on: October 12, 2012, 07:10:18 AM »
Also, if you're on CMOD 8.5 or 9.0 make sure you have PM73809 installed.

ERROR DESCRIPTION:                                           
High CPU in ARSSOCKD started task after upgrade to V8.5.0   
The high CPU involves retrieving AFP or PDF resource objects.
The bigger the uncompressed size of the resource object, the
greater the CPU consumption.                                 
                                                             
#zOS #ODF

cmodpuser

  • Jr. Member
  • **
  • Posts: 42
    • View Profile
Re: On demand and DB2 V10 performance
« Reply #3 on: November 30, 2012, 08:50:38 AM »
Leo,
Was the IBM APAR opened for OnDemand or DB2?
We have DSNCLINF bound with REOPT(NONE) which is a default.
Thanks,
Margaret

jeffs42885

  • Guest
Re: On demand and DB2 V10 performance
« Reply #4 on: December 03, 2012, 06:26:25 AM »
Is this only if you are running CMOD (zOS) 8.5+ and DB2 Version 10?
« Last Edit: December 04, 2012, 05:44:17 AM by jeffs42885 »

leodejong

  • Jr. Member
  • **
  • Posts: 24
    • View Profile
Re: On demand and DB2 V10 performance
« Reply #5 on: February 20, 2013, 02:53:47 AM »
Hi,
Sorry for late reply:

Ed_arnold: Thanks for the tip. We are going to migrate to 9.0 from 8.4

cmodpuser: I did not open a PMR with IBM. I just rebound the package.
Found the tip in a presentattion about DB2 V10 installation experiences.
But they had the same increase with a LDAP server they ran on z/OS.
The thing which is common with CMOD is the use of ODBC on  z/OS.

jeffs42885:
I don't think it has anything to do with the release of CMOD. Just the way DB2 handles ODBC type work. And in most cases CMOD is the user of ODBC interface to DB2 on the z/OS system.  So you will only notice the increase there.

Leo
Leo de Jong, Rabobank,The Netherlands