Tips on how to reconfigure RAID
Hello.
We have a database server and I want to reconfigure a mirrored partition into RAID-0. The purpose is to transfer the redo log files into this partition (this must be on a different hard drive).
I want to get things right as misconfiguration means a loss of data. =(
Does anybody know the steps to do this?
Here is my metastat output command:
bash-3.00# metastat -p
d7 -m d17 d27 1
d17 1 1 c1t0d0s7
d27 1 1 c1t1d0s7
d6 -m d16 d26 1
d16 1 1 c1t0d0s6
d26 1 1 c1t1d0s6
d5 -m d15 d25 1
d15 1 1 c1t0d0s5
We have a database server and I want to reconfigure a mirrored partition into RAID-0. The purpose is to transfer the redo log files into this partition (this must be on a different hard drive).
I want to get things right as misconfiguration means a loss of data. =(
Does anybody know the steps to do this?
Here is my metastat output command:
bash-3.00# metastat -p
d7 -m d17 d27 1
d17 1 1 c1t0d0s7
d27 1 1 c1t1d0s7
d6 -m d16 d26 1
d16 1 1 c1t0d0s6
d26 1 1 c1t1d0s6
d5 -m d15 d25 1
d15 1 1 c1t0d0s5
0