Connecting to a Remote AS/400 Connected Through an APPN Network

Last reviewed: November 1, 1995
Article ID: Q131624
The information in this article applies to:
  • Microsoft SNA Server for Windows NT, versions 2.0 and 2.1

SUMMARY

This article describes how to configure SNA Server to talk to a remote IBM AS/400 computer , connected as follows:

  SNA Server <--->  AS/400  <- (appn) ->  AS/400
  (SNASERV)        (AS400A)              (AS400B)

For users to connect to AS400B through SNA Server, SNA Server should be configured with two Remote APPC LU's (AS400A and AS400B) off a single 802.2 connection to AS400A. Users can then open sessions to AS400B by requesting the AS400B remote LU name.

For additional information and configuration examples showing how SNA Server can be configured to communicate with an AS/400, please see the following articles in the Microsoft Knowledge Base:

   ARTICLE-ID: Q112158
   TITLE     : Configuring SNA Server to Talk to AS/400 Over 802.2

   ARTICLE-ID: Q112159
   TITLE     : Configuring SNA Server to Talk to AS/400 Over SDLC

NOTE: SNA Server should only be configured with a single 802.2 connection to an AS/400. SNA Server dual connections to the same AS/400 will not work, since the AS/400 only supports a single APPC controller definition per control point, and SNA Server (acting as a LEN node) can only be configured with a single local control point name.

MORE INFORMATION

In some network configurations, it may not be practical for SNA Server to have a direct SNA link to an AS/400. In cases where a remote AS/400 is accessible through a locally accessible AS/400 acting as an APPN network node, SNA Server can be configured to access the remote AS/400.

Referring to the diagram above, here is how SNA Server could be configured to support user access to both AS/400's. Using an 802.2 connection as an example:

   Server Properties
     Local network name        = APPN
     Local control point name  = SNASERV

   Local APPC LU Properties: SNASERV
     LU 6.2 type = Independent
     LU alias            = SNASERV
     network name        = APPN
     LU name             = SNASERV

   Connection Properties:  TOKEN1
     Remote end = peer system
     Remote network address    = < address of AS400A >
     Remote network name       = APPN
     Remote control point name = AS400A

   Remote APPC LU Properties: AS400A   (used to access AS400A)
     LU alias            = AS400A
     network name        = APPN
     LU name             = AS400A
     Supports parallel sessions

     Partners:
     Partner LU = SNASERV, Mode = QPCSUPP, Connection: TOKEN1

   Remote APPC LU Properties: AS400B   (used to access AS400B)
     LU alias            = AS400B
     network name        = APPN
     LU name             = AS400B
     Supports parallel sessions

     Partners:
     Partner LU = SNASERV, Mode = QPCSUPP, Connection: TOKEN1


To open a session to AS400B, the SNA Server user should request Local LU alias of SNASERV, and a remote LU alias of AS400B.


KBCategory: kbnetwork kbusage
KBSubcategory: nthowto ntconfig ntnetserv
Additional reference words: prodsna 2.00 2.10 3.50


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 1, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.