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 > DB2 startup with less memory

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-04, 08:15
Koz Koz is offline
Registered User
 
Join Date: May 2002
Posts: 43
Question DB2 startup with less memory

Running AIX and UDB 7.2. I am working on creating scripts for HACMP failover and database startup. The problem is that the failover box has less memory then the production box. When we failover, I need to reflect this in the parms. Does anyone have some good ideas on how to have two different startups depending on which server it will be run on?

One suggestion was to use DB2_OVERRIDE_BPF All Default. I will need to look into this a little more and see how it affects all the startup parms.

Thanks in advance.....
Reply With Quote
  #2 (permalink)  
Old 04-06-04, 13:51
quigleyd quigleyd is offline
Registered User
 
Join Date: Nov 2002
Location: Delaware
Posts: 186
Re: DB2 startup with less memory

In your startup script for each box that HACMP runs on, have it automatically adjust those parms, have it run a file with all the parms you want to change. Then have HACMP stop/start the db 1 more time before you have what ever connecting to it.


failover
dbstart
db2 udpate etc;
db2stop
db2start


Should only add about 1-2 mins at most to your failover.


The override bufferpool would work, but it limits all your BP, so if you have more than 1 it would limit that too. That parm is normallly used to fix an over allocation of memory, not to run on.
__________________
David Quigley
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