Setting Up A Client/Server Environment - Sybase Adaptive Server IQ 12.4.2 Administration And Performance Manual

Table of Contents

Advertisement

Using command-line switches

Setting up a client/server environment

Selecting communications protocols
Specifying protocols
38
Three switches can help you set up your client/server environment.
specifies communication protocol options.
-x
sets the network connection timeout.
-tl
sets the client connection timeout.
-ti
See the sections that follow for details.
Any communications between a client application and a database server
require a communications protocol. Adaptive Server IQ supports a set of
communications protocols for communications across networks and for same-
machine communications.
The database server supports the following protocols:
Shared memory is used for same-machine communications, and is loaded
by default (unless the
TCP/IP is supported on all platforms.
IPX is supported on Windows NT (client and server) and Windows 95
(client only).
NetBIOS is supported on Windows NT (client and server) and Windows
95 (client only).
Named pipes is supported on Windows NT only. Named Pipes is provided
for same machine communications to and from Windows 3.x client
applications using ODBC or Embedded SQL.
By default, the database server starts up all available protocols. You can limit
the protocols available to a database server by using the
switch. At the client side, many of the same options can be controlled using the
connection parameter.
CommLinks
The following command starts a server using the TCP/IP protocol:
asiqsrv12 -x "tcpip"
The quotes are not strictly required in this example, but are needed if there are
spaces in any of the arguments to
TCP/IP, or if you do not specify a port number, the default port 2638 is used.
parameter is specified on startup).
-hs
. If you omit this switch and you are using
–x
command-line
–x

Advertisement

Table of Contents
loading

Table of Contents