The SNA Server configuration file, which is set up and maintained by the system administrator, contains information that is required for LUA applications to communicate. An LUA LU is configured by the link service to use a connection to the host, and is given an LU number that matches that of an LU on the host.
The configuration can include LUA LU pools. A pool is a group of LUs with similar characteristics, and it allows an application to use any free LU from the pool. This feature can be used to allocate LUs on a first-come, first-served basis when there are more applications than LUs available, or to provide a choice of LUs on different connections.
The following communications components are configured for use with an LUA application.
Component | Description |
---|---|
Link service | A link service for communicating with the host. This component is configured by the setup program during SNA Server installation.
|
Connection | A connection to the host that uses the link service.
|
Local node | A local node that owns the connection. This component is configured automatically.
|
LUA LU | An LUA LU on the local node, configured to use the connection, with an LU number that matches an LU on the host.
|
LUA LU pool (optional) | If necessary, you can configure more than one LUA LU for the application, and group the LUs into a pool. This means that an application can specify the pool rather than a specific LU when issuing the RUI_INIT verb to start a session. SNA Server uses this name in one of the following ways: If the name supplied is the name of an LU that is not in a pool, a session is assigned using that LU if it is available (that is, if it is not already in use by an LUA application). If the name supplied is the name of an LU pool, or the name of any LU within the pool, a session is assigned using the first available LU in the pool (if one is available). Note that this may not be the LU whose name was specified by the RUI_INIT verb. |