cancel
Showing results for 
Search instead for 
Did you mean: 

TNS oracle error during the installation

Former Member
0 Kudos

Hello!

I am about to install SOLMAN on solaris 5.10 with Oracle.

We already have one SAP System and install additional SAP System and install the software twice.

Unfortunately the following error comes up during the instllation:

Execution of the command "/oracle/S11/102_64/bin/lsnrctl start LISTENER" finished with return code 1.

In the log file is the followinf entry:

The TNS Listener is already started.

<b>How can we solve the problem? </b>

Thank you very much!

regards

Thom

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thom,

run >lsnrctl status

to get the details on the listener that is running and check the ORACLE_HOME and PORT NUMBER

Listener Parameter File /oracle/D03/920_64/network/admin/listener.ora

Listener Log File /oracle/D03/920_64/network/log/listener.log

Listening Endpoints Summary...

(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=D03.world)))

(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=D03)))

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=1210.51.3.76)(PORT=1441)))

and compare it with the listener you are going to start.

Cheers,

Nisch

Former Member
0 Kudos

Hi Thom,

Are you going to use the same listner for both the Sap Systems?

If no then mention the different port no for listner during the installation.

If yes then you have to edit the listner.ora and add the entries for the new system Refer Note 98252 for detailed procedure.

Hope this is useful

Regards

Umesh

former_member184067
Active Contributor
0 Kudos

hi Thom,

the listener is already running so i think you don't need to start it again.

if you insist, you can restart it by shutdown it first ... if not mistaken.. by statement :

lsnrctl stop

hopes it helps

cheers