Hi Friends, I have create my own Zpool on Solaris 10 & also created ZFS for the same. Now i wanna make that zpool as a faulted one. If you are aware of those command. Please do reply for the same problem. You may reply me on yuvraj1.jadhav at gmail.com. Thanks in advance. Regards, Yuvraj B. Jadhav. -- This message posted from opensolaris.org
Yuvraj, Can you please post the details of the zpool ? ''zpool status'' should give you that. You could pull out one of the disks. Thanks and regards, Sanjeev. On Thu, Oct 16, 2008 at 11:22:43PM -0700, yuvraj wrote:> Hi Friends, > I have create my own Zpool on Solaris 10 & also created ZFS for the same. Now i wanna make that zpool as a faulted one. If you are aware of those command. Please do reply for the same problem. You may reply me on yuvraj1.jadhav at gmail.com. > > Thanks in advance. > Regards, > > Yuvraj B. Jadhav. > -- > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Hi Sanjeev, I am herewith giving all the details of my zpool by firirng #zpool status command on commandline. Please go through the same and help me out. Thanks in advance. Regards, Yuvraj Balkrishna Jadhav. ================================================================= # zpool status pool: mypool1 state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM mypool1 ONLINE 0 0 0 /disk1 ONLINE 0 0 0 /disk2 ONLINE 0 0 0 errors: No known data errors pool: zpool21 state: ONLINE scrub: scrub completed with 0 errors on Sat Oct 18 13:01:52 2008 config: NAME STATE READ WRITE CKSUM zpool21 ONLINE 0 0 0 /disk3 ONLINE 0 0 0 /disk4 ONLINE 0 0 0 errors: No known data errors -- This message posted from opensolaris.org
Hi Sanjeev, Please let me know how to pull out any of the disk in my pool. Is there any command available for the same. Thanks in advance. Regards, Yuvraj Balkrishna Jadhav. -- This message posted from opensolaris.org
Yuvraj, I see that you are using files as disks. You could write a few random bytes to one of the files and that would induce corruption. To make a particular disk faulty you could mv the file to a new name. Also, you can explore the zinject from zfs testsuite . Probably it has a way to induce fault. Thanks and regards, Sanjeev yuvraj wrote:> Hi Sanjeev, > I am herewith giving all the details of my zpool by firirng #zpool status command on commandline. Please go through the same and help me out. > > Thanks in advance. > > Regards, > Yuvraj Balkrishna Jadhav. > > =================================================================> > # zpool status > pool: mypool1 > state: ONLINE > scrub: none requested > config: > > NAME STATE READ WRITE CKSUM > mypool1 ONLINE 0 0 0 > /disk1 ONLINE 0 0 0 > /disk2 ONLINE 0 0 0 > > errors: No known data errors > > pool: zpool21 > state: ONLINE > scrub: scrub completed with 0 errors on Sat Oct 18 13:01:52 2008 > config: > > NAME STATE READ WRITE CKSUM > zpool21 ONLINE 0 0 0 > /disk3 ONLINE 0 0 0 > /disk4 ONLINE 0 0 0 > > errors: No known data errors > -- > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss >