Peter Farmer <pfarmer.li...@googlemail.com> writes:

> Hi All,
>
> I have a zfs pool setup on one server, the pool is made up of 4 iSCSI
> luns, is it possible to migrate the zfs pool to another server? Each
> of the iSCSI luns would be available on the other server.
>
>
> Thanks,

yes.
zpool export $mypoolname  on the old server
zpool import $mypoolname  on the new server

regards
daniel

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to