DB2 - Problem description
Problem IT02441 | Status: Closed |
ADDING A PARTITION TO AN EXISTING BUFFERPOOL MAY NOT COPY ALL THE BUFFERPOOL INFORMATION TO THE NEW PARTITION | |
product: | |
DB2 FOR LUW / DB2FORLUW / A10 - DB2 | |
Problem description: | |
When adding a partition to an existing bufferpool (created with nonzero NUMBLOCKPAGES/BLOCKSIZE), NUMBLOCKPAGES/BLOCKSIZE can be both set to 0 on the newly added partition You can see the following after adding the partition: Current environment setup # db2 "create database partition group part0 on dbpartitionnum (0)" # db2 "create database partition group part1 on dbpartitionnum (1)" db2 "connect to test" db2 "create bufferpool buff1 immediate DATABASE PARTITION GROUP part0 NUMBLOCKPAGES 64 BLOCKSIZE 16" db2 "alter bufferpool buff1 ADD DATABASE PARTITION GROUP part1" db2 "select * FROM syscat.bufferpools "BUFF1",2,"PART0",-2,4096,"N",64,16,"PART0" "BUFF1",2,"PART1",-2,4096,"N",0,0,"PART1" <<< THE "0"'s here are NOT fine | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * DB2 Version V10.1 Fix Pack 4 or below * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version V10.1 Fix Pack 5 * **************************************************************** | |
Local Fix: | |
Alter the NUMBLOCKPAGES and BLOCKSIZE manually with ALTER bufferpool statement on the corresponding partition. | |
Solution | |
First Fixed in DB2 Version V10.1 Fix Pack 5 | |
Workaround | |
not known / see Local fix | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 11.06.2014 05.08.2015 05.08.2015 |
Problem solved at the following versions (IBM BugInfos) | |
Problem solved according to the fixlist(s) of the following version(s) | |
10.1.0.5 |