Creating STRIPE using UFS and ZFS

I have the following disks:c7t2d0 c7t3d0 c7t4d0 c7t5d0 c7t8d0 c7t9d0 c8t2d0 c8t3d0 c8t4d0 c8t5d0 c8t8d0 c8t9d0Now I want to create a STRIPE with these disks first using UFS and then Using ZFS. Any ideas ?_D
[234 byte] By [durga.tirunagaria] at [2007-11-27 6:03:38]
# 1

For SVM, you need to create SVM state database replicas if you're not using it yet (with metadb). Then you'd use metainit to create a stripe with slices on all those disks.

docs.sun.com under the Solaris version you are using (presumably 10) has a section on Volume Manager.

For ZFS, you'd use zpool to add all the disks into the same pool. That would automatically create and mount a filesystem in the pool to use.

--

Darren

Darren_Dunhama at 2007-7-12 16:46:38 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...