I don't know anything about webconsole, since I've never seen it. But I do know why your zpool command is failing.
Your format shows the following disks: 0. c3t0d0 1. c3t1d0 2. c5t0d0 3. c5t1d0 4. c5t2d0 5. c5t3d0 6. c5t4d0 7. c5t5d0 Without zpool status information, I don't know which one you are using for the system, but your command: pfexec zpool create test raidz c3t0d0 c3t1d0 c5t1d0 c5t2d0 c5t3d0 c5t4d0 c5t6d0 references a disk that doesn't exist (c5t6d0). So you either need to leave it off, or use c5t0d0 instead. -- This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org