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 can I find the RAID stripe size in my system?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-25-05, 13:34
M_RAS M_RAS is offline
Registered User
 
Join Date: Sep 2003
Location: canada
Posts: 230
How can I find the RAID stripe size in my system?

Hi All,
I am working with db2 v7.2 aix 5.2 , my question is how can I find out the "strip size" in my environment, is there any command or ....

Thank you inadvance for your help.
Reply With Quote
  #2 (permalink)  
Old 01-25-05, 13:54
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
You need to ask your AIX system administrator.
__________________
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-25-05, 14:00
M_RAS M_RAS is offline
Registered User
 
Join Date: Sep 2003
Location: canada
Posts: 230
Quote:
Originally Posted by Marcus_A
You need to ask your AIX system administrator.
They told me 32k , but I want to know myself , I know there is a unix command that will show us the strip size, anybody knows?
Reply With Quote
  #4 (permalink)  
Old 01-25-05, 14:15
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
It depends on what kind of disk subsystem you are talking about and whether it is controller by AIX or some other means (like EMC disks). If it driectly attached disk, then the LVM (Logical Volume Manager) can be used. Here is a redbook on the LVM:
http://www.redbooks.ibm.com/redbooks/pdfs/sg245432.pdf

32K or 64K are typical for RAID stripe size. Keep in mind that the DB2 entent is in pages so an extent size of 32 is really 128K if you are using 4K pages. So even if the stripe size is 64K, then an extent size of 16 will be a multiple (1X) of the stripe size.
__________________
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
  #5 (permalink)  
Old 01-25-05, 14:31
M_RAS M_RAS is offline
Registered User
 
Join Date: Sep 2003
Location: canada
Posts: 230
Quote:
Originally Posted by Marcus_A
It depends on what kind of disk subsystem you are talking about and whether it is controller by AIX or some other means (like EMC disks). If it driectly attached disk, then the LVM (Logical Volume Manager) can be used. Here is a redbook on the LVM:
http://www.redbooks.ibm.com/redbooks/pdfs/sg245432.pdf

32K or 64K are typical for RAID stripe size. Keep in mind that the DB2 entent is in pages so an extent size of 32 is really 128K if you are using 4K pages. So even if the stripe size is 64K, then an extent size of 16 will be a multiple (1X) of the stripe size.
Thank you very much Marcus.
Reply With Quote
  #6 (permalink)  
Old 01-25-05, 14:48
chavadb2 chavadb2 is offline
Registered User
 
Join Date: Aug 2004
Posts: 138
We use EMC disks. This is the info i have

EMC Symmetrix RAID 10 (0+1, striped, mirrored) stripe = 960K

What is dependent on stripe size:
Extentsize = n(RAID stripe size)
Prefetchsize = ndisks aka RAID parallel devices(RAID stripe size)
Prefetchsize = ncontainers(Extentsize)
Buffersize = n(Extentsize) + 1

DB2SET registry variable DB2_STRIPED_CONTAINERS=ON to ensure extent boundaries are aligned in the TS
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