MorganGreylock
Programmer
I have an external disk array (with 12 disks) and I'm trying to create a RAID device using SVM. I basically want a single "volume" of 6 disks, mirrored with the other 6 disks, to create one very large filesystem. I tried creating the metadevice (with metainit) and just put all the devices in the same statement, but it ended up making a 7MB mirror. (These are 36GB disks.)
Not sure what I did wrong here, but I haven't been able to find any documentation online about how to do this.
Again, this is what I'm looking for:
Local disk 1 - root disk
Local disk 2 - root mirror
(the above two disks are set up already and working fine in SVM)
Array Disk 1 -> Disk 6 = /data filesystem
Array Disk 7 -> Disk 12 = /data mirror
(this is what isn't working).
Thanks in advance for any responses.
Not sure what I did wrong here, but I haven't been able to find any documentation online about how to do this.
Again, this is what I'm looking for:
Local disk 1 - root disk
Local disk 2 - root mirror
(the above two disks are set up already and working fine in SVM)
Array Disk 1 -> Disk 6 = /data filesystem
Array Disk 7 -> Disk 12 = /data mirror
(this is what isn't working).
Thanks in advance for any responses.