IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Huge I/O load

    Posted 11/30/12 12:18 PM

    Hi

    on our tamino servers (RHEL-5.7) we have a a huge i/o load approximately every 3 hours, so at this point the server load is growing nearly 8.00 for some minutes and so the users claims the app is slow or freezing for a while.

    We saw at this peaks there´re database operations

    -rw-rw-rw- 1 tamino tamino 3.6G Nov 30 15:09 AAE00001.1I0
    -rw-rw-rw- 1 tamino tamino 6.0G Nov 30 15:09 AAE00001.1D0
    -rw-rw-rw- 1 tamino tamino 22M Nov 30 15:09 AAE000010.1T0

    but i cant figure out what´s going on there. Are this internal jobs in the database? Maybe the “temporary working space” wass written in the database or something like this? How can we reduce this peaks or optimize this?

    Any hints are welcome

    Best regards
    Olly


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Huge I/O load

    Posted 11/30/12 02:00 PM

    When data in the Tamino database is updated, the modified information is not written immediately. This information is kept in the buffer pool to minimize I/O activity when a block is updated multiple times. When the amount of modified blocks in the buffer pool reaches a given limit the blocks are written by a buffer flush.

    If the time needed for a buffer flush is too long, the server parameter “flush limit” should be set to a lower value.


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: Huge I/O load

    Posted 01/08/13 03:12 AM

    Dear Heinz,

    thx this hint fix our problem :slight_smile:

    Best regards
    Olly


    #API-Management
    #webMethods
    #Tamino