Skip Headers
Oracle® Communications Services Gatekeeper System Administrator's Guide
Release 5.0

Part Number E16623-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

10 Setting Up Geographic Redundancy

This chapter describes how to set up geographically redundant site pairs for Oracle Communications Services Gatekeeper. The attributes and operations supporting geographically redundancy are explained, and a configuration workflow is provided.

Introduction

The Geographic Redundancy service replicates data between two geographically distant sites so that applications can switch from one site to another (for example, in case of the catastrophic failure of one) and still have all the configuration data (account information, system Service Level Agreements (SLAs), and budgets) necessary for SLA enforcement available at the second, remote, site. For more information about geographic redundancy, see "Redundancy, Load Balancing, and High Availability" in Oracle Communications Services Gatekeeper Concepts Guide.

The sites are set up in pairs. One member of the pair is designated the geomaster, the other the slave. Each geographic site has a name which is used for looking up data relevant to the site pair. The name of the remote site is defined in the local site.

Configuration Workflow

There are two stages to configuring basic geographic redundancy. Both must be done at each site.

Configure Each Site for Geo-Redundancy

To use geographic redundancy, each site must be appropriately configured. This is accomplished using the GeoRedundantService. Using this service, you:

Define the GeoMaster Site

One site of the site pair must be designated the geomaster site. This is accomplished using the GeoStorageService. Using this service, you:

Reference: Attributes and Operations for GeoRedundantService

Managed object: Container Services−>GeoRedundantService

MBean Type: com.bea.wlcp.wlng.core.budget.management.configuration.GeoRedundantServiceMBean

Following is a list of attributes and operations for configuration and maintenance:

Attribute: GeoSiteId

Scope: Cluster

Format: String

Defines the name of this geographic redundant site. Must be done at both sites. This name is used as key for all operations on the remote site. See "Operation: setSiteAddress", "Operation: getSiteAddress", "Operation: removeSite".

Attribute: RemoteSiteReachabilityAlarmThreshold

Scope: Cluster

Format: int

Specifies the number of attempts made by a site to reach its peer site before raising an alarm. Must be done at both sites.

Whenever the peer sites fail to establish a connection the number of times defined in RemoteSiteReachabilityAlarmThreshold, a connection lost alarm is raised.

Operation: getSiteAddress

Scope: Cluster

Signature:

getSiteAddress(Site name: String)

Displays the address of a given remote site. Table 10-1 describes this parameter.

Table 10-1 getSiteAddress

Parameter Description

Site name

The name of the remote site


Operation: listRemoteSites

Scope: Cluster

Signature:

listRemoteSites()

Displays a list of registered remote sites.

Operation: removeSite

Scope: Cluster

Signature:

removeSite(Site name: String)

Removes a site definition for a remote site. If both sites are operational, must be done at both sites.

Table 10-2 describes this parameter.

Table 10-2 removeSite

Parameter Description

Site name

The site name of the remote site


Operation: setSiteAddress

Scope: Cluster

Signature:

setSiteAddress(Site name: String, Address: String)

Specifies the address of a remote site. Must be done at both sites.

Table 10-3 describes the parameters.

Table 10-3 setSiteAddress

Parameter Description

Site name

Name of the remote site

Address

JNDI URL of the Network Tier for the remote site, according to WebLogic Server addressing standards:

protocol://host:port

Example:

t3://host1:port,host2:port


Reference: Attributes and Operations for GeoStorageService

Managed object: Container Services−>GeoStorageService

MBean Type: com.bea.wlcp.wlng.geostorage.management.GeoStorageServiceMBean

Following is a list of attributes and operations for configuration and maintenance:

Attribute: GeoMasterSiteId

Scope: Cluster

Format: String

Defines the geomaster site. This value must be set at both sites and must be one of the two GeoSiteIds set up using the GeoRedundant service. Te geomaster keeps the master copy of all geo-configurable data.

Note:

If a new site is added to replace a slave site that has failed, it must be added as a slave site. The site that is designated the geomaster site must remain the geomaster site for the lifetime of the site configuration.

If a geomaster site fails permanently, this attribute should be set to empty (temporarily terminating georedundancy) and the failed site should be removed from the configuration using the GeoRedundantService. If a replacement site is added to the configuration, the currently operating site must be the geomaster and the replacement site must be added as the slave.

Operation: syncFromGeoMaster

Scope: Cluster

Signature:

syncFromGeoMaster()

Forces the slave to resync the account configuration data with the geomaster. Should only be invoked from the slave site. This is used if, for example, the configuration data of the two sites get out of sync, resulting in multiple out-of-sync alarms.

Note:

This operation potentially copies large amounts of data and therefore should not be used during peak traffic hours