How to Install a Kernel Zone From an Installation Image

During an Oracle Solaris installation from an ISO file, the kernel zone is booted and you are connected to the zone console. For how to use the zone console, see How to Create and Deploy a Non-Global Zone in Creating and Using Oracle Solaris Zones.

Caution:

If you exit or disconnect from the kernel zone console before the installation is complete, the installation fails.
  1. On the kernel zone host, become an administrator.
  2. Install the kernel zone by using the Oracle Solaris installation image.
    global$ pfbash zoneadm -z kzone install -b path-to-iso-file
  3. Review the installation logs.

    For their location, see Installing a Kernel Zone.

Example 3-5 Installing an Kernel Zone From an Installation Image

This example installs the image located at /var/tmp/solaris-media.iso to the kernel zone, kzone2.

global$ pfbash zoneadm -z kzone2 install -b /var/tmp/solaris-media.iso