JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: Oracle Solaris Zones, Oracle Solaris 10 Containers, and Resource Management     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

Part I Oracle Solaris Resource Management

1.  Introduction to Resource Management

2.  Projects and Tasks (Overview)

3.  Administering Projects and Tasks

4.  Extended Accounting (Overview)

5.  Administering Extended Accounting (Tasks)

6.  Resource Controls (Overview)

7.  Administering Resource Controls (Tasks)

8.  Fair Share Scheduler (Overview)

9.  Administering the Fair Share Scheduler (Tasks)

10.  Physical Memory Control Using the Resource Capping Daemon (Overview)

11.  Administering the Resource Capping Daemon (Tasks)

12.  Resource Pools (Overview)

13.  Creating and Administering Resource Pools (Tasks)

14.  Resource Management Configuration Example

Part II Oracle Solaris Zones

15.  Introduction to Oracle Solaris Zones

16.  Non-Global Zone Configuration (Overview)

17.  Planning and Configuring Non-Global Zones (Tasks)

18.  About Installing, Halting, Uninstalling, and Cloning Non-Global Zones (Overview)

Zone Installation and Administration Concepts

Zone Construction

How Zones Are Installed

The zoneadmd Daemon

The zsched Zone Scheduler

Zone Application Environment

About Halting, Rebooting, and Uninstalling Zones

Halting a Zone

Rebooting a Zone

Zone Boot Arguments

Zone autoboot Setting

Uninstalling a Zone

About Cloning Non-Global Zones

19.  Installing, Booting, Halting, Uninstalling, and Cloning Non-Global Zones (Tasks)

20.  Non-Global Zone Login (Overview)

21.  Logging In to Non-Global Zones (Tasks)

22.  Moving and Migrating Non-Global Zones (Tasks)

23.  About Packages on an Oracle Solaris 11 Express System With Zones Installed

24.  Oracle Solaris Zones Administration (Overview)

25.  Administering Oracle Solaris Zones (Tasks)

26.  Troubleshooting Miscellaneous Oracle Solaris Zones Problems

Part III Oracle Solaris 10 Zones

27.  Introduction to Oracle Solaris 10 Zones

28.  Assessing an Oracle Solaris 10 System and Creating an Archive

29.  (Optional) Migrating an Oracle Solaris 10 native Non-Global Zone Into an Oracle Solaris 10 Container

30.  Configuring the solaris10 Branded Zone

31.  Installing the solaris10 Branded Zone

32.  Booting a Zone and Zone Migration

33.  solaris10 Branded Zone Login and Post-Installation Configuration

Glossary

Index

How Zones Are Installed

The ipkg brand installer supports installing the zone by using either of the following methods:

The installer options are shown in the following table. See How to Install a Configured Zone for example command lines.

Option
Description
-a archive
The path to a cpio or pax "xustar" archive of an installed system. cpio archives can be compressed using gzip or bzip. The -d and the -a options are incompatible.
-c certificate
The path to the certificate file needed for accessing the repository.
-d path
The path to the root directory of an installed system. If path is a hyphen (-), the zonepath is assumed to be already be populated with the system image. The -d and the -a options are incompatible.
-e package_name
The name of a package to install into the zone. The -e option is used to specify an additional package to install, in addition to the base set of software which is always installed into the zone. Multiple -e options can be used.
-k key_file
The path to the key file needed for accessing the repository.
-P publisher=uri
The name of a software repository publisher and its associated URI to use to install the zone instead of the default global zone's repository.
-p
Preserve system identity after installing the zone. The -p and the -u options are incompatible.
-s
Install silently. The -s and the -v options are incompatible.
-u
sys-unconfig the zone after installing it. The -p and the -u options are incompatible.
-v
Verbose output from the install process. The -s and the -v options are incompatible.