Archive the file systems in the global zone. Verify that no non-global zones are installed on the source system.The examples in this section use the zfs send command for creating archives. The examples assume the root pool is named rpool.
For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2 .
source# zfs snapshot -r rpool@p2v
source# zfs destroy rpool/swap@p2v
source# zfs destroy rpool/dump@p2v
source# zfs send -R rpool@p2v | gzip > /net/somehost/p2v/s11-zfs.gz
source# zfs send -rc rpool@p2v
See also
For more information, see the zfs(1M) and archiveadm(1M)man pages.