Start of change

DSNL004I   csect-name DDF START COMPLETE LOCATION location-name LU network-name.luname GENERICLU network-name.generic-luname DOMAIN domain-name TCPPORT incoming-port SECPORT secure-port RESPORT resynch-port IPNAME ip-name OPTIONS: PKGREL = pkgrel-value

Explanation

The distributed data facility (DDF) started.

csect-name
The name of the control section that issued the message.
location-name
The location of the DB2® subsystem.
network-name.luname
The fully qualified LU name for the DB2 subsystem.

The value '- NONE' indicates that the DB2 subsystem has not activated its SNA/APPC communications support.

network-name.generic-luname
The fully qualified VTAM® generic LU name for the DB2 subsystem.

The value '-NONE' indicates that no VTAM generic LU name was defined to be used by the DB2 subsystem or that SNA was not activated.

domain-name

For non-data sharing systems, the member-specific domain name that maps to the member-specific IP address.

For data sharing systems, the group domain name that maps to the group IP address.

The domain name can be specified in the DNS or a local host file.

The value '-NONE' indicates that TCP/IP is not supported, TCP/IP initialization failed, or DB2 has been started in restricted access mode.

incoming-port
The TCP/IP port number that is used by this DB2 subsystem to accept incoming DRDA connection requests.
  • A value of 0 indicates that TCP/IP is not supported. The BSDS DDF record is not configured with a PORT.
  • A value of '-NONE' indicates that DB2 will not accept connections on this port. This condition can be caused by a value of 0 for the MAXDBAT subsystem parameter.
secure-port
The TCP/IP port number that is used by this DB2 subsystem to accept incoming secure DRDA connection requests.

A value of 0 indicates that the BSDS DDF record is not configured with a SECPORT.

resynch-port
The TCP/IP port number that is used by this DB2 subsystem to accept incoming two-phase commit resynchronization requests.

A value of 0 indicates that TCP/IP is not supported. The BSDS DDF record is not configured with a RESPORT.

ip-name
The name given to this DB2 subsystem for use as the network ID portion of the unit of work identifier.
  • A value of '-NONE' indicates that either the BSDS DDF record does not have a value for IPNAME
  • Any other value indicates that DDF has activated TCP/IP communications support in such a way that the value of network-name.luname will be '-NONE'.
pkgrel-value
The current value of the DDF PKGREL processing option. Possible values are:
BNDOPT
When a connection which has used a high performance DBAT terminates, the high performance DBAT is also be deallocated.
Start of changeBNDPOOLEnd of change
Start of changeDDF processing is the same as for the BNDOPT option, with the following exception. When a connection that was used for a high performance DBAT terminates, the high performance DBAT is pooled. The pooled DBAT can then be used by another connection that presents a request to the subsystem.End of change
COMMIT
Packages are always allocated under RELEASE(COMMIT) rules regardless of their package RELEASE bind option value.

When an access thread has completed a unit of work, and the DBAT can be pooled, DDF pools the DBAT, makes an accounting record, deletes the current WLM enclave, and inactivates the connection. Pooled access threads release all package allocation locks.

If the CMTSTAT subsystem parameter is set to ACTIVE, then the message will always indicate that PKGREL IS SET TO COMMIT, regardless of the value specified on the command.

System action

The DDF start up process completed. However, it might fail for reasons specified by messages DSNL013I, DSNL015I, DSNL016I, DSNL017I, DSNL018I, DSNL019I, DSNL700I, or DSNL705I.

System programmer response

Use the recommended domain name to configure network definitions for TCP/IP requesters.

End of change