Configuring a connection between a master LT and an SAG
- Authoriser DN
- Requestor DN
- SAG request queue
- SAG queue manager (if required)
- SNL endpoint
You can enable or disable each LT connection individually by adding or removing the pseudo-attribute enabled; disabled LT connections are ignored.
The default connection number is determined by the DefaultLTConn attribute of the CO of type DnfLT that corresponds to the LT. For more information, see Configuring a master LT.
When an SFD prepares to establish a session for an LT, it concatenates the name of the LT (for example, XXXXDEFFA) with the default connection number (for example, 05) to generate the name of the CO of type DnfLTConn (for example, XXXXDEFFA05). If no enabled CO of type DnfLTConn with the resulting name exists, the SFD increments the serial number by one (for example, to 06) and tries again. After it reaches the serial number 16, it begins again with the serial number 01. It repeats this process until it finds an enabled CO of type DnfLTConn. It then uses the session parameters specified by that CO to establish the connection. If a connection fails, the SFD repeats this process: it increments the serial number by one until it obtains the name of the next enabled CO of type DnfLTConn, then uses the session parameters specified by that CO.
You can use the query command to display the serial number of the LT connection that an LT used to establish a session.
deployment_dir/instance/admin/ou_dnfcfclc.cli where: - deployment_dir
- Directory specified in the CDP initialization file.
- instance
- Name of the instance.
- ou
- Name of the OU.
add -ou DNIvOU -ct DnfLTConn -co <ltname><number> -attr enabled
add -ou DNIvOU -ct DnfLTConn -co <ltname><number> -attr AuthoriserDN -val <authoriserDn>
add -ou DNIvOU -ct DnfLTConn -co <ltname><number> -attr RequestorDN -val <requestorDn>
add -ou DNIvOU -ct DnfLTConn -co <ltname><number> -attr SAGRequestQueue -val <sagRequestQ>
add -ou DNIvOU -ct DnfLTConn -co <ltname><number> -attr SAGQMgr -val <sagRequestQM>
add -ou DNIvOU -ct DnfLTConn -co <ltname><number> -attr SAGName -val <sagName>
add -ou DNIvOU -ct DnfLTConn -co <ltname><number> -attr SNLEndpoint -val <ltname>_FIN
com -ou DNIvOU