I am trying to mirror the root disk.
Solaris 10 is intalled on c0
I formatted c1 the same
here is a partition/print of both.
############################
c0t0d0s0
Part Tag Flag Cylinders Size Blocks
0 root wm 0 - 3823 18.56GB (3824/0/0) 38913024
1 swap wu 3824 - 5836 9.77GB (2013/0/0) 20484288
2 backup wm 0 - 14086 68.35GB (14087/0/0) 143349312
3 home wm 5837 - 10257 21.45GB (4421/0/0) 44988096
4 unassigned wm 0 0 (0/0/0) 0
5 var wm 10258 - 14081 18.56GB (3824/0/0) 38913024
6 unassigned wm 0 0 (0/0/0) 0
7 unassigned wm 14082 - 14086 24.84MB (5/0/0) 50880
c0t1d0s0
Part Tag Flag Cylinders Size Blocks
0 root wm 0 - 3823 18.56GB (3824/0/0) 38913024
1 swap wu 3824 - 5836 9.77GB (2013/0/0) 20484288
2 backup wu 0 - 14086 68.35GB (14087/0/0) 143349312
3 home wm 5837 - 10257 21.45GB (4421/0/0) 44988096
4 unassigned wm 0 0 (0/0/0) 0
5 var wm 10258 - 14081 18.56GB (3824/0/0) 38913024
6 unassigned wm 0 0 (0/0/0) 0
7 unassigned wm 14082 - 14086 24.84MB (5/0/0) 50880
#####################################
df -h
Filesystem size used avail capacity Mounted on
/dev/dsk/c0t0d0s0 18G 3.4G 15G 19% /
/devices 0K 0K 0K 0% /devices
ctfs 0K 0K 0K 0% /system/contract
proc 0K 0K 0K 0% /proc
mnttab 0K 0K 0K 0% /etc/mnttab
swap 16G 1.1M 16G 1% /etc/svc/volatile
objfs 0K 0K 0K 0% /system/object
/platform/SUNW,Sun-Fire-T200/lib/libc_psr/libc_psr_hwcap1.so.1
18G 3.4G 15G 19% /platform/sun4v/lib/libc_psr.so.1
/platform/SUNW,Sun-Fire-T200/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
18G 3.4G 15G 19% /platform/sun4v/lib/sparcv9/libc_psr.so.1
fd 0K 0K 0K 0% /dev/fd
/dev/dsk/c0t0d0s5 18G 1.4G 17G 8% /var
swap 16G 16K 16G 1% /tmp
swap 16G 40K 16G 1% /var/run
/dev/dsk/c0t0d0s3 21G 21M 21G 1% /export/home
################################
I did
#########
# metadb -a -f -c 3 c0t0d0s7
# metainit -f d11 1 1 c0t0d0s0
d11: Concat/Stripe is setup
metainit d12 1 1 c1t0d0s0
/dev/dsk/c1t0d0s0: No such device or address
##########
for c1 I did a format - partition - label.
Am I supposed to do something else first?