Currently on DB2 V9.7 FP2.
Seeing these warnings in db2diag.log although bufferpools are set to automatic and there is lot of free memory on the box.
2010-07-15-10.00.32.467237-240 I104056A505 LEVEL: Warning
PID : 2003078 TID : 7969 PROC : db2sysc 0
INSTANCE: teieoryz NODE : 000
EDUID : 7969 EDUNAME: db2pfchr (IEORTEST) 0
FUNCTION: DB2 UDB, buffer pool services, sqlbFreeUpBlock, probe:20
MESSAGE : ZRC=0x8502002C=-2063466452=SQLB_BPFULL
"no available buffer pool pages"
DATA #1 : <preformatted>
Buffer pool 2 (IEORDATABP1) is full.
This message will be suppressed for 60 minutes.
$ db2 "select substr(BPNAME,1,18), BUFFERPOOLID, PAGESIZE, NPAGES from syscat.bufferpools"
1 BUFFERPOOLID PAGESIZE NPAGES
------------------ ------------ ----------- -----------
IBMDEFAULTBP 1 4096 -2
IEORDATABP1 2 4096 -2
IEORIDXBP1 3 4096 -2
3 record(s) selected.
Any help/info on this would be greatly appreciated