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 > SQL1084C error while rollforwarding the database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-11-11, 00:23
blazer789 blazer789 is offline
Registered User
 
Join Date: Jun 2009
Posts: 221
SQL1084C error while rollforwarding the database

DB2 DPF on Linux
Version 9.7

I finished restoring a 17 partitioned database from production on to QA. Production environment has 17 parititons spanned across five physical nodes. Now all the 17 partitions are been restored to QA server with one physical node.

When I try to run a rollforward db dbname query status, I get this error

SQL1084C Shared memory segments cannot be allocated. SQLSTATE=57019

I know this is an issue with memory since database resided on 5 physical nodes is being restored to the one with only one physical node and so the memory available will 1/5th. But I cannot reduce the size of the bufferpools since database is still in rollforward pending. I tried to reduce the database_memory cfg parameter and tried to run rollforward but still it errors out with the same error. Can some one please help me out.
Reply With Quote
  #2 (permalink)  
Old 08-11-11, 00:41
blazer789 blazer789 is offline
Registered User
 
Join Date: Jun 2009
Posts: 221
Actually I set this variable and could now do the rollforward.

DB2_OVERRIDE_BPF=1000
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