For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2 .
In this procedure, we will create a recovery archive of the zone that is migrated on the source host.
source-host# archiveadm create -r -z zonename archive-name
For example:
host1# archiveadm create -r -z zonename /net/server/my-zone-archive.uar
source-host# zonecfg -z zonename set autoboot=false
destination-host# zonecfg -z zonename create -a /net/server/zonename.uar
For example:
host2# zonecfg -z zonename create -a /net/server/my-zone-archive.uar
destination-host# zoneadm -z zonename install -a archive-name
destination-host# zoneadm -z zonename boot
See also
For additional information about creating and deploying Unified Archives, refer to Chapter 2, Working With Unified Archives, in Using Unified Archives for System Recovery and Cloning in Oracle Solaris 11.2 .