Re: [zfs-discuss] unable to import the zpool

2012-08-02 Thread Hung-Sheng Tsao (LaoTsao) Ph.D
hi can you post zpool history regards Sent from my iPad On Aug 2, 2012, at 7:47, Suresh Kumar wrote: > Hi Hung-sheng, > > It is not displaying any output, like the following. > > bash-3.2# zpool import -nF tXstpool > bash-3.2# > > > Thanks & Regards, > Suresh. > > _

Re: [zfs-discuss] unable to import the zpool

2012-08-02 Thread GREGG WONDERLY
My experience has always been that ZFS tries hard to keep you from doing something wrong when devices are failing or otherwise unavailable. With mirrors, it will import with a device missing from a mirror vdev. I don't use cache or log devices in my mainly storage pools, so I've not seen a fa

Re: [zfs-discuss] unable to import the zpool

2012-08-02 Thread Richard Elling
On Aug 1, 2012, at 12:21 AM, Suresh Kumar wrote: > Dear ZFS-Users, > > I am using Solarisx86 10u10, All the devices which are belongs to my zpool > are in available state . > But I am unable to import the zpool. > > #zpool import tXstpool > cannot import 'tXstpool': one or more devices is curr

Re: [zfs-discuss] unable to import the zpool

2012-08-02 Thread Hung-Sheng Tsao (LaoTsao) Ph.D
so zpool import -F .. zpool import -f ... all not working? regards Sent from my iPad On Aug 2, 2012, at 7:47, Suresh Kumar wrote: > Hi Hung-sheng, > > It is not displaying any output, like the following. > > bash-3.2# zpool import -nF tXstpool > bash-3.2# > > > Thanks & Regards, > Sur

Re: [zfs-discuss] unable to import the zpool

2012-08-02 Thread Suresh Kumar
Hi Hung-sheng, It is not displaying any output, like the following. bash-3.2# zpool import -nF tXstpool bash-3.2# *Thanks & Regards,* *Suresh.* ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-

Re: [zfs-discuss] unable to import the zpool

2012-08-02 Thread Hung-Sheng Tsao Ph.D.
http://docs.oracle.com/cd/E19963-01/html/821-1448/gbbwl.html what is the output of *zpool import -nF tXstpool* On 8/2/2012 2:21 AM, Suresh Kumar wrote: Hi Hung-sheng, Thanks for your response. I tried to import the zpool using *zpool import -nF tXstpool* please consider the below output. *bash-

Re: [zfs-discuss] unable to import the zpool

2012-08-01 Thread Suresh Kumar
Hi Hung-sheng, Thanks for your response. I tried to import the zpool using *zpool import -nF tXstpool* please consider the below output. *bash-3.2# zpool import -nF tXstpool bash-3.2# bash-3.2# zpool status tXstpool cannot open 'tXstpool': no such pool * I got these meesages when I run the comm

Re: [zfs-discuss] unable to import the zpool

2012-08-01 Thread Hung-sheng Tsao
Hi Try zpool import -nF tXstpool To see If it can roll back to some. Good state If you can afford some lost data zpool import -F tXstpool Sent from my iPhone On Aug 1, 2012, at 3:21 AM, Suresh Kumar wrote: > Dear ZFS-Users, > > I am using Solarisx86 10u10, All the devices which are belon

[zfs-discuss] unable to import the zpool

2012-08-01 Thread Suresh Kumar
Dear ZFS-Users, I am using Solarisx86 10u10, All the devices which are belongs to my zpool are in available state . But I am unable to import the zpool. #zpool import tXstpool cannot import 'tXstpool': one or more devices is currently unavailable == bash-3.2# zpool import po