LUNAMES catalog table
The LUNAMES table must contain a row for each remote SNA client or server that communicates with Db2. The schema is SYSIBM.
Rows in this table can be inserted, updated, and deleted.
| Column name | Data type | Description | Use |
|---|---|---|---|
| LUNAME | VARCHAR(24)
NOT NULL |
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. |
G |
| SYSMODENAME | VARCHAR(24)
NOT NULL WITH DEFAULT |
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. |
G |
| SECURITY_IN | CHAR(1)
NOT NULL WITH DEFAULT 'A' |
This column defines the security options that are
accepted by this Db2 when an
SNA client connects to Db2:
|
G |
| SECURITY_OUT | CHAR(1)
NOT NULL WITH DEFAULT 'A' |
This column defines the security option that is
used when local Db2 SQL applications
connect to any remote server associated with this LUNAME:
|
G |
| ENCRYPTPSWDS | CHAR(1)
NOT NULL WITH DEFAULT 'N' |
This column only applies to Db2 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 Version
5 and later, use the SECURITY_OUT='R' option instead of the ENCRYPTPSWDS='Y' option.
|
G |
| MODESELECT | CHAR(1)
NOT NULL WITH DEFAULT 'N' |
Whether to use the SYBIBM.MODESELECT table:
|
G |
| USERNAMES | CHAR(1)
NOT NULL WITH DEFAULT |
This column controls inbound and outbound authorization
ID translation, and come fromchecking. Inbound translation
and 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.
|
G |
| GENERIC | CHAR(1)
NOT NULL WITH DEFAULT 'N' |
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.
|
G |
| IBMREQD | CHAR(1)
NOT NULL WITH DEFAULT 'N' |
A value of Y indicates that the row was provided with the Db2 product code. For all other values, see Release dependency indicators. The value in this field is not a reliable indicator of release dependencies. |
G |