Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> [Q] how to make two Ethernet card listen to same port?

[Q] how to make two Ethernet card listen to same port?

From: dba1 mcc <mccdba1_at_yahoo.com>
Date: Mon, 30 Aug 2004 13:18:08 -0700 (PDT)
Message-ID: <20040830201808.24254.qmail@web60806.mail.yahoo.com>


I have two ethernet cards on same server (Redhat As 2.1). I want both Ethernet cards listener to port 1521.

The listemer.ora file:
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
(ADDRESS_LIST =

        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
      )

(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = server1)(PORT = 1521)) )
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = server2)(PORT = 1521)) )

    )
  )

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /home/app/oracle/product/9.2)
(PROGRAM = extproc)

    )



I tried to start it up:

%lsnrctl start

LSNRCTL for Linux: Version 9.2.0.5.0 - Production on 30-AUG-2004 16:12:22 Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.

Starting /home/app/oracle/product/9.2/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 9.2.0.5.0 - Production System parameter file is
/home/app/oracle/product/9.2/network/admin/listener.ora Log messages written to
/home/app/oracle/product/9.2/network/log/listener.log Listening on:
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))) Listening on:
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server1)(PORT=1521))) Error listening on:
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=server2)(PORT=1521))) TNS-12542: TNS:address already in use
 TNS-12560: TNS:protocol adapter error
  TNS-00512: Address already in use
   Linux Error: 98: Address already in use

Listener failed to start. See the error message(s) above...


Does anyone know how to make it work?

Thanks.                 



Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Aug 30 2004 - 15:16:23 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US