home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / sybase / 625 < prev    next >
Encoding:
Text File  |  1993-01-07  |  2.0 KB  |  50 lines

  1. Newsgroups: comp.databases.sybase
  2. Path: sparky!uunet!wupost!gumby!destroyer!cs.ubc.ca!news.UVic.CA!haida!justice
  3. From: justice@dao.nrc.ca (Gerald Justice,P=363-0055,R=152A)
  4. Subject: Re: Can SYBASE Server listen on two ethernet interfaces?
  5. Message-ID: <1993Jan8.020704.5829@sol.UVic.CA>
  6. Keywords: SYBASE server ethernet interfaces subnets
  7. Sender: news@sol.UVic.CA
  8. Nntp-Posting-Host: haida.dao.nrc.ca
  9. Reply-To: justice@dao.nrc.ca
  10. Organization: DAO/CADC .
  11. Date: Fri, 8 Jan 93 02:07:04 GMT
  12. Lines: 36
  13.  
  14. Not so long ago I asked about this and one person did reply with a suggestion
  15. to change the interfaces file master entry to refer to nullhost rather than
  16. the server's own real name.  However, Sybase Tech Support finally found their 
  17. own documentation on this after some weeks and the real answer is that you
  18. can have as many master entries in the interfaces file for the protocol/port
  19. combinations that you have.  In our case we simply added a new line for the
  20. alternate hostname assigned to the second ethernet port, e.g.
  21. The interfaces entry was:
  22. SYBASE
  23.     query tcp sun-ether primename 2025
  24.     master tcp sun-ether primename 2025
  25.     console tcp sun-ether primename 2026
  26.     debug tcp sun-ether primename 2027
  27.  
  28. And it now is
  29. SYBASE
  30.     query tcp sun-ether primename 2025
  31.     query tcp sun-ether secondname 2025
  32.     master tcp sun-ether primename 2025
  33.     master tcp sun-ether secondname 2025
  34.     console tcp sun-ether primename 2026
  35.     debug tcp sun-ether primename 2027
  36.  
  37. The key on the server end is the master line not the query line.
  38.  
  39. Tech Support has a short note (with no apparent title or name) about this and you
  40. might have trouble convincing them of this.
  41.  
  42. ---
  43.  
  44. Phone:     (604) 363-0055  PDT      Fax:    (604) 363-0045    Telex:  049-7295 
  45. Internet:  justice@dao.nrc.ca       Mail:   Dominion Astrophysical Observatory 
  46.                                             National Research Council (Canada) 
  47. BITNET:    justice@nrcdao                   5071 W. Saanich Road 
  48.                                             Victoria, B.C.   CANADA  V8X 4M6
  49.  
  50.