Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Description of the output of SHOW-FT-OPTIONS

&pagelevel(4)&pagelevel

Example

Default of the SHOW-FT-OPTIONS command, i.e. the operating parameters have not been modified since installation.

/SHOW-FT-OPTIONS
STARTED PROC-LIM CONN-LIM ADM-CLIM RQ-LIM MAX-RQ-LIFE TU-SIZE
  YES       2       16        8     2000      30       65535
PTN-CHK DYN-PART SEC-LEV  FTAC-LOG FT-LOG ADM-LOG
  STD       ON   B-P-ATTR    ALL    ALL    ALL
OPENFT-APPL      FTAM-APPL         FTP-PORT           ADM-PORT
*STD             *STD              21                 11000
ACTIVE           ACTIVE            ACTIVE             ACTIVE
RSA-PROP RSA-MIN AES-MIN ENC-MAND
2048         0     NONE     NO
HOST-NAME        IDENTIFICATION
*NONE            BS2FTPC
DEL-LOG  ON  AT     RETPD   RECOVERY    ADM-TRAP-SERVER
 OFF   DAILY 00:00    14     IN+OUT            *NONE
TRAP: SS-STATE FT-STATE PART-STATE PART-UNREA RQ-STATE TRANS-SUCC TRANS-FAIL
CONS    OFF      OFF       OFF        OFF       OFF       OFF        OFF
SNMP    OFF      OFF       OFF        OFF       OFF       OFF        OFF
ADM              OFF       OFF        OFF       OFF       OFF        OFF
FUNCT:    SWITCH PARTNER-SELECTION  REQUEST-SELECTION    OPTIONS
MONITOR     OFF  ALL                ALL
TRACE       OFF  ALL                ALL                  NONE

Meaning of the output fields

STARTED

Specifies whether openFT is activated (via START-FT or automatically) or not.

PROC-LIM
Maximum number of tasks that can be reserved simultaneously for the execution of FT requests. The value is defined by the PROCESS-LIMIT operand in the MODIFY-FT-OPTIONS command.
Default setting following installation: 2

CONN-LIM
Maximum number of transport connections that can be reserved for asynchronous file transfer requests. Since each transport connection can only process one request at a time, CONN-LIMIT also defines the maximum number of requests that can be processed

simultaneously. One third of the transport connections are reserved for requests from remote systems. The value of CONN-LIMIT is defined by the CONNECTION-LIMIT operand in the MODIFY-FT-OPTIONS command.
Default setting following installation: 8

ADM-CLIM
Maximum number of asynchronous administration requests including ADM traps that can be processed simultaneously. The value of ADM-CLIM is specified with the operand ADM-CONNECTION-LIM in the command MODIFY-FT-OPTIONS.
Default setting following installation: 8

RQ-LIM
Maximum number of FT requests that can be entered at the same time in the request queue of the local system. The value can be modified using the REQUEST-LIMIT operand in the MODIFY-FT-OPTIONS command.
Default setting following installation: 2000

MAX-RQ-LIFE
Maximum number of days that an FT request is stored in the request file after its start time. When this period expires, the FT request is automatically removed from the request file. The value is defined in the MAX-REQUEST-LIFETIME operand of the MODIFY-FT-OPTIONS command.
Default setting following installation: 30

TU-SIZE
Maximum size of a transport unit in bytes. The value is defined with the TRANSPORT-UNIT-SIZE operand in the MODIFY-FT-OPTIONS command. The load placed on the transport system by openFT can be controlled using this operand.
Default setting following installation: 65535

PTN-CHK
Defines whether or not enhanced sender checking is activated. The value is defined with the PARTNER-CHECK operand in the MODIFY-FT-OPTIONS command.
Default setting following installation: STD

DYN-PART
specifies whether dynamic partners are permitted (*ON) or not (*OFF). The value is defined with the DYNAMIC-PARTNERS operand in the MODIFY-FT-OPTIONS command.
Default setting following installation: ON

SEC-LEV
Local default value for the security level of the partner systems. This operand is only effective if FTAC functionality is being used. An important part of the access protection functions provided by this product lies in the allocation of security levels to remote systems. To this end, each system is allocated a security level designated using an integer in the range 1 to 100.

A default value for all remote systems is set by means of an operating parameter using the SECURITY-LEVEL operand in the MODIFY-FT-OPTIONS command. All partners in the partner list for which the value STD is specified in the output of the SHOW-FT-PARTNERS command for SECLEV refer to this value.
This value is irrelevant for free dynamic partners (i.e. partner not entered in the partner list). Default setting following installation: B-P-ATTR

FTAC-LOG
Scope for FTAC logging (ALL, MODIFY, REJECTED).
The scope of FTAC logging is specified in the LOGGING operand of the MODIFY-FT-OPTIONS command.
Default setting following installation: ALL

FT-LOG
Scope for FT logging (ALL, FAIL, NONE).
The scope of FT logging is specified in the LOGGING operand of the MODIFY-FT-OPTIONS command.
Default setting following installation: ALL

ADM-LOG
Scope of ADM logging (ALL, FAIL, MODIFY, NONE).
The scope of ADM logging is specified in the LOGGING operand of the MODIFY-FT-OPTIONS command.
Default setting following installation: ALL

OPENFT-APPL
Port number used by the local openFT. *STD means that the default port number 1100 is used. The value is specified with the OPENFT-APPLICATION operand in the command MODIFY-FT-OPTIONS.
The second line specifies whether the asynchronous inbound server is activated for openFT (ACTIVE), deactivated (DISABLED) or unavailable (INACT). The ACTIVE-APPLICATIONS operand in the command MODIFY-FT-OPTIONS is used for activation and deactivation.
Default setting following installation: *STD

FTAM-APPL
Port number of the local FTAM server, where necessary supplemented by the transport selector, session selector and presentation selector. *STD means that the default value is used (port number 4800 and $FTAM as the transport selector).
The value can be modified with the FTAM-APPLICATION operand in the MODIFY-FT-OPTIONS command.
Default setting following installation: *STD

FTP-PORT
Port number used by the local FTP server. The value is specified with the FTP-PORT operand in the command MODIFY-FT-OPTIONS.

The second line specifies whether the asynchronous inbound server is activated for FTP (ACTIVE/DISABLED) or is unavailable or not installed (INACT/NAVAIL). The ACTIVE-APPLICATIONS operand in the command MODIFY-FT-OPTIONS is used for activation and deactivation.
Default setting following installation: 21

ADM-PORT
Specifies the port number used by the local FT for remote administration. The default value is 11000. The value is specified with the ADM-PORT operand in the command MODIFY-FT-OPTIONS.
The second line specifies whether the asynchronous inbound server is activated for remote administration requests (ACTIVE), deactivated (DISABLED) or unavailable (INACT). The ACTIVE-APPLICATIONS operand in the command MODIFY-FT-OPTIONS is used for activation and deactivation.
Default setting following installation: 11000

RSA-PROP
Specifies the length of the RSA key used for encryption. This key is only used for the encryption of the AES key which the two partners have agreed upon (or the DES key). openFT uses the AES key to encrypt the request description data and possibly the file contents. The value is specified with the RSA-PROPOSED operand in the command MODIFY-FT-OPTIONS.
Default setting following installation: 2048

RSA-MIN
Specifies the minimum RSA key length (in bits) that is accepted by the communication partner for the transfer of the AES key of the session. The value is specified with the RSA-MINIMUM operand in the command MODIFY-FT-OPTIONS.
Default setting following installation: 0

AES-MIN
Specifies the minimum AES key length (in bits) that is required from a communication partner. The value is specified with the AES-MINIMUM operand in the command MODIFY-FT-OPTIONS.
Default setting following installation: NONE

ENC-MAND
Specifies whether user data encryption is mandatory for openFT requests.
The value can be modified with the ENCRYPTION-MANDATORY operand in the MODIFY-FT-OPTIONS command.
Default setting following installation: NO

HOST-NAME
Name of the BCAM host. The default value is *NONE, i.e. the real BCAM host is used.The value can be modified with the HOST-NAME operand in the MODIFY-FT-OPTIONS command.
Default setting following installation: *NONE

IDENTIFICATION

Instance identifier of the openFT instance currently set and the name of the local system. The instance identifier is defined with the IDENTIFICATION operand of the MODIFY-FT-OPTIONS command and is used to identify the instance in the partner systems.
Default setting following installation: Name of the local BCAM host

DEL-LOG
Specifies whether automatic deletion of log records is activated.
The values can be modified using the DELETE-LOGGING operand in the MODIFY-FT-OPTIONS command.
Default setting following installation: OFF

  • ON: Day on which the records are to be deleted. A weekday (MON, TUE, WED, THU, FRI, SAT, SUN), a day of the month (1 through 31) or DAILY for daily deletion must be entered here.
    Default setting following installation: DAILY

  • AT: Time (hh:mm) at which the records are to be deleted.
    Default setting following installation: 00:00

  • RETPD: Minimum age of the records which are to be deleted (in days).Default setting following installation: 14

RECOVERY
Specifies the global activation or deactivation of the recovery of outbound and inbound requests. The value can be modified with the RECOVERY-OUTBOUND and RECOVERY-INBOUND operands in the command MODIFY-FT-OPTIONS.
Default setting following installation: IN+OUT

ADM-TRAP-SERVER
Name or address of the partner to which the ADM traps are sent.
*NONE means that the sending of ADM traps is deactivated.
The value is specified with the ADM-TRAPS=(DESTINATION=...) operand in the command MODIFY-FT-OPTIONS.
Default setting following installation: *NONE

TRAP
This section with the rows CONS, SNMP and ADM specifies the trap settings. The columns identify the events for which traps may be generated.

  • SS-STATE: Subsystem state change (not for ADM traps)

  • FT-STATE: State change of the openFT control process

  • PART-STATE: Partner system state change

  • PART-UNREA: Partner not reachable

  • RQ-STATE: Request management state change

  • TRANS-SUCC: Successfully completed requests

  • TRANS-FAIL: Failed requests

    The possible values are ON or OFF.
    Default setting following installation: OFF (for all columns)

    The following rows specify the settings for the various trap types:

    CONS
    Settings for console traps FTR03XXX. This is specified with the CONSOLE-TRAPS operand in the command MODIFY-FT-OPTIONS.

    SNMP
    Setting for SNMP traps. This is specified with the SNMP-TRAPS operand in the command MODIFY-FT-OPTIONS.

    ADM
    Setting for ADM traps to be output to the ADM trap server. This is specified with the ADM-TRAPS=(SELECTION=...) operand in the command MODIFY-FT-OPTIONS.

FUNCT
This section specifies the settings for monitoring (MONITOR) and tracing (TRACE).The columns have the following meanings:

  • SWITCH: Function activated (ON) or deactivated OFF
    Default setting following installation: OFF

  • PARTNER-SELECTION: Selection according to protocol type of the partner system: ALL, OPENFT, FTAM, FTP, ADM (only with TRACE), NONE
    Default setting following installation: ALL

  • REQUEST-SELECTION: Selection according to request type: ALL, ONLY-ASYNC, ONLY-SYNC, ONLY-LOCAL, ONLY-REMOTE
    Default setting following installation: ALL

  • OPTIONS (only with TRACE): NONE, NO-BULK-DATA (= minimal trace, i.e. no bulk data)
    Default setting following installation: NONE

    The following rows specify what the settings apply to:

    MONITOR
    Setting for monitoring. This is specified with the MONITORING operand in the command MODIFY-FT-OPTIONS.
    Default setting following installation: OFF

    TRACE
    Setting for trace function. This is specified with the TRACE operand in the command MODIFY-FT-OPTIONS.
    Default setting following installation: OFF