I have two disk drive on one controller.
Want to make disk mirror with hot swap.
Here is the command i ran
#prvtoc /dev/rdsk/c0t0d0s2 | fmthard -s - /dev/rdsk/c0t8d0s2
#metadb -a -f -c 2 c0t0d0s7 c0t8d0s7
when I type metadb to view, I get a message "there are no existing databases"
When I load the OS I made two partion root on 0 and export/home default to slice 7. I'm a newbie and this is very frustrating to understand.