ASA Database Administration Guide
Connection and Communication Parameters
Communication parameters (for both the client and the server) enable you to work around peculiarities of different network protocol implementations.
You can supply the network communication parameters in the server command. For example:
dbsrv9 -x tcpip(PARM1=value1;PARM2=value2;. . .),SPX
From the client side, you enter the communications parameters as the CommLinks (LINKS) connection parameter:
CommLinks=tcpip(PARM1=value1;PARM2=value2;. . .),SPX
If there are spaces in a parameter, the network communication parameters must be enclosed in quotation marks to be parsed properly by the system command interpreter:
dbsrv9 -x "tcpip(PARM1=value 1;PARM2=value 2;...),SPX" CommLinks="tcpip(PARM1=value 1;PARM2=value 2;...),SPX"
The quotation marks are required under UNIX if more than one parameter is given because UNIX interprets the semicolon as a command separator.
Boolean parameters are turned on with YES, ON, TRUE, or 1, and are turned off with any of NO, OFF, FALSE, and 0. The parameters are case insensitive.
The examples provided should all be entered on a single line; you can also include them in a configuration file and use the @ server option to invoke the configuration file.
The parameters currently available for TCP/IP and SPX are as follows.
TCP/IP | HTTP & HTTPS | SPX |
---|---|---|
Broadcast [BCAST] | BroadcastListener [BLISTENER] | |
BroadcastListener [BLISTENER] | DLL | |
Certificate | ||
Certificate_Password | ||
ClientPort [CPORT] | DoBroadcast [DOBROAD] | |
DatabaseName [DBN] | ||
DLL | ExtendedName [ENAME] | |
DoBroadcast [DOBROAD] | Host [IP] | |
Host [IP] | RegisterBindery [REGBIN] | |
LocalOnly [LOCAL] | LocalOnly [LOCAL] | SearchBindery [BINSEARCH] |
LDAP [LDAP] | ||
LogFile [LOG] | ||
LogMaxSize [LSize] | ||
LogOptions [LOpt] | ||
LogFormat [LF] | ||
MaxConnections [MaxConn] | ||
MaxRequestSize [MaxSize] | ||
MyIP [ME] | MyIP [ME] | Timeout [TO] |
ReceiveBufferSize [RCVBUFSZ] | ||
SendBufferSize [SNDBUFSZ] | ||
ServerPort [PORT] | ServerPort [PORT] | |
TDS | ||
Timeout [TO] | Timeout [TO] | |
VerifyServerName [VERIFY] |
Broadcast communication parameter [BCAST]
BroadcastListener communication parameter [BLISTENER]
Certificate
Certificate_Password
ClientPort communication parameter [CPORT]
Database Name [DBN]
DLL communication parameter
DoBroadcast communication parameter [DOBROAD]
ExtendedName communication parameter [ENAME]
Host communication parameter [IP]
LDAP communication parameter [LDAP]
LocalOnly communication parameter [LOCAL]
LogFile communication parameter [LOG]
LogFormat communication parameter [LF]
LogMaxsize communication parameter [LSIZE]
LogOptions communication parameter [LOPT]
MaxConnections communication parameter [MAXCONN]
MaxRequestSize communication parameter [MAXSIZE]
MyIP communication parameter [ME]
PreFetchOnOpen communication parameter
ReceiveBufferSize communication parameter [RCVBUFSZ]
RegisterBindery communication parameter [REGBIN]
SearchBindery communication parameter [BINSEARCH]
SendBufferSize communication parameter [SNDBUFSZ]
ServerPort communication parameter [PORT]
TDS communication parameter
Timeout communication parameter [TO]
VerifyServerName communication parameter [VERIFY]