If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > interaces file listeners

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-02-10, 08:17
Neevarp Neevarp is offline
Registered User
 
Join Date: Jun 2009
Location: India
Posts: 50
interaces file listeners

Hi,

Is the below entry (tli tcp format) in interfaces file possible? In a
production environment, I have seen only one master & one query entry
for a Sybase Instance.

I believe 'master' entry is used at ASE startup
& 'query' entry for clients to connect to ASE Instance (Please correct
me in case i am wrong).


If the below entry is possible in interfaces file, could you please
tell, on what scenario can this be implemented. Also, how many master
& query entries (with different port numbers) can I have for a Sybase
ASE Instance in interfaces file.

Code:
SYBPROD 
master tli tcp /dev/tcp \x00020abc123456780000000000000000 
query tli tcp /dev/tcp \x00020abc123456780000000000000000 
master tli tcp /dev/tcp \x00020abd123456780000000000000000
Thanks,
Reply With Quote
  #2 (permalink)  
Old 02-03-10, 02:40
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
You may have more than one master and more than one query
ASE will listen for traffic from the master entries (multiple network cards) and clients will connect with the first available query entry
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On