If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > cannot increase 4k bufferpool after 524288

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-10-08, 01:07
sanjai sanjai is offline
Registered User
 
Join Date: Jan 2007
Posts: 33
cannot increase 4k bufferpool after 524288

hi,

64bit db2 v8 is runing on aix (64bit). I am trying to increase the 4k bufferpool, but it is giving error cannot increase more than 524288 limit.

is there any limit in increasing bufferpool in 64bit db2,. any idea,

regards

sanjai
Reply With Quote
  #2 (permalink)  
Old 07-10-08, 03:00
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
What's the exact statement you tried and what's the exact error message you got?
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #3 (permalink)  
Old 07-10-08, 03:07
meehange meehange is offline
Registered User
 
Join Date: Jul 2004
Posts: 256
So you're trying to create bufferpools bigger than 2GB? Do you have enough physical memory to cover that, the OS, the DB and any other bufferpools?

What's the actual error code you get?
Reply With Quote
  #4 (permalink)  
Old 07-10-08, 03:09
sanjai sanjai is offline
Registered User
 
Join Date: Jan 2007
Posts: 33
hi stolze,

this is command i issued

ALTER BUFFERPOOL databuff4k01
IMMEDIATE
SIZE 510000;

it is giving the following error

DBA02000E - valid range for number of pages is 2 - 524288
Reply With Quote
  #5 (permalink)  
Old 07-10-08, 03:11
sanjai sanjai is offline
Registered User
 
Join Date: Jan 2007
Posts: 33
hi meehange,

I have 16gb ram in aix server and no other databases in the server, i have another 32k bufferpool configured (2.9gb).

regards

sanjai
Reply With Quote
  #6 (permalink)  
Old 09-30-09, 07:53
Mathew_paul Mathew_paul is offline
Registered User
 
Join Date: Oct 2007
Posts: 200
hi

CREATE BUFFERPOOL "DAT_8K_BP00"
IMMEDIATE
ALL DBPARTITIONNUMS
SIZE 510000
NUMBLOCKPAGES 0
PAGESIZE 8 K;

even for 8k page its giving error
DBA02000E - valid range for number of pages is 2 - 524288

We cannot increase the bufferpool size more than this is there any limits
kindly suggest
regsd
Paul
Reply With Quote
  #7 (permalink)  
Old 09-30-09, 09:15
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Please provide the output from the following:

db2licm -l (letter L lowercase)
db2level
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #8 (permalink)  
Old 09-30-09, 10:33
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
DBA02000E - interesting error. I can't seem to find any information about this error in the manuals. Are you executing create bufferpool from the command line or using some tool? Any errors in the db2diag.log?
Reply With Quote
  #9 (permalink)  
Old 10-01-09, 00:48
Mathew_paul Mathew_paul is offline
Registered User
 
Join Date: Oct 2007
Posts: 200
got it

sanjai i
think your using Quest Central for db2,
don,t use any tool directly fire the command alter bufferpool its working
regds
Paul
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On