Solaris Volume Manager - Unable to write to root disk with RAID1

I setup my mirror, sub-mirror, and meta database to enable SVM to use raid1. When I change my vfstab to the meta locations I am able to boot, but are unable to write on the disk. Does anyone know why this might be happening that may cause my root disk to act like this? Thanks in advance!
[295 byte] By [b0neheada] at [2007-11-27 8:04:01]
# 1
Generally you set up the meta device with only one child initially so its not mirrored.Then change to mount the meta device then add the mirror device.You can't mirror while mounting one disk since writes arent going to both disks and the mirrror isnt consistent..
robert.cohena at 2007-7-12 19:46:14 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Did you run metaroot for the root disk? It updates vfstab and makes necessary entries in /etc/system. e.g.metaroot /dev/md/dsk/d0Where metaroot is the mirror (not sub-mirror). Then reboot.
Stuart_Flishera at 2007-7-12 19:46:14 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
Thanks! I needed to run the metaroot.
b0neheada at 2007-7-12 19:46:14 > top of Java-index,Solaris Operating System,Solaris 10 Features...