JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Services Developer's Guide     Oracle Solaris Cluster
search filter icon
search icon

Document Information

Preface

1.  Overview of Resource Management

2.  Developing a Data Service

3.  Resource Management API Reference

4.  Modifying a Resource Type

5.  Sample Data Service

6.  Data Service Development Library

7.  Designing Resource Types

8.  Sample DSDL Resource Type Implementation

9.  Solaris Cluster Agent Builder

10.  Generic Data Service

11.  DSDL API Functions

12.  Cluster Reconfiguration Notification Protocol

A.  Sample Data Service Code Listings

B.  DSDL Sample Resource Type Code Listings

C.  Requirements for Non-Cluster Aware Applications

D.  Document Type Definitions for the CRNP

E.  CrnpClient.java Application

Index

Numbers and Symbols

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

R

S

T

U

V

W

X

D

daemon, designing the fault monitor, index iconDesigning the Fault Monitor Daemon
data service
creating
analyzing suitability, index iconAnalyzing the Application for Suitability
determining the interface, index iconDetermining the Interface to Use
sample, index iconOverview of the Sample Data Service
common functionality, index iconProviding Common Functionality to All Methods
controlling the data service, index iconControlling the Data Service
defining a fault monitor, index iconDefining a Fault Monitor
extension properties in RTR file, index iconExtension Properties in the RTR File
generating error messages, index iconGenerating Error Messages
handling property updates, index iconHandling Property Updates
Monitor_check method, index iconHow the Monitor_check Method Works
Monitor_start method, index iconHow the Monitor_start Method Works
Monitor_stop method, index iconHow the Monitor_stop Method Works
obtaining property information, index iconObtaining Property Information
probe program, index iconHow the Probe Program Works
resource properties in RTR file, index iconResource Properties in the Sample RTR File
RTR file, index iconResource Type Properties in the Sample RTR File
Start method, index iconHow the Start Method Works
Stop method, index iconHow the Stop Method Works
Update method, index iconHow the Update Method Works
Validate method, index iconHow the Validate Method Works
setting up development environment, index iconSetting Up the Development Environment for Writing a Data Service
transferring to cluster for testing, index iconTransferring a Data Service to a Cluster
Data Service Development Library, See DSDL
data services
testing, index iconUsing TCP Keep-Alives to Protect the Server
testing HA, index iconTesting HA Data Services
writing, index iconUsing TCP Keep-Alives to Protect the Server
debugging resource types with DSDL, index iconDebugging the Resource Type Implementation
Default, resource property attribute, index iconResource Property Attributes
default property values
new value for upgrade, index iconWhat Happens When a Cluster Administrator Upgrades
when inherited, index iconWhat Happens When a Cluster Administrator Upgrades
dependencies, coordinating between resources, index iconCoordinating Dependencies Between Resources
Description, resource property attribute, index iconResource Property Attributes
description values, rules, index iconRGM Values
Desired_primaries, resource group property, index iconResource Group Properties
directive
#$upgrade
index iconFormat of Resource Type Names
index iconSpecifying the #$upgrade and #$upgrade_from Directives
#$upgrade_from
index iconSpecifying the #$upgrade and #$upgrade_from Directives
index iconSpecifying the #$upgrade and #$upgrade_from Directives
default tunability, index iconSpecifying the #$upgrade and #$upgrade_from Directives
placement in RTR file, index iconSpecifying the #$upgrade and #$upgrade_from Directives
RT_version, index iconSpecifying the #$upgrade and #$upgrade_from Directives
tunability constraints, index iconSpecifying the #$upgrade and #$upgrade_from Directives
directories, Agent Builder, index iconPackage Directory That Agent Builder Creates
directory structure, Agent Builder, index iconDirectory Structure That Agent Builder Creates
distinguishing between multiple registered versions, rt-version, index iconResource Type Name
distinguishing between vendors, vendor-id, index iconResource Type Name
documentation requirements
for upgrade, index iconDocumentation to Provide for a Modified Resource Type
tunability constraints, index iconDocumentation to Provide for a Modified Resource Type
DSDL (Data Service Development Library)
accessing network address, index iconAccessing Network Address Information
components, index iconData Service Development Library
debugging resource types, index iconDebugging the Resource Type Implementation
description
index iconDSDL Overview
index iconManaging Configuration Properties
enabling HA local file systems, index iconEnabling Highly Available Local File Systems
fault monitor functions, index iconFault Monitor Functions
fault monitoring, index iconFault Monitoring Using TCP Connections Functions
general purpose functions, index iconGeneral-Purpose Functions
implementing a fault monitor, index iconImplementing a Fault Monitor
libdsdev.so, index iconOracle Solaris Cluster Application Environment
network resource access functions, index iconNetwork Resource Access Functions
overview, index iconOracle Solaris Cluster Application Environment
Process Monitor Facility (PMF) functions, index iconPMF Functions
property functions, index iconProperty Functions
sample resource type implementation
determining the fault monitor action, index iconDetermining the Fault Monitor Action
returning from svc_start(), index iconReturning From svc_start()
scds_initialize() function, index iconscds_initialize() Function
starting the service, index iconStarting the Service With svc_start()
SUNW.xfnts fault monitor, index iconSUNW.xfnts Fault Monitor
SUNW.xfnts RTR file, index iconSUNW.xfnts RTR File
svc_probe() function, index iconsvc_probe() Function
TCP port number, index iconTCP Port Number
validating the service, index iconValidating the Service Before Starting the X Font Server
X font server, index iconX Font Server
X font server configuration file, index iconX Font Server Configuration File
xfnts_monitor_check method, index iconxfnts_monitor_check Method
xfnts_monitor_start method, index iconxfnts_monitor_start Method
xfnts_monitor_stop method, index iconxfnts_monitor_stop Method
xfnts_probe main loop, index iconxfonts_probe Main Loop
xfnts_start method, index iconxfnts_start Method
xfnts_stop method, index iconxfnts_stop Method
xfnts_update method, index iconxfnts_update Method
xfnts_validate method, index iconxfnts_validate Method
starting a data service, index iconStarting and Stopping a Data Service
stopping a data service, index iconStarting and Stopping a Data Service
utility functions, index iconUtility Functions
where implemented, index iconOracle Solaris Cluster Application Environment