Hello,
I have a doubt , please help me in clearing this about IP addr in primarya nd standby.
We have a situation where our sap is down on primary and standby is not up - some HA related / failover problems (i am not sure);
I need a clarification on this:
-------------
primary :orasid 51> ip a | grep 110
inet 110.186.126.158/24 brd 130.139.120.255 scope global eth2
inet 110.186.126.159/24 brd 130.139.120.255 scope global secondary eth2
inet 110.186.126.160/24 brd 130.139.120.255 scope global secondary eth2
-----
user@standby:~> sudo su - orasid
secondary host :orasid 51> ip a | grep 110
inet 110.186.126.161/24 brd 130.139.120.255 scope global eth2
inet 110.186.126.159/24 brd 130.139.120.255 scope global secondary eth2
inet 110.186.126.160/24 brd 130.139.120.255 scope global secondary eth2
-------------
110.186.126.161 is IP of primary server
110.186.126.158 is Ip of secondary server
Is there anything wrong is the IP addresses now?
We have SAP down on primary ; primary database up and secondary mounted as it should be
secondary host :orasid 53> cl_status rscstatus
cl_status[22994]: 2015/09/20_09:38:40 ERROR: Cannot signon with heartbeat
cl_status[22994]: 2015/09/20_09:38:40 ERROR: REASON: hb_api_signon: Can't initiate connection to heartbeat
primary server :orasid 52> cl_status rscstatus
primary server :orasid 53> #GAVE NOTHING
Please help me understand this:)
Thanks,
Uday