home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IT00318 Status: Geschlossen

'DB2TRC' COMMAND MIGHT USE ONLY 8MB OF TRACE BUFFER

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
'db2trc' command might use only 8MB of trace buffer, regardless 
of available trace buffer allocated in DB2 instance memory set 
named "Trace". 
For example on AIX platform, after 'db2trc on -i 128M' command 
the 'db2trc info' output indicates only 8MB trace buffer is 
used: 
=========================================== 
maxBufferSize           : 8388608 bytes (8 MB) 
auxBufferSize           : 6291456 bytes (6 MB) 
=========================================== 
while the 'db2pd -memset' output indicates about 130MB trace 
buffer is available: 
=========================================== 
Memory Sets: 
Name         Address            Id          Size(Kb)   Key 
DBP    Type   Unrsv(Kb)  Used(Kb)   HWM(Kb)    Cmt(Kb) 
Uncmt(Kb) 
Trace        0x0770000000000000 131072030   137570 
0xEBD69A74  0      -1     0          137570     0 
137570     0 
=========================================== 
 
This happens only if the '-f' option was specified in the first 
successful 'db2trc on' command after instance startup, for 
example: 
  db2start 
  db2trc on -f db2trc.bin 
  db2trc off 
 
Once the problem happens, you can only resolve it by recycling 
DB2 instance: 
  db2stop 
  db2start
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All users of version 9.7 on Linux, Unix and Windows          * 
* platforms.                                                   * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Update to DB2 LUW Version 9.7 Fix Pack 10 or higher levels.  * 
****************************************************************
Local-Fix:
To prevent the problem, avoid using '-f' option in the first 
'db2trc on' command after instance startup. Here is an example: 
  db2start 
  db2trc on 
  db2trc off 
After that, any subsequent 'db2trc on' command (even with the 
'-f' option) can make use of all available trace buffer 
allocated in the memory set.
Lösung
First fixed in DB2 LUW Version 9.7 Fix Pack 10.
Workaround
To prevent the problem, avoid using '-f' option in the first 
'db2trc on' command after instance startup. Here is an example: 
  db2start 
  db2trc on 
  db2trc off 
After that, any subsequent 'db2trc on' command (even with the 
'-f' option) can make use of all available trace buffer 
allocated in the memory set.
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
14.03.2014
10.11.2014
10.11.2014
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.FP10
Problem behoben lt. FixList in der Version
9.7.0.10 FixList