JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle Solaris Zones Guide     Oracle Solaris Cluster 4.0
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring HA for Solaris Zones

HA for Solaris Zones Overview

Overview of Installing and Configuring HA for Solaris Zones

Planning the HA for Solaris Zones Installation and Configuration

Configuration Restrictions

Restrictions for Zone Network Addresses

Restrictions for an HA Zone

Restrictions for a Multiple-Masters Zone

Restrictions for the Zone Path of a Zone

Restrictions on Major Device Numbers in /etc/name_to_major

Configuration Requirements

Dependencies Between HA for Solaris Zones Components

Parameter File Directory for HA for Solaris Zones

Installing and Configuring Zones

How to Enable a Zone to Run in a Failover Configuration

How to Enable a Zone to Run in a Multiple-Masters Configuration

How to Install a Zone and Perform the Initial Internal Zone Configuration

Verifying the Installation and Configuration of a Zone

How to Verify the Installation and Configuration of a Zone

Installing the HA for Solaris Zones Package

How to Install the HA for Solaris Zones Package

Registering and Configuring HA for Solaris Zones

Specifying Configuration Parameters for the Zone Boot Resource

Writing Scripts for the Zone Script Resource

Specifying Configuration Parameters for the Zone Script Resource

Writing a Service Probe for the Zone SMF Resource

Specifying Configuration Parameters for the Zone SMF Resource

How to Create and Enable Resources for the Zone Boot Component

How to Create and Enable Resources for the Zone Script Component

How to Create and Enable Resources for the Zone SMF Component

Verifying the HA for Solaris Zones and Configuration

How to Verify the HA for Solaris Zones Installation and Configuration

Upgrading Non-Global Zones Managed by HA for Oracle Solaris Zones

Tuning the HA for Solaris Zones Fault Monitors

Operation of the HA for Solaris Zones Parameter File

Operation of the Fault Monitor for the Zone Boot Component

Operation of the Fault Monitor for the Zone Script Component

Operation of the Fault Monitor for the Zone SMF Component

Tuning the HA for Solaris Zones Stop_timeout property

Choosing the Stop_timeout value for the Zone Boot Component

Choosing the Stop_timeout value for the Zone Script Component

Choosing the Stop_timeout value for the Zone SMF Component

Denying Cluster Services for a Non-Global Zone

Debugging HA for Solaris Zones

How to Activate Debugging for HA for Solaris Zones

A.  Files for Configuring HA for Solaris Zones Resources

Index

HA for Solaris Zones Overview

The solaris and solaris10 brands of non-global zones are supported for configuration with the HA for Solaris Zones data service. A solaris brand zone is a complete runtime environment for applications that run on the Oracle Solaris 11 Operating System. Solaris 10 Resource Manager and Solaris Zones software partitioning technology are both parts of the solaris brand zone. These components address different qualities the zone can deliver and work together to create a complete zone. The zones portion provides a virtual mapping from the application to the platform resources. Zones allow application components to be isolated from one application even though the zones share a single instance of the Solaris Operating System. Resource management features permit you to allocate the quantity of resources that a workload receives.

The Solaris Zones facility in the Solaris Operating System provides an isolated and secure environment in which to run applications on your system. When you create a zone, you produce an application execution environment in which processes are isolated from the rest of the system.

This isolation prevents processes that are running in one zone from monitoring or affecting processes that are running in other zones. Even a process that is running with superuser credentials cannot view or affect activity in other zones. A zone also provides an abstract layer that separates applications from the physical attributes of the machine on which they are deployed. Examples of these attributes include physical device paths.

Every Solaris system contains a global zone. The global zone is both the default zone for the system and the zone that is used for system-wide administrative control. Non-global zones are referred to as zones and are created by the administrator of the global zone.

HA for Solaris Zones enables Oracle Solaris Cluster to manage Solaris Zones by providing components to perform the following operations:

You can configure HA for Solaris Zones as a failover service or a multiple-masters service. You cannot configure HA for Solaris Zones as a scalable service.

When a Solaris Zone is managed by the HA for Solaris Zones data service, the Solaris Zone becomes a Solaris HA zone or a multiple-masters Solaris Zone across the Oracle Solaris Cluster nodes. The failover in case of a Solaris HA zone is managed by the HA for Solaris Zones data service, which runs only within the global zone.

You can also choose to set up non-global zones that do not participate in the cluster. A root user logged into one of these zones is not able to discover or disrupt operation of the cluster. See Denying Cluster Services for a Non-Global Zone for more information

For conceptual information about failover data services, multiple-masters data services, and scalable data services, see Oracle Solaris Cluster Concepts Guide.