1.6.1.4 Parameter(s)
-
-n netaddr - This address specifies where TN3270 terminal emulators connect to ARTICTL subsystem. The address is a string in standard internet URL format. For example:
//computer:4000 designates port 4000 on machine computer. Character, 1-256, A-Za-z0-9[/:-].
-
-L pnetaddr - This address is used by the ARTICTL subsystem internally
between TCPL and CTLH. The address is a string in standard internet
URL format. For example:
//computer1:4001 designates port 4000 on machine computer. Character, 1-256, A-Za-z0-9[/:-]. Mandatory option.
-
[-m minh] - The minimum number of handler processes that will be started by ARTICTL, minh is a number from 1 to 255, its default value is 1. The actual number of handler processes will always be between
minhandmaxhbased on system load.Note:
Althoughminhis a number from 1 to 255, but it still must be equal to or smaller than (FD_SETSIZE - 24) according to the system resources limits.FD_SETSIZEmeans the maximum number of files that a process can have open at any time. The value can be acquired through system commandulimit -n. -
[-M maxh] - The maximum number of handler processes started by
ARTICTL,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 a CTLH can maintain concurrently in
ARTICTL subsystem.
Numeric, 1-255. Default value is 32.
-
[-K seconds] - Specifies the keepalive message interval time, in seconds, between ARTICTL and 3270 terminal. It must be an integer smaller than the idle time that connection's max allows. If -K option is not set, no keepalive message will be send.
-
[-S ssladdr] - Specifies where 3270 terminal emulators connect to ARTICTL through SSL. The address is a string in standard internet URL format. For example:
//computer:5000designates port 5000 on machine called “computer.” Character,1-256, A-Za-z0-9[/:-].[-S ssladdr]is mandatory. ARTICTL fails to start if the "-S" option is unspecified. TheTM_ALLOW_NOTLSenvironment variable must be set to "Y" if the customer does not wish to enable TLS. The-noption must be used if the customer does not wish to use TLS. -
[-p profile-name] - The name of the default security profile. This parameter is needed when Oracle Tuxedo security is enabled. Two types of security profile are supported: Oracle Wallet and profile created by genimsprofile.
For Oracle Wallet profile:
- you need to create an Oracle Wallet using Oracle utility "
orapki" or "mkstore" in advance. See Authentication Configuration in the Oracle Tuxedo Application Runtime for IMS User Guide for more details. - Oracle wallet profile name is prefixed with "file:" string and followed by a directory name pointing to the location of an Oracle Wallet. For example:
file:/path/to/wallet
If no profile-name is provided, the default value is
~/.tuxAppProfile.Note:
To join Tuxedo domain,ARTICTLonly usesAPP_PWstored in the security profile, the username/user password theARTICTLuses comes from 3270 terminal. - you need to create an Oracle Wallet using Oracle utility "
-
-z minencryptbits - This option specifies the minimum level of encryption required when a network link is being established between a terminal and the
ARTICTLhandler. If this minimum level of encryption cannot be met, link establishment fails. 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 a terminal and the ARTICTL handler.
-
[-d trace-level] - The
-doption is used to set server's trace level. If not set, the default trace level is-1, meaning, only error information will be put to trace log file. Available trace-level value is0,1, or2:-
0: Function stack information is logged. -
1: Debugging trace information is logged. -
2: More detailed data information is logged.
-
Parent topic: ARTICTL