Hi Silviu,
I had a similar case, where I had different card-addresses in my different machines.
I.e. I had 2 machines with 3 network interfaces each. 2 * PCI gigabit cards and 1 on-board 100Mbit interface per machine. The on-board card should be my public interface. On one machine the on-board-interface was eth0 and on the other machine it was eth2.
However, during installation you can only specify 1 interface.
I was able to fix this by adjusting the interface on the node, where it is wrong. You actually have to update the USR_ORA_IF of your vip. Do this only in test-environments, because I think this is not supported without advice from Oracle Support.
(1) Log in as root.
(2) set the ORA_CRS_HOME in your environment to the crs home
(3) Recreate a 'cap', file for the vips:
crs_stat -p <your vip resource> > $ORA_CRS_HOME/crs/profile/<your vip resource>.cap
Remark: <your vip resource> is usually ora.<node-name>.vip (check with crs_stat).
(3) Stop the vips, this will require you stop resources that depend on them.
srvctl stop nodeapps -n <node>
(4) Edit the profiles (ie the cap-file) by hand and modify the
USR_ORA_IF=<correct interface>
(5)Update the OCR records by re-registering the resource with the update option:
crs_register -u <your vip resource>
(6) Print the resources to make sure it took ok:
crs_stat -p <your vip resource>
(7) Then start them:
srvctl start nodeapps -n <node-name>
Ciao
Clemens
--- Originalnachricht ---
> I don't know why Clusterware would do this, but it doesn't
> feel right at all.
>
> The interfaces were specified correctly (which is public, which
> is private) at
> installation. There weren't any changes in networking
> afterwards.
>
>
> eth0 Link encap:Ethernet HWaddr 00:11:43:D7:81:74
> inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
>
> eth0:1 Link encap:Ethernet HWaddr 00:11:43:D7:81:74
> inet addr:192.168.1.227 Bcast:192.168.1.255
> Mask:255.255.255.0
>
> eth1 Link encap:Ethernet HWaddr 00:11:43:D7:81:75
> inet addr:192.168.1.223 Bcast:192.168.1.255
> Mask:255.255.255.0
>
>
> --
> To unsubscribe, email: suse-oracle-unsubscribe@(protected)
> For additional commands, email: suse-oracle-help@(protected)
> Please see http://www.suse.com/oracle/ before posting
>
--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting