Configuring New solaris Zones in a Kernel Zone

You can configure, install, and boot a new solaris zone from within a kernel zone by using the zonecfg and zoneadm commands. For example:

kzone$ pfbash zonecfg -z new-zone
Use 'create' to begin configuring a new zone.
zonecfg:new-zone> create -t SYSsolaris
zonecfg:new-zone> commit
zonecfg:new-zone> exit
kzone$ zoneadm -z new-zone install
kzone$ zoneadm -z new-zone boot

See Creating and Using Oracle Solaris Zones for additional information about planning, configuring, and installing non-global zones.