Oracle® Solaris Cluster Geographic Edition System Administration Guide

Exit Print View

Updated: July 2014, E39667-01
 
 

Replicated Component Properties - Overview

Each replication component added to a particular protection group uses the scripts named in Protection Group Properties - Overview. Individual replications distinguish themselves by varying the properties passed to these scripts.

The script-based plug-in module provides for two site-specific password properties:

  • A local service password property (local_service_password)

  • A remote service password property (remote_service_password)

These properties enable administrators of a script-based plug-in deployment to supply passwords to log in to services or remote systems without having to provide these passwords at switchover or takeover time. For more information, see How Geographic Edition Handles Password Properties.

The script-based plug-in module requires the developer to provide a property naming the replication resource contained in the replication resource group that holds the status of the replication.

Replicated components in script-based plug-in protection groups have the optional properties provided in the following table. Note that all of these properties are tunable when you are offline.

Table 13-2  Optional Replicated Component Properties
Property Name
Description
Type
create_config_args
The arguments passed to the script named by the create_config_script protection group property.
Global
local_service_password
A password that might be needed by the scripts to perform some function on the local system that requires the entry of a password.
Local
remote_service_password
A password that might be needed by the scripts to perform some function on the remote system that requires the entry of a password.
Local
remove_config_args
The arguments passed to the script named by the remove_config_script protection group property.
Global
start_replication_args
The arguments passed to the script named by the start_replication_script protection group property.
Global
stop_replication_args
The arguments passed to the script named by the stop_replication_script protection group property.
Global
switchover_args
The arguments passed to the script named by the switchover_script protection group property.
Global
takeover_args
The arguments passed to the script named by the takeover_script protection group property.
Global