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 > How to determine the NUM_IOSERVERS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-19-06, 01:17
wongpcl wongpcl is offline
Registered User
 
Join Date: Sep 2002
Posts: 29
How to determine the NUM_IOSERVERS

We are using DB2 V8.2 ESE on AIX (64-bits) and would like to know how to
determine the values for the NUM_IOSERVERS. According to DB2 manual or
technotes, they stated that it is advised to set the NUM_IOSERVERS equal to
the number of physical disks that the database resides on plus 1 or 2.

In my case, it is a SAN environment (ESS), so a ESS logical disk appear to
AIX as a physical disk, but in fact are logical storage allocated across
multiple physical disks in an ESS array.

So, under this kind of environment, when I set the NUM_IOSERVERS, should I
still count the number of disks appear on the AIX level or how many physical disks on the ESS array?
Reply With Quote
  #2 (permalink)  
Old 01-19-06, 02:42
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
If you are using a disk subsystem that has striped arrays (regardless of exact type of stripping) then I would recommend setting NUM_IOSERVERS to the number of CPU's.

For high-end SAN or NAS systems, I would also issue the following dbm command for the instance:
db2set DB2_PARALLEL_IO=*
__________________
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
  #3 (permalink)  
Old 01-24-06, 12:45
cchattoraj cchattoraj is offline
Registered User
 
Join Date: Mar 2003
Posts: 343
let's say there are 8 dbps per host and 8 cpu's on a host. As wongpcl mentioned, the Aix "disks' are striped across 8 SAN disks. What would you recommend in this case for a v8.1 system?
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