How to Install a Kernel Zone From an Installation Image and an AI Manifest
-
Review the requirements and guidelines in Using an Installation Image to Install a Kernel Zone.
-
Ensure that the installation image and AI manifest are accessible to the system you use to install the kernel zone.
If you do not need to provide specific resource and package configuration information, go instead to How to Install a Kernel Zone From an Installation Image.
Example 3-6 Installing a Kernel Zone From an Installation Image and Using an AI Manifest
This example installs the image located at /var/tmp/solaris-media.iso
to the kernel zone kzone2
and uses the AI manifest /var/tmp/kz_manifest.xml
to provide specific resource and package configurations:
global$ pfbash zoneadm -z kzone2 install -b /var/tmp/solaris-media.iso \
-m /var/tmp/kz_manifest.xml