Managing Zones in Oracle Solaris 11.3
In Oracle Solaris 11.3, Zones are managed by the Zones service
svc:/system/zones:default.
The service performs the autobooting and shutdown of Zones on
system boot and shutdown according to each zone's configuration.
The service boots, in parallel, all Zones configured with
autoboot=true, and shuts down, also in parallel, all
running Zones with their corresponding autoshutdown
option: halt, shutdown, or suspend. See
the zonecfg(1M)manual...