Option
|
Description
|
Protocol
|
---|---|---|
-4
|
Specifies that client connects using IPv4 protocol only.
|
TCP/IP or TLS
|
-6
|
Specifies that client connects using IPv6 protocol only.
In Windows environments, this option is mandatory if IPv6 protocol is used.
|
TCP/IP or TLS
|
-i source_address
|
Specifies an explicit connecting socket source address for cases where the system default source IP address binding does not meet application needs.
source_address can be an IP address or a host name.
|
TCP/IP or TLS
|
-z
|
Enables data compression for the connection
Notes
▪ Data compression is not available for HotStandby connections (HotStandby.Connect) and NetBackup connections (ADMIN COMMAND 'netbackup').
▪ Data compression for netcopy connections cannot be enabled with the -z option. Instead, use the HotStandby.NetcopyRpcCompress=yes parameter setting.
|
All
|
-c milliseconds
|
Specifies the login timeout (the default is operating-system-specific). A login request fails after the specified time has elapsed.
|
TCP/IP or TLS
|
-r milliseconds
|
Specifies the connection (or read) timeout. A network request fails when no response is received during the time specified. The value 0 (default) sets the timeout to infinite (operating system default timeout applies).
|
TCP/IP or TLS
|
-o filename
|
Turns on the Network trace facility and defines the name of the trace output file.
See Network trace facility for details.
|
All
|
-p level
|
Pings the server at the given level (0-5).
Clients can always use the solidDB Ping facility at level 1 (the default value, 0 means no operation). Levels 2, 3, 4, or 5 can be used only if the server is set to use the Ping facility at least at the same level.
See Ping facility for details.
|
All
|
-t
|
Turns on the Network trace facility
See Network trace facility for details.
|
All
|