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 > system requirement

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-10-11, 00:01
martin1217 martin1217 is offline
Registered User
 
Join Date: Nov 2011
Posts: 1
system requirement

comparing to one instance,what do multiple instances require about the system hardware?
more memory? higher cpu frequecy? or more cpu cores?
thank you!
Reply With Quote
  #2 (permalink)  
Old 11-10-11, 09:20
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
The server has finite resources (memory and CPU). Each instance needs to utilize those resources. More than one instance means they have to share. Allocating the resources optimally can be a major project. You should use multiple instance only it it is required.

Andy
Reply With Quote
  #3 (permalink)  
Old 11-10-11, 09:30
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
Quote:
Originally Posted by martin1217 View Post
comparing to one instance,what do multiple instances require about the system hardware?
more memory? higher cpu frequecy? or more cpu cores?
thank you!
Generally speaking, memory is the limiting factor when there are multiple databases (in same instance or in separate instances) on the same server. If you have two databases, and trying to decide whether to put them in the same instance or two different instances, then there usually is not a big difference in the amount of memory required for either option, since the bulk of the memory requirements are DB2 bufferpools for each database.

If you have two databases, there is very little difference in CPU requirements whether you put them in one instance or have two separate instances.
__________________
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
  #4 (permalink)  
Old 11-14-11, 15:06
MarkhamDBA MarkhamDBA is offline
Registered User
 
Join Date: Dec 2008
Location: Toronto, Canada
Posts: 381
probably still better have databases in different instances. then you can have different dbm cfg parameters and if you bring down one instance another instance (and database) still remains available.
__________________
DB2 v9.5 ESE on AIX v6.1/ v9./10 on z/OS
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