Operating System - HP-UX
1753428 Members
4823 Online
108793 Solutions
New Discussion юеВ

wish to remove logical IP address from lan901:802

 
SOLVED
Go to solution
sujit kumar singh
Honored Contributor

wish to remove logical IP address from lan901:802

root # netstat -inw
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan901:801 1500 10.29.8.0 10.29.8.42 264357107 0 409581 0 0
lan905 1500 172.22.96.0 172.22.96.140 912182178 0 921478316 0 0
lan901:802* 1500 10.29.8.0 10.29.8.48 10734 0 8788 0 0
lo0 4136 127.0.0.0 127.0.0.1 758008547 0 758008607 0 0
lan902 1500 172.17.2.0 172.17.2.161 1047184414 0 798793518 0 0
lan901 1500 10.29.8.0 10.29.8.41 857188990 0 1119259548 0 0
lan900 1500 172.22.64.0 172.22.67.21 3521802 0 6922869 0 0

i want to remove lan901:802 IP address that is 10.29.8.48 (pracle RAC -VIP) that got assigned by mistake and we wish to retain the lan901:801 as that is RAC Clusetr IP.
and need to do without bringing the RAC down.

this IP for 901:802 is conflictiong and oracle VIP hosted oracle backup are failing.


any helps will be grateful

regards
sujit

3 REPLIES 3
Prasanth V Aravind
Trusted Contributor
Solution

Re: wish to remove logical IP address from lan901:802

"ifconfig lan901:802 down" will remove the virtual ip online ... BUt ...

"without bringing the RAC down !!!".... we can't say anything... as you said its oracle RAC-VIP , there is a chance the rac node can went down.

My question is that, does your application going to effect even one rac node went down ??? i feel there won't be any problem for your application...

Pls check with DBA team

Gudluck
Prasnth
sujit kumar singh
Honored Contributor

Re: wish to remove logical IP address from lan901:802

the above excerpts are from the node1 netstat -inv
i did an ifconfig lan901:802 down that is having IP address 10.29.8.48 on node1.

but this is vip of 4th node of the 4 node CRS cluster.


still as this is down or up when i do ssh to the IP 10.29.8.48 this is taking me to the 1st node whereas this should take me to the 4th node as this is ora-vip of node4.

i tried doing an arp -d 10.29.8.48 on 1st node but and putting new entry of arp for node4 like this on node1 like
arp -s 10.29.8.48

but still the same thing.

ssh 10.29.8.48 takes me to node1 from node1 whether this should take me to node4 when executed forrm node1.


Prasanth V Aravind
Trusted Contributor

Re: wish to remove logical IP address from lan901:802


Does we missing somthing from oracle side ?
How lan901:802 got configured on node1 ?
is it from system side or database side ?

Can we check these points ..

Gudluck
Prasanth