Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


com.bea.wlcp.wlng.geostorage.management
Interface GeoStorageServiceMBean


public interface GeoStorageServiceMBean

Field Summary
static String geoMasterSiteId
          The geographic redundant master site name.

 

Method Summary
 String getGeoMasterSiteId()
          Returns the name of the geomaster site.
 void setGeoMasterSiteId(String geoSiteId)
          Sets the geomaster site.
 void syncFromGeoMaster()
          Sync all geo-redundant configuration from the geo-master.

 

Field Detail

geoMasterSiteId

public static final String geoMasterSiteId
The geographic redundant master site name. Value can be any string.
See Also:
Constant Field Values

Method Detail

getGeoMasterSiteId

public String getGeoMasterSiteId()
Returns the name of the geomaster site.

Scope: Cluster

Returns:
geomaster site name

setGeoMasterSiteId

public void setGeoMasterSiteId(String geoSiteId)
                        throws ManagementException
Sets 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. The geomaster keeps the master copy of all geographically 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.

Scope: Cluster

Parameters:
geoSiteId - the geomaster site
Throws:
ManagementException

syncFromGeoMaster

public void syncFromGeoMaster()
                       throws ManagementException
Sync all geo-redundant configuration from the geo-master. This will cause the slave to block all traffic while applying the copy of the configuration to the local store. Should be called whenever there is an alarm stating that a slave site is out of sync with the master. That will reset the configuration to that of the geo-master.

Scope: Cluster

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

Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.