ZPOOL Reconfig Recommendations(?)


 
Thread Tools Search this Thread
Operating Systems Solaris ZPOOL Reconfig Recommendations(?)
# 1  
Old 04-05-2009
ZPOOL Reconfig Recommendations(?)

Current Setup:

OS: Solaris 10 (5.10) x64
Motherboard: SUPERMICRO MBD-PDSME+-O LGA 775 Intel 3010
SATA Controller: SUPERMICRO AOC-SAT2-MV8 - SATA Controller (x2)
Link Aggregated @ 2Gb: 110MB sustained throughput Smilie

Code:
  NAME        STATE     READ WRITE CKSUM
       storagepool  ONLINE       0     0     0
         raidz1    ONLINE       0     0     0 
           c0t4d0  ONLINE       0     0     0        
           c0t5d0  ONLINE       0     0     0
           c0t6d0  ONLINE       0     0     0
           c0t7d0  ONLINE       0     0     0
         raidz1    ONLINE       0     0     0
           c1t0d0  ONLINE       0     0     0
           c1t1d0  ONLINE       0     0     0
           c1t2d0  ONLINE       0     0     0
           c1t3d0  ONLINE       0     0     0
       spares
         c1t5d0    AVAIL

Question:

I've had this setup for about a year now and want to restructure my zpool to optimize throughput.

On my current setup each raidz in located on a different controller and each controller is plugged into a PCI-X slot on the MB. This, I thought, was the best way to load-balance throughput. However I've done more reading and now my thoughts are to combine all HD's on one controller and create one zpool.

Is their merit to having all HD's on one controller or is it better to spit up the zpool over 2 controllers?

Does anyone have experience with this?

Thanks in advance Smilie

Last edited by DukeNuke2; 04-05-2009 at 06:24 AM..
# 2  
Old 04-05-2009
The more disks you can stripe together the wider the bandwidth until you reach the maximum bandwidth of the controller and/or PCI connection at which point if the there is any PCI bus bandwidth left then you need to use another controller in order to be able to gain more throughtput from striping more disks together.
Two controllers are obviously very advisable for mirrored storage in order to remove another single point of failure...
# 3  
Old 04-05-2009
If im not wrong we dont have a mirrored setup here, but concatenation of 2 raidz. Using two controllers is always better than using one. You can try mixing disks that create one raidz on two controllers so it woul be something like:
raidz1
c0t4d0
c1t1d0
c0t6d0
c1t3d0
raidz1
c1t0d0
c0t5d0
c1t2d0
c0t7d0

That will give you same level of redundancy as before but might increase performance.
# 4  
Old 04-06-2009
Correct, each raidz is on its own controller which is plugged into its own PCI-X slot.

Also, the Sun docs say that it's best to use 2-9 disks per vdev.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Create an unconfigured VMware host from a template that is set to do firstboot --reconfig

I have an Oracle Linux 7.1 vsphere host built. It's be preconfigured with our security configurations. What I would like to do is unconfigure this host. Then set the host to do firstboot --reconfigure. how do I do that using /etc/sysconfig/firstboot? I've tried setting ... (10 Replies)
Discussion started by: os2mac
10 Replies

2. Solaris

is reconfig reboot necessary?

Hi, I wanted to know if a reconfig reboot is necessary from the ok prompt when am changing the CPU or a simple boot command would also work...? Thanks in advance. (5 Replies)
Discussion started by: aksijain
5 Replies

3. Solaris

reconfig reboot after patching

will reboot -- -r update boot_archive ? this is the what I see on my console. # reboot -- -r 15+0 records in 15+0 records out syncing file systems... done It doesn't say updating /platform/sun4u/boot_archive as it displayed on my console after init 0or init 6 ? (3 Replies)
Discussion started by: zigi_p5
3 Replies

4. UNIX for Dummies Questions & Answers

Reinstall recommendations?

I'm currently running 32-bit Xubuntu 8.10 and I'm thinking of changing over to 64-bit Ubuntu 9.04. Any recommendations on how to make this go more smoothly? -----Post Update----- Can I shuffle around the partitions and install it as a second OS? Is there a good way to do that? (2 Replies)
Discussion started by: CRGreathouse
2 Replies

5. UNIX for Advanced & Expert Users

Request for Recommendations

Hello Guru's, I created this shell script to copy over the files from one location to other location and generating a list of files to process them through ETL tool. Could you please review the code and tell me if you have any recommendations or changes for my code or any thing wrong in my code.... (1 Reply)
Discussion started by: Ariean
1 Replies

6. Shell Programming and Scripting

your recommendations

Hi all, I'm trying to teach myself shell programming and scripting. What are good introduction level programming and/or scripting books that you recommend? I will gather your suggestions into a list and check out the IT-related sections of the nearest Barnes & Noble stores. Or if you could... (1 Reply)
Discussion started by: antalexi
1 Replies

7. Email Antispam Techniques and Email Filtering

Reconfig Kernel

Help, how reconfig Kernel, My SO is SCO OpenServer 5 I'm need up DB Oracle 7.X and display error ORA-7329 SVRMGR> startup mount pfile=/oracle7/dbs/<sid>.ora ORA-07329: smscsg: too many shared memory segments. Additional information: 2 (0 Replies)
Discussion started by: jernesto_diaz
0 Replies

8. UNIX for Dummies Questions & Answers

Recommendations for a convert

I'm on my way, I've seen the light and it's not a train at the other end of the tunnel :) What tutorial or manual or reference point(s) would you recommend for an experienced DOS and CP/M type, who wants to learn the command equivalents within Unix? I have a good understanding of program... (2 Replies)
Discussion started by: Keith
2 Replies
Login or Register to Ask a Question