1.6.10.4 Parameters
-
-n netaddr - This address specifies where IMS Connect clients connect to ARTIMS subsystem. The address is a string in standard internet URL format. For example:
//computer:4000 designates port 4000 on machine computer. -
-L pnetaddr - This address is used by the
IMSCONNsubsystem internally betweenIMSCONNandIMSCONNH. The address is a string in standard internet URL format. For example://computer1:4001 designates port 4000 on machine computer. -
[-K seconds] - Specifies the keepalive message interval time, in seconds,
between
IMSCONNand IMS Connect client. It should be an integer smaller than the idle time that connection's max allows. If-Koption is not set, no keepalive message will be sent. -
[-m minh] - The minimum number of handler processes that will be started by
IMSCONN.minhis a number from 1 to 255; its default value is 1. The actual number of handler processes will always be betweenminhandmaxhbased on system load. -
[-M maxh] - The maximum number of handler processes started by
IMSCONN.maxhis a number from 1 to the 1000; the default value is 1000. The actual number of handler processes is always betweenminhandmaxhbased on system load. -
[-x session-per-handler] - The number of sessions an
IMSCONNHcan maintain concurrently inIMSCONNsubsystem. -
[-S ssladdr] - Specifies where IMS Connect clients connect to
IMSCONNthrough SSL. The address is a string in standard internet URL format. For example://computer:5000 designates port 5000 on machine called "computer". -
-z minencryptbits - This option specifies the minimum level of encryption required when a network link is being established between an IMS Connect client and the
IMSCONNhandler. If this minimum level of encryption cannot be met, link establishment fails. When using CLOPT-zor-Z, only 128 or 256 is allowed, and-zmust not exceed-Z. By default,-zis set to 128, and-Zis set to 256. This option is ignored if-Soption is not specified. -
- Z maxencryptbits - This option specifies the maximum level of encryption allowed when a network link is being established between an IMS Connect client and the
IMSCONNhandler. When using CLOPT-zor-Z, only 128 or 256 is allowed, and-zmust not exceed-Z. By default,-zis set to 128, and-Zis set to 256. This option is ignored if-Soption is not specified. -
[-d trace-level] - The
-doption is used to set server's trace level. If not set, the trace level is -1 by default, meaning, only error information will be put to trace log file. Available trace-level value is 0, 1, or 2:- 0: Function stack information is logged.
- 1: Debugging trace information is logged.
- 2: More detailed data information is logged.
Parent topic: IMSCONN