Discussion:
interaces file listeners
(too old to reply)
Praveen
2010-02-02 13:09:34 UTC
Permalink
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.

SYBPROD
master tli tcp /dev/tcp \x00020abc123456780000000000000000
query tli tcp /dev/tcp \x00020abc123456780000000000000000
master tli tcp /dev/tcp \x00020abd123456780000000000000000

Thanks,
Praveen
mpeppler@peppler.org [Team Sybase]
2010-02-02 16:03:07 UTC
Permalink
Post by Praveen
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.
SYBPROD
master tli tcp /dev/tcp \x00020abc123456780000000000000000
query tli tcp /dev/tcp \x00020abc123456780000000000000000
master tli tcp /dev/tcp \x00020abd123456780000000000000000
Thanks,
Praveen
I think by default you can have up to 5 network listeners, but it is
configurable via sp_configure 'max number betwork listeners'

Michael

Loading...