Problems after Changing the IP address for the cluster_interconnect
859592Feb 24 2012 — edited Mar 1 2012Oracle 11G R2 with 2 node RAC and ASM on Solaris 10
Had to change the IP Address for the cluster_Interconnect on both nodes. Followed the steps in the Cluster Admin Guide as follows:
./oifcfg getif
clprivnet0 1xx.xxx.x.0 global cluster_interconnect
./oifcfg setif -global clprivnet0/10.nn.n.0:cluster_interconnect
./oifcfg delif -global clprivnet0/1xx.xxx.x.0:cluster_interconnect
./oifcfg getif
clprivnet0 10.nn.n.0 global cluster_interconnect
Then the sysadmin shut everything down, updated the settings on the OS and restarted.
When I run oifcfg getif, it shows the correct IP for the cluster_interconnect (10.nn.n.0). But, there are lots of Deny messages in the firewall where the database servers are still trying to reach the original cluster_interconnect IP Address (1xx.xxx.x.0)
The database is working fine. I checked all the logs that I can think of(oifcfg, css, crsd, ctssd, evmd, etc), and there are no errors. Did we leave something out?
Thanks