On Mon, May 17, 2010 at 7:37 AM, Dee <starbar...@gmail.com> wrote:
> Hey,
>
> I am new to Solaris and Databases so apologies if what I am asking seems 
> silly.
>
> But I have a metadb on 1 host, and I have setup datasets.  I run Oracle which 
> writes data to these devices.  Now what I want is to export the datasets and 
> import them onto a different host and verify the data on the other host.

If you want to physical move your ZFS pool to another host, you can
`zfs export` it, move the disks and `zfs import` on the receiving
host.

If you want to move the datasets over the network you can use `zfs
send/receive`.

http://docs.sun.com/app/docs/doc/819-5461

-- 
Giovanni
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to