Re: [zfs-discuss] Mounting ZFS Pool to a different server

2007-10-22 Thread Robert Milkowski
Hello Mike, Saturday, October 20, 2007, 3:21:16 AM, you wrote: > The ideal situation it would go like: host1# zpool export pool host2# zpool import pool If you know (really know) that it is offline on the other server (e.g. you can verify the host is dead), you can use: # zpool import

Re: [zfs-discuss] Mounting ZFS Pool to a different server

2007-10-22 Thread Robert Milkowski
Hello Mertol, Friday, October 19, 2007, 10:49:13 PM, you wrote: > Hi;   In summary they want to take the control of a ZFS pool if the primary server fails for some reason. I know we can do it with Sun Cluster how ever this is pretty complex and expensive .     Well, Sun Cluster is

Re: [zfs-discuss] Mounting ZFS Pool to a different server

2007-10-20 Thread Vincent Fox
Yes we do this currently on some systems where we haven't had time to install and test Cluster software. Even old 3310 array can be setup so 2 servers have storage visible. We export pool on one system and import it on the other, move over a virtual IP and the service is back up. You *really*

Re: [zfs-discuss] Mounting ZFS Pool to a different server

2007-10-19 Thread Mike Gerdts
The ideal situation it would go like: host1# zpool export pool host2# zpool import pool If you know (really know) that it is offline on the other server (e.g. you can verify the host is dead), you can use: # zpool import -f Mike On 10/19/07, Mertol Ozyoney <[EMAIL PROTECTED]> wrote: > > Hi;