Description: The table must contain a row for each remote SNA client or server that communicates with DB2. Rows in this table can be inserted, updated, and deleted.
Tablespace: SYSDDF
Indexes(Fields):
DSNFNX01(LUNAME)
| Column name | Description | Data type |
|---|---|---|
| LUNAME | Name of the LU for one or more accessible systems. A blank string indicates the row applies to clients whose LU name is not specifically defined in this table. All other column values for a given row in this table are for clients and servers associated with the row's LU name. | NOT NULL |
| SYSMODENAME | Mode used to establish inter-system conversations. A blank indicates the default mode IBMDB2LM (DB2 private protocol access and for collecting sysplex balancing information from remote data sharing groups). If private protocols are used to access a remote DB2 LU or if the remote LU is a member of a DB2 data sharing group, use a separate mode other than the default mode. | NOT NULL WITH DEFAULT |
| SECURITY_IN | This column defines the security options that are accepted by this DB2 when an SNA client connects to DB2: ; V
includes any of the following: a userid, a userid and password, a userid
and RACF PassTicket, or a Kerberos security ticket.
|
NOT NULL WITH DEFAULT 'A' |
| SECURITY_OUT | This column defines the security option that is used when local DB2 SQL applications connect to any remote server associated with this LUNAME: ; A
user's authorization ID or a translated ID, depending upon the value of
the USERNAMES column.
user's authorization ID or a translated ID, depending upon the value of
the USERNAMES column.
|
NOT NULL WITH DEFAULT 'A' |
| ENCRYPTPSWDS | This column only applies to DB2 UDB for z/OS partners. It is provided to support connectivity to prior releases of DB2 that are unable to support RACF PassTickets. For connections between DB2 Version 5 and later, we recommend using the SECURITY_OUT='R' option instead of the ENCRYPTPSWDS='Y' option.
|
NOT NULL WITH DEFAULT 'N' |
| MODESELECT | Whether to use the SYBIBM.MODESELECT table: ; N
|
NOT NULL WITH DEFAULT 'N' |
| USERNAMES | This column controls inbound and outbound authorization ID translation, and "come from" checking. Inbound translation and "come from" checking are performed when an authorization ID is received from a remote client.
Outbound translation is performed when an authorization ID is sent by DB2 to a remote server. When I, O, or B is specified in this column, rows in the SYSIBM.USERNAMES table are used to perform ID translation.
|
NOT NULL WITH DEFAULT |
| GENERIC | Indicates whether DB2 should use its real LU name or generic LU name to identify itself to the partner LU, which is identified by this row. ; N
|
NOT NULL WITH DEFAULT 'N' |
| IBMREQD | A value of Y indicates that the row came from the basic machine-readable material (MRM) tape. | NOT NULL WITH DEFAULT 'N' |
Adapted from material found in the IBM DB2 Universal Database for z/OS V8 SQL Reference (SC18-7426-02).