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

Document Information

Preface

1.  Introduction and Overview

Introduction to the Oracle Solaris Cluster Environment

Three Views of the Oracle Solaris Cluster Software

Hardware Installation and Service View

Key Concepts - Hardware

More Hardware Conceptual Information

Oracle Solaris Cluster Documentation for Hardware Professionals

System Administrator View

Key Concepts - System Administration

More System Administrator Conceptual Information

Oracle Solaris Cluster Documentation for System Administrators

Application Developer View

Key Concepts - Application Development

More Application Developer Conceptual Information

Oracle Solaris Cluster Documentation for Application Developers

Oracle Solaris Cluster Software Tasks

2.  Key Concepts for Hardware Service Providers

3.  Key Concepts for System Administrators and Application Developers

4.  Frequently Asked Questions

Index

Introduction to the Oracle Solaris Cluster Environment

The Oracle Solaris Cluster environment extends the Oracle Solaris Operating System into a cluster operating system. A cluster is a collection of one or more nodes that belong exclusively to that collection. In a cluster that runs on the Oracle Solaris OS, a global cluster and a zone cluster are types of clusters.

A node is an Oracle Solaris zone that is associated with a cluster. In this environment, an Oracle Solaris host, or simply host, is one of the following hardware or software configurations that runs the Oracle Solaris OS and its own processes:

These processes communicate with one another to form what looks like (to a network client) a single system that cooperatively provides applications, system resources, and data to users.

A global cluster is a type of cluster that is composed only of one or more global-cluster voting nodes and optionally, zero or more global-cluster non-voting nodes.


Note - A global cluster can optionally also include lx (Linux) or native brand, non-global zones that are not nodes, but high availability containers (as resources).


A global-cluster voting node is a native brand, global zone in a global cluster that contributes votes to the total number of quorum votes, that is, membership votes in the cluster. This total determines whether the cluster has sufficient votes to continue operating. A global-cluster non-voting node is a native brand, non-global zone in a global cluster that does not contribute votes to the total number of quorum votes, that is, membership votes in the cluster.

A zone cluster is a type of cluster that is composed only of one or more cluster brand, voting nodes. A zone cluster depends on, and therefore requires, a global cluster. A global cluster does not contain a zone cluster. You cannot configure a zone cluster without a global cluster. A zone cluster has, at most, one zone cluster node on a machine.


Note - A zone-cluster node continues to operate only as long as the global-cluster voting node on the same machine continues to operate. If a global-cluster voting node on a machine fails, all zone-cluster nodes on that machine fail as well.


A cluster offers several advantages over traditional single-server systems. These advantages include support for failover and scalable services, capacity for modular growth, the ability to set load limits on nodes, and low entry price compared to traditional hardware fault-tolerant systems.

The goals of the Oracle Solaris Cluster software are:

For more information about fault tolerance and high availability, see Making Applications Highly Available With Oracle Solaris Cluster in Oracle Solaris Cluster Overview.

Refer to High Availability FAQs for questions and answers on high availability.