Listener went offline during network issue [message #594486] |
Thu, 29 August 2013 02:28 |
Mohan10g
Messages: 159 Registered: May 2009 Location: INDIA
|
Senior Member |
|
|
Hi,
Recently we had faced network issue due to which node3 server was inaccessible.After the network issue got resolved , node3 was accessbile.So once the issue got fixed , i did a post validation in database and cluster and found listener , network1.org on node3 went offline.
When i try to start listener on node3,i got following error.
grid@RAC3 ~]$ srvctl start listener
PRCR-1079 : Failed to start resource ora.LISTENER.lsnr
CRS-2674: Start of 'ora.net1.network' on 'RAC3' failed
[grid@RAC3 ~]$ srvctl status vip -n RAC3
VIP RAC3-vip is enabled
VIP RAC3-vip is not running
[grid@RAC3 ~]$ srvctl status vip -n RAC2
VIP RAC2-vip is enabled
VIP RAC2-vip is running on node: RAC2
[grid@RAC3 ~]$ srvctl start vip -n RAC3
PRKO-2420 : VIP is already started on node(s): RAC2
[grid@RAC3 ~]$ srvctl status vip -n RAC3
VIP RAC3-vip is enabled
VIP RAC3-vip is not running
[grid@RAC3 ~]$ srvctl status nodeapps
VIP RAC1-vip is enabled
VIP RAC1-vip is running on node: RAC1
VIP RAC2-vip is enabled
VIP RAC2-vip is running on node: RAC2
VIP RAC3-vip is enabled
VIP RAC3-vip is running on node: RAC2
Network is enabled
Network is running on node: RAC1
Network is running on node: RAC2
Network is not running on node: RAC3
GSD is disabled
GSD is not running on node: RAC1
GSD is not running on node: RAC2
GSD is not running on node: RAC3
ONS is enabled
ONS daemon is running on node: RAC1
ONS daemon is running on node: RAC2
ONS daemon is not running on node: RAC3
Please help me to bring up the listener on node3
Thank you
[Updated on: Thu, 29 August 2013 02:29] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: Listener went offline during network issue [message #594572 is a reply to message #594561] |
Fri, 30 August 2013 03:15 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
No-one has ever told me the answers to your questions, but you can deduce the answers as I did if you think about for what a VIP is used.
It is a listening address through which a user process contacts a database listener. Then the listener establishes a session for the user process to a server process, through the VIP. RAC complicates the issue bit, because there is an initial request to a SCAN listener followed by a redirection to the VIP, but the end result is the same.
|
|
|
|
|
|
|