Re: [zfs-discuss] unable to access the zpool after issue a reboot

2012-01-26 Thread Christian Meier
Hi > > 1) I am using zpool create -f pool name devid ---> for creating the zpool. > 2) I am using reboot -- -r,shutdown -i6 -y -g0 both to reboot the > machine. > 3) I already force loaded my drivers in etc/system > 4) and finally I am using the FC Luns for creation of zpools. please provide more

Re: [zfs-discuss] unable to access the zpool after issue a reboot

2012-01-26 Thread sureshkumar
Hi Christian , 1)The FC Luns are available after reboot. 2) The Os level of the machine : Oracle Solaris 10 8/11 s10x_u10wos_17b X86. 3)bash-3.2# zpool status pool: pool name state: UNAVAIL status: One or more devices could not be opened. There are insufficient replicas for the pool

Re: [zfs-discuss] unable to access the zpool after issue a reboot

2012-01-26 Thread Christian Meier
Hi Sudheer > > 1)The FC Luns are available after reboot. ok, you are using FC Luns and do not enable MPXIO? > 2) The Os level of the machine : Oracle Solaris 10 8/11 > s10x_u10wos_17b X86. > > > 3)bash-3.2# zpool status > pool: pool name > state: UNAVAIL > status: One or more devices could not b

Re: [zfs-discuss] unable to access the zpool after issue a reboot

2012-01-26 Thread Gary Mills
On Thu, Jan 26, 2012 at 04:36:58PM +0100, Christian Meier wrote: > Hi Sudheer > > > > 3)bash-3.2# zpool status > > pool: pool name > > state: UNAVAIL > > status: One or more devices could not be opened. There are insufficient > > replicas for the pool to continue functioning. > > action

[zfs-discuss] zfs and iscsi performance help

2012-01-26 Thread Ivan Rodriguez
Dear fellows, We have a backup server with a zpool size of 20 TB, we transfer information using zfs snapshots every day (we have around 300 fs on that pool), the storage is a dell md3000i connected by iscsi, the pool is currently version 10, the same storage is connected to another server with a

Re: [zfs-discuss] unable to access the zpool after issue a reboot

2012-01-26 Thread Deepak Honnalli
Hi Sudheer, As suggested by Christian, check if zpool clear brings the pool online. There was a bug which recently got fixed, which will take care of this problem. Your Solaris version is on the lower side. Thanks, Deepak. On 01/26/12 09:06 PM, Christian Meier wrote: Hi Sudheer