![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In Information center http://publib.boulder.ibm.com/infoce...2%20%225%22%20 It says RAID5 (with 4+1P) should be set to DB2_PARALLEL_IO = *:4 |
|
And in best practices http://www.ibm.com/developerworks/da...tabasestorage/ RAID 5 (4+1P) db2set DB2_PARALLEL_IO=*,5 |
#3
| |||
| |||
|
|
On Fri, 21 Oct 2011 17:42:17 -0400, Helmut Tessarek wrote: DB2_PARALLEL_IO = *:4 Correct. db2set DB2_PARALLEL_IO=*,5 Wrong. Syntax is wrong. |
#4
| |||
| |||
|
|
On Fri, 21 Oct 2011 17:42:17 -0400, Helmut Tessarek wrote: DB2_PARALLEL_IO = *:4 Correct. db2set DB2_PARALLEL_IO=*,5 Wrong. Syntax is wrong. Is your answer above based solely on syntax, or are you saying that for RAID-5 (4+1P) the correct value is *:4 rather than *:5 ? |
#5
| |||
| |||
|
|
Still waiting for a response. What is correct value (4 or 5) for 4+1P RIAD-5? |
|
Don't worry about syntax or typos. If you don't know, please state that also. |
#6
| |||
| |||
|
|
5 is the correct value. We are interested in the number of parallel IOs we can do. I'm not sure why we are using a notation of 4+1P. If we use RAID 5, one disk is always used as parity. But this disk is not dedicated, which means we have 5 spindles which can do parallel IOs. In my opinion we only need to know what kind of RAID and how many disks there are in the array. To put in in a nutshell: how many disks in the array can do parallel IOs? WRT the documentation: I'll open a defect. |
|
I don't want to be bitchy, but the syntax is quite important, if the description of the problem is not detailed enough. If the OP had asked the same question you did, then it would have been clear that the syntax is not important. P.S.: If I didn't know the answer, I would tell you. |
#7
| |||
| |||
|
|
OP used 4+1P and said it was RAID-5. Yes that means 5 disks in each array (I am sure you are aware that there can be as few as 3 and more than 5 disks in a RAID-5 array). |
|
You can be bitchy if you want (doesn't bother me). This is a very confusing subject, which has contradictory advice provided in several different IBM docs (and from different IBM employees), so I was just wanting to make sure we got the right answer. It was not clear (to me at least) if you were complaining about the 5 vs 4, or the syntax, which is why I asked. Any clarification of this subject from IBM is certainly welcome. |
![]() |
| Thread Tools | |
| Display Modes | |
| |