how to do raid0 (mirror) of 2 disks

I have a sparc server (v440) who got 6 disks; I configured a RAID5 of my 4 disks, the system is installed in disk 1 and i want to configure it with the secend disk in submirror ( raid0)I try it one time but that was fatal !
[237 byte] By [mouss111] at [2007-11-26 8:52:08]
# 1

Firstly, a 440 can only have four internal disks, so what are you using for the other two? Nothing like mirroring across different controllers.

I wonder what happend for it to be fatal. Disk mirroring is very easy if you follow the instructions step by step.

Also the V440 has raidctl which can sometimes confuse even the best of sysadmins. Many people see four disks but when the do a format, they only see three. Thats because LSI hardware mirroring is done on the root disks.

So if you don't want to use SVM, check out:

http://docsun.cites.uiuc.edu/sun_docs/C/solaris_9/SUNWaman/hman1m/raidctl.1m.ht ml

or whatever the Sun site is.

Stephen

stephen2602 at 2007-7-6 22:45:02 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
excuses me but v440 got 6 disk: !the 1st got sytemand the second i want that it'll be the mirror of the firstand i made raid5 of the others ( 4disks)i have another v440 server who's configured like that !
mouss111 at 2007-7-6 22:45:02 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3

It is physically impossible for a SunFire V440 system to have six internal disk drives.

The chassis has four disk drive bays and a slim aperture for the optical drive.

http://sunsolve.sun.com/handbook_pub/Systems/SunFireV440/spec.html

Perhaps you should open a service case with Sun's techsupport.

Provide them with the system serial number from the rear of the chassis

and they will look it up to confirm the actual model type.

While you are there, they can forward you to Sun's STORAGE support team

for assistance with mirroring.

rukbat at 2007-7-6 22:45:02 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4

RAID 0 is not a mirror -- it's a stripe without parity.

(http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks#RAID_0)

RAID 1 is mirror...

And Rukbat is right -- V440s can house only 4 internal disks.

(http://sunsolve.sun.com/handbook_private/Systems/SunFireV440/spec.html)

If you want to mirror the disks -- use Solaris Volume Manager (look on the bigadmin main page and you'll find HOWTO docs -- or else, look for Solaris Volume Manager on docs.sun.com)

implicate_order at 2007-7-6 22:45:02 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 5
thank you !
mouss111 at 2007-7-6 22:45:02 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 6
I wanna buy one of those 6 disk V440's.Have I been diddled by Sun?Would it be possible to do a format and show me the output along with the top seven lines of /usr/platform/`uname -i`/sbin/prtdiag -v?Stephen
stephen2602 at 2007-7-6 22:45:02 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...