LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   State Databases and RAID0 Question (https://www.linuxquestions.org/questions/solaris-opensolaris-20/state-databases-and-raid0-question-878353/)

TronCarter 05-02-2011 10:46 AM

State Databases and RAID0 Question
 
I have an existing Solaris 10 system with a single 500GB SATA drive. Right now there is a 450GB slice that is mounted to /export. The owner of the system has purchased two additional internal 1TB SATA drives and would like them set up in a RAID 0 stripe so that he has a total of 2TB in a single volume and then used for /export.

My first question is about state databases. I have read that there should be a minimum of 3 state databases, but I'm not sure where I should locate them. Two on each new drive for a total of four? One on each new drive and one on the old drive (even though it's not a part of the stripe)? or something else?

My second question is about moving the current /export (while keeping data) to something else (maybe /export-old) and then having the new stripe (let's say /dev/md/rdsk/d0) become the new /export. How would I do that correctly in /etc/vfstab? The line for /export currently looks like this, and there isn't an entry for d0 yet:

Code:

/dev/dsk/c0t0d0s6      /dev/rdsk/c0t0d0s6      /export ufs    2      yes    logging
Tron

jlliagre 05-04-2011 12:35 AM

Why aren't you considering ZFS ?


All times are GMT -5. The time now is 01:54 AM.