JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Services Planning and Administration Guide
search filter icon
search icon

Document Information

Preface

1.  Planning for Oracle Solaris Cluster Data Services

Configuration Guidelines for Oracle Solaris Cluster Data Services

Identifying Data Service Special Requirements

Determining the Location of the Application Binaries

Verifying the nsswitch.conf File Contents

Planning the Cluster File System Configuration

Enabling Oracle Solaris SMF Services to Run Under the Control of Oracle Solaris Cluster

Relationship Between Resource Groups and Device Groups

Understanding HAStoragePlus

Determining Whether Your Data Service Requires HAStoragePlus

Data Services With Nodes That Are Not Directly Connected to Storage

Data Services That Are Disk Intensive

Considerations for Installing and Configuring a Data Service

Node List Properties

installed_nodes Property

nodelist Property

auxnodelist Property

Overview of the Installation and Configuration Process

Installation and Configuration Task Flow

Example of Configuring a Failover Data Service

Tools for Data Service Resource Administration

SunPlex Manager Graphical User Interface (GUI)

SPARC: The Oracle Solaris Cluster Module for the Sun Management Center GUI

clsetup Utility

Oracle Solaris Cluster Maintenance Commands

Summary by Task of Tools for Administering Data Service Resources

2.  Administering Data Service Resources

A.  Standard Properties

B.  Legal RGM Names and Values

C.  Data Service Configuration Worksheets and Examples

Index

Node List Properties

You can specify the following node list properties when configuring data services.

installed_nodes Property

The installed_nodes property is a property of the resource type for the data service. This property is a list of the cluster node names on which the resource type is installed and enabled to run.

nodelist Property

The nodelist property is a property of a resource group. This property specifies a list of cluster node names where the group can be brought online, in order of preference. These nodes are known as the potential primaries or masters of the resource group. For failover services, configure only one resource group node list. For scalable services, configure two resource groups and thus two node lists. One resource group and its node list identify the nodes on which the shared addresses are hosted. This list is a failover resource group on which the scalable resources depend. The other resource group and its list identify nodes on which the application resources are hosted. The application resources depend on the shared addresses. Therefore, the node list for the resource group that contains the shared addresses must be a superset of the node list for the application resources.

auxnodelist Property

The auxnodelist property is a property of a shared address resource. This property is a list of node IDs that identify cluster nodes that can host the shared address but never serve as primary in the case of failover. These nodes are mutually exclusive with the nodes that are identified in the node list of the resource group. This list pertains to scalable services only. For details, see the clressharedaddress(1CL) man page.