You must be the global administrator or a user with appropriate authorizations in the global zone to perform this procedure.
If a zone's storage is configured by using a rootzpool resource and optionally one or more rpool resources, migration is quick and simple. For this procedure to work, both the source host and destination host (in the examples shown in this procedure, host1 and host2) must have access to the storage referenced in the rootzpool and zpool resources.
For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2 .
source-host# zonecfg -z zonename export -f /net/hostname/zonename.cfg destination-host# zonecfg -z zonename -f /net/hostname/zonename.cfg
For example:
host1# zonecfg -z my-zone export -f /net/my-host/my-zone.cfg host2# zonecfg -z my-zone -f /net/my-host/my-zone.cfg
source-host# zoneadm -z zonename shutdown
For example:
host1# zoneadm -z my-zone shutdown
source-host# zoneadm -z zonename detach
For example:
host1# zoneadm -z my-zone detach
The options (–u, –U) might be needed.
destination-host# zoneadm -z zonename attach
For example:
host2# zoneadm -z my-zone attach
host2# zoneadm -z zonename boot