Hi Sridhar,
After a zpool split operation, you can access the newly created
pool by using the zpool import command.
If the LUNs from mypool are available on host1 and host2, you
should be able to import mypool_snap from host2. After mypool_snap
is imported, it will be available for backups, but not in read-only
mode.
It is important that data from these pools is not accessed from two
the different hosts at the same.
An upcoming feature is a read-only import that might be helpful
in your environment.
Thanks,
Cindy
On 10/05/10 07:41, sridhar surampudi wrote:
Hi,
If have below kind of configuration (as an example):
c1t1d1 and c2t2d2 are two LUNs visible (un masked) to both host1 and host2.
Created a pool mypool as below
zpool create mypool mirror c1t1d1 c2t2d2
Now I did zpool split
zpool split mypool mypool_snap
Once i run zpool split, is there a way I can move/visible newly created
mypool_snap to other host i.e host2 ??
so that I can able to access all file systems and files in read only mode for
backup?
Thanks & Regards,
sridhar.
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss