The Oracle 11g RAC Listener has a listening process offline after adjusting the network, and frequent switching between the two nodes, viewing the log/var/log/message found frequent registration revocation action.
Listening Log/u01/app/oracle/diag/tnslsnr/rac1/listener/trace/listener.log
Listening file/u01/app/11.2.0/grid/network/admin/listener.ora
Oracle error Log/u01/app/oracle/diag/rdbms/oaorcl/oaorcl/trace/alert
RAC Process Log/u01/app/11.2.0/grid/log/rac/crsd/crsd.log
?? /u03/oracle/app/11.2.0/grid/log/orajdcpt*/alertorajdcpt*.log
?? /u03/oracle/app/11.2.0/grid/log/orajdcpt*/cssd/ocssd.log
/u01/app/11.2.0/grid/log/rac1/agent/crsd/oraagent_grid/oraagent_grid.log
There is a discovery of IP fluctuations.
Workaround:
Add in/etc/sysctl.conf
Net.ipv4.conf.default.arp_ignore = 1
Meaning: Determine the different ways in which the response received by the ARP protocol requires 0-(the default) to represent any destination IP address, configure any interface. 1-Reply only the destination IP address is configured on the local address of the incoming interface.
Net.ipv4.conf.all.arp_ignore = 1 Meaning: Ibid.
After Sysctl-p
and add the MAC address in the/etc/sysconfig/network-scripts/ifcfg-eth file, which can be viewed ifconfig.
This article is from the "Banana" blog, please make sure to keep this source http://8510298.blog.51cto.com/8500298/1549291
ORACLE11G RAC Listener offline