>From the OpenSolaris ZFS FAQ page:

http://hub.opensolaris.org/bin/view/Community+Group+zfs/faq

> If you want to use a hardware-level backup or snapshot feature instead of
the ZFS snapshot feature, then you will need to do the following steps:

    * zpool export pool-name
    * Hardware-level snapshot steps
    * zpool import pool-name





sridhar surampudi wrote:
> Hi Darren,
>
> Thanks for your info.
>
> Sorry below might be lengthy :
>
> Yes I am looking for actual implementation rather how to use zpool split.
>
> My requirement is not at zfs file system level and also not zfs snapshot.
>
>
> As I understood,
> If my zpool say mypool is created using  " zpool create mypool mirror device1
> device2"
> and  after running  : zfs split mypool  newpool device2 ", I can access
> device2 with newpool
>
> Same data on newpool is available as mypool as long as there are no
> writes/modifications to newpool.
>
> What i am looking for is,
>
> if my devices ( say zpool is created with only one device device1) are from an
> array and I took array snapshot ( zfs /zpool doesn't come in picture as I take
> hardware snapshot), I will get a snapshot device say device2.
>
> I am  looking for a way to use the snapshot device device2 by recreating the
> zpool and zfs stack with an alternate name.
>
> "zpool split" must be doing some changes to metadata of device2 to associate
> with the new name i.e. newpool,
>
> I want to do it for the same for snapshot device created using array/hardware
> snapshot.
>
> Thanks & Regards,
> sridhar.
> --
> This message posted from opensolaris.org
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
>


-- 
Craig Cory
 Senior Instructor :: ExitCertified
 : Sun Certified System Administrator
 : Sun Certified Network Administrator
 : Sun Certified Security Administrator
 : Veritas Certified Instructor

 8950 Cal Center Drive
 Bldg 1, Suite 110
 Sacramento, California  95826
 [e] craig.c...@exitcertified.com
 [p] 916.669.3970
 [f] 916.669.3977

+-------------------------------------------------------------------------+
         ExitCertified :: Excellence in IT Certified Education

  Certified training with Oracle, Sun Microsystems, Apple, Symantec, IBM,
       Red Hat, MySQL, Hitachi Storage, SpringSource and VMWare.

             1.800.803.EXIT (3948)  |  www.ExitCertified.com
+-------------------------------------------------------------------------+
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to