FAN capabilities can be accessed by the client application using the FAN API directly or by using
The Metrocluster RAC configuration uses two Oracle
There are several factors that limit the speed of client reconnection when the database fails over across
1.Ensures that the database has been completely shut down at the formerly active
2.Fails over the disk device group to the newly active
3.Starts the CVM disk groups and CFS mount points for the database at the newly active
While these steps are being performed, client connections cannot be made to the database. Also, there is no FAN event delivered to indicate site failover, so existing client connections may be susceptible to delays as long as the TCP keep alive timeout in some cases, before a reconnect is attempted.
To automatically reconnect clients to the database on a site failover, the Oracle Net service names must include VIPs configured at both
hr_serv1 =
(DESCRIPTION = (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = SFO_1v.hp.com)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = SFO_2v.hp.com)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = SJC_1v.hp.com)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = SJC_2v.hp.com)(PORT = 1521))
(LOAD_BALANCE = yes)
)
(CONNECT_DATA= (SERVICE_NAME=hr_serv1)
)
)
Configuring SGeRAC Cluster Interconnect Subnet Monitoring
SGeRAC provides a feature to monitor the Oracle Clusterware interconnect subnet and to ensure that at least one RAC instance survives when a failure takes down the entire interconnect subnet in the cluster.
To configure this feature, the interconnect subnet must be specified in a separate MNP package using the CLUSTER_INTERCONNECT_SUBNET package attribute. The Clusterware MNP package for the Clusterware
The Oracle Clusterware interconnect subnet for a site Clusterware
Complete the following procedure to configure the SGeRAC Cluster Interconnect packages:
382 Designing a Disaster Recovery Solution Using Site Aware Disaster Tolerant Architecture