Adding a connection configuration

Add a connection configuration to TRS for each LU 6.2 pair defined to your SNA support. To define a new connection configuration to TRS:

exec sgw_addcon con_name, region, mode,
 "max_sessions"

where

NoteIf you do not provide a value for “max_sessions,” TRS creates a default value = 1 for the connection, which will not support parallel sessions.

Example

This example adds an LU 6.2 connection configuration named “SYBLU01,” bound to region (remote LU) “TESTREG,” with mode name “M6S1024V,” and not using parallel sessions:

exec sgw_addcon SYBLU01, TESTREG, M6S1024V, "1"
go

This example adds an LU 6.2 connection configuration named “SYBLU01,” bound to region (remote LU) “PRODEMO,” with mode name “M6P1024V” and eight parallel sessions:

exec sgw_addcon SYBLU01, PRODEMO, M6S1024V, "8"
go