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 > Problem with creationg buffer pool

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-27-07, 10:37
chakribobby chakribobby is offline
Registered User
 
Join Date: Oct 2007
Posts: 15
Problem with creationg buffer pool

Hi,

While running the following command as db2inst1 user
I got this error

bash-3.2$ db2 CREATE BUFFERPOOL create-buffer
DB21016E The Command Line Processor encountered a system error while sending
the command to the backend process.
DB20000I The SQL command completed successfully.

Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 10-27-07, 11:44
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
have a look in db2diag.log - probably not enough memory to allocate
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #3 (permalink)  
Old 10-27-07, 12:25
chakribobby chakribobby is offline
Registered User
 
Join Date: Oct 2007
Posts: 15
Thanks for you reply
Now I got this error
DYM8204E Create DB bufferpool command failed with error com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -601, SQLSTATE: 42710, SQLERRMC: ISPB_BP16K;BUFFERPOOL
Reply With Quote
  #4 (permalink)  
Old 10-28-07, 03:48
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
-601 mens bufferpool already existing
the previous error/command did completed (bp created), but could not be allocated (memory)- now already existing - verify in sysibm.sysbufferpools
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #5 (permalink)  
Old 10-28-07, 11:56
chakribobby chakribobby is offline
Registered User
 
Join Date: Oct 2007
Posts: 15
problem is resolved
bufferpool is already existing
thank for you help
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