Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Oracle 12c rac vip and Monitoring Failur

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Environment: aix 7.1, oracle 12.1.0.2 rac-3 nodes.

After the hardware failure, the hardware engineer replaced the intranet card. I don't know why there was a problem with the resource VIP, so I had to add VIP first.

Srvctl add vip-node rac-wy1- address rac-wy1-vip.nsn.com/255.255.255.0/en8

Modified the nodeapps

Srvctl modify nodeapps-node rac-wy1-address 10.48.186.99/255.255.255.0/en8

Start listener

Srvctl start listener-node rac-wy1

Report a failure.

--

I checked a lot of information, but I didn't get anything special.

There is a problem with the configuration string in listener.ora under grid, but it is not consistent with that in gv$configured_interconnects. I don't know which dog egg has been modified!

Anyway, first according to gv$ to modify it, and then restart, the result is ok!

-

Go back and use ifconfig-a to see:

Rac-wy1.nsn.com:/oracle/app/12.1.0.2/grid/network/admin$ifconfig-a

En13: flags=5e080863,18c0

Inet 192.168.240.24 netmask 0xffffff00 broadcast 192.168.240.255

Tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 1

En7: flags=1e080863,c0

Inet 192.168.4.1 netmask 0xffffff00 broadcast 192.168.4.255

Inet 169.254.214.140 netmask 0xffff8000 broadcast 169.254.255.255

Tcp_sendspace 262144 tcp_recvspace 262144 rfc1323 1

En9: flags=1e084863,c0

Inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255

Inet 169.254.39.147 netmask 0xffff8000 broadcast 169.254.127.255

Tcp_sendspace 262144 tcp_recvspace 262144 rfc1323 1

En8: flags=1e084863,18c0

Inet 10.48.186.96 netmask 0xffffff00 broadcast 10.48.186.255

Inet 10.48.186.102 netmask 0xffffff00 broadcast 10.48.186.255

Inet 10.48.186.99 netmask 0xffffff00 broadcast 10.48.186.255

Tcp_sendspace 262144 tcp_recvspace 262144 rfc1323 1

Lo0: flags=e08084b,c0

Inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255

Inet6:: 1% 1Comp0

Tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1

From this point of view, public,vip,scan is on the same network card, while private (inline) is on the same card as LISTENER (replaced).

It is speculated that the ip was modified after the network card was replaced (not sure whether it was assigned by the system or modified by the engineer), but it was caused by not modifying the listener.ora file of the grid.

It seems that we need to strengthen communication in the future!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report