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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: 2 NICs on NT and Listener setup

RE: 2 NICs on NT and Listener setup

From: ARUN K C <arun_k_c_at_hotmail.com>
Date: Fri, 07 Jul 2000 11:41:45 PDT
Message-Id: <10551.111467@fatcity.com>


I may not be an expert in this but it seems like one listener works with different ipaddresses on different ports down belows is one of the configurations what I have worked and tested on 7.3.4 and sqlt8
LISTENER =
  (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.9.21)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.12.22)(PORT = 1575))
    (ADDRESS = (PROTOCOL = IPC)(KEY = BLINK))
  )

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =

      (GLOBAL_DBNAME = BLINK.WORLD)
      (SID_NAME = BLINK)

    )
  )

>From: "Guidry, Chris" <chris.guidry_at_atcoelectric.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: RE: 2 NICs on NT and Listener setup
>Date: Fri, 07 Jul 2000 09:57:49 -0800
>
>Hi,
>I'm not familiar with the 5500s but I have a 8000 with 2 NICs
>and they both share the same IP address. I can set it up
>for fault tolerance failover or load balancing. It uses the
>Compaq NIC Teaming Transport as well as TCP/IP.
>I never had a problem with the listener. Check your Network
>properties.
>HTH
>
>-
>Chris J. Guidry P.Eng.
>ATCO Electric, Metering Services
>Phone: (780) 420-4142
>Fax: (780) 420-3854
>Email: chris.guidry_at_atcoelectric.com
>
> > -----Original Message-----
> > From: Steve.Parker_at_lis.co.uk [SMTP:Steve.Parker_at_lis.co.uk]
> > Sent: Friday, July 07, 2000 5:47 AM
> > To: Multiple recipients of list ORACLE-L
> > Subject: 2 NICs on NT and Listener setup
> >
> >
> > Dear List,
> >
> > We have a Compaq Proliant 5500 with 2 network interface cards, 2 IP
> > addresses.
> >
> > Depending on the binding order, we can only get 1 SQL*NET connection
> > working
> > at a time. If we edit the listener.ora file to include both IP
>addresses,
> > nothing works !
> >
> > Any experience or gotchas please !
> >
> > Steve Parker
> > Technical Consultant
> > LIS
> >
> > Logistics & Internet Systems Ltd.
> > Knaves House, Knaves Beech Business Centre
> > Loudwater, High Wycombe
> > Buckinghamshire , HP10 9QR, United Kingdom
> > E Mail: steve.parker_at_lis.co.uk
> >
> > --
> > Author:
> > INET: Steve.Parker_at_lis.co.uk
> >
> > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > San Diego, California -- Public Internet access / Mailing Lists
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from). You may
> > also send the HELP command for other information (like subscribing).
>--
>Author: Guidry, Chris
> INET: chris.guidry_at_atcoelectric.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).


Received on Fri Jul 07 2000 - 13:41:45 CDT

Original text of this message

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