This is on X86 box running solaris10 I created RAIDZ using this command. These are new disks previously under hardware raid control on X4140 zpool create -f -m /export/content export_content raidz c0t2d0 c0t3d0 c0t4d0 c0t5d0 c0t6d0 c0t7d0 Here is the output ech3-mes02.prod:schadala[563] ~ $ zpool status -x pool: export_content state: DEGRADED status: One or more devices could not be opened. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Attach the missing device and online it using 'zpool online'. see: http://www.sun.com/msg/ZFS-8000-D3 scrub: none requested config:
NAME STATE READ WRITE CKSUM export_content DEGRADED 0 0 0 raidz1 DEGRADED 0 0 0 c0t2d0 UNAVAIL 0 0 0 cannot open c0t3d0 ONLINE 0 0 0 c0t4d0 ONLINE 0 0 0 c0t5d0 ONLINE 0 0 0 c0t6d0 ONLINE 0 0 0 c0t7d0 ONLINE 0 0 0 errors: No known data errors I see the first disk as unavailble, How do i make it online? I run this command, it says manual reapir needed, did anyone had this problem before? ech3-mes03.prod:schadala[523] ~ $ sudo zpool replace -f export_content c0t2d0 invalid vdev specification the following errors must be manually repaired: /dev/dsk/c0t2d0s0 is part of active ZFS pool export_content. Please see zpool(1M). -- This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss