Operating System - HP-UX
1820553 Members
2814 Online
109626 Solutions
New Discussion юеВ

oracle conflict on unix servers

 
tarek_3
Frequent Advisor

oracle conflict on unix servers

hello all
i have oracle 8i running on HPUX server. i made a mirror from this server( server1) to another one ( server2), so that i will have identical servers with identical components.
i only changed the IP address of the second one (server2) , and when i tried to connect both servers on the LAN , server1 will be connected and server 2 will be disconneted , and vice-versa.
is there anything to be changed in oracle ? or is it a unix pb ?
Please HELP ..
Thanks
7 REPLIES 7
Bejoy C Alias
Respected Contributor

Re: oracle conflict on unix servers

Check whether the oracle listener is running on the second server on port 1521 ( lsof -i tcp:1521 ) , how u r connecting to the second server , using sql ? or through network clients ? . Is there any error messages ?
Be Always Joy ......
harry d brown jr
Honored Contributor

Re: oracle conflict on unix servers

Did you change the oracle tnsnames.ora file? Do both servers have different HOST names? Make sure both servers have different MAC Addresses:

do this on both to make sure they are different:

print_manifest | grep "LAN hardware"

live free or die
harry d brown jr
Live Free or Die
Fred Ruffet
Honored Contributor

Re: oracle conflict on unix servers

Both DB will have the same name and DBID. There's an utility to change this, but only since 9iR2...
Having the same DBID may cause problem if you want to copy the bases on the same server one day, or if you want to backup using the same RMAN repository.

As other said, also have a look at sqlNet config.
If you want to DBLINK betweeen the two, be carefull on the aliases you will be using.

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
Yogeeraj_1
Honored Contributor

Re: oracle conflict on unix servers

hi,

can you post the output of: tnsping

from the client..

this can shed more light.

thanks
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)

Re: oracle conflict on unix servers

Use different alias names in tnsnames.ora of the client you are using to connect.

-Raju
Volker Borowski
Honored Contributor

Re: oracle conflict on unix servers

Hi,
Do a "netstat -ni" on both nodes and check what is really configured.
Check for duplicate IPs.
Check syslog messages.

Once both systems are up and reachable in the net, you can start to worry about oracle. As said already, watch for adjusted SQLNET-config.

Hope this helps
Volker
tarek_3
Frequent Advisor

Re: oracle conflict on unix servers

Hi
Thanks all for yr reply, the problem is solved now, and it was MAC Address conflict "wiredddd". because of the mirror the two network card have the same mac adddress configuration file, once we drop the file and reboot the server the system create a new file with the right MAC address.
Regards
Hassoun