The information in this article applies to:
SUMMARYWindows NT SNA Server 3270 and other third-party 3270 emulators support host file transfer using the host IND$FILE interface. There are three ways you can improve performance:
Choosing a Fast SNA Link Interface to the HostThe fastest link type supported by SNA Server is a channel connection to the host. SNA Server 2.11 and later includes built-in support for channel adapters. Please refer to the SNA Server Companion Product Catalog for more details on available channel adapter support. Note: SNA Server 2.1 supports channel connections via third-party drivers.If a channel connection is not possible, the next fastest link type supported by SNA Server is an 802.2 connection to the host via Token Ring (16 Mbps) or Ethernet (10 Mbps). Maximizing the SNA Link Frame SizeThe maximum frame size supported by SNA Server and the host varies depending on the link type. The host frame size is configured in the MAXDATA= parameter in the PU definition in VTAM. This setting should match the "Max BTU size" in the SNA Server Connection configuration dialog in SNA Admin/Manager.Here are the maximum frame sizes supported (in bytes):
The maximum frame size provided by third-party SNA Server link support
depends on the third-party interface being used.
Maximizing the 3270 Structured Field RU SizeMaximizing the SNA RU size reduces end-to-end acknowledgments at the 3270 application level. An RU is split into multiple messages if the frame size is smaller.First, the query bit on the LU definition at the host must be enabled in order to support structured field file transfer. This is enabled in bit 0 (the high order bit) on byte 1 in the PSERVIC parameter which you can configure in the MODEENT on the 3270 LU's DLOGMODE mode entry: PSERVIC=X'0280xxxx...Otherwise, screen-mode transfer is used, limiting the data RU size to 1920 bytes. The RU size supported by the host is configured in the RUSIZES=LU mode entry (MODEENT). Here are common values used: 8787 = 1024The RU size is computed as follows: RUSIZES = MNMN, where the RU size = M*2^N. This specifies the maximum length of data (request units) in bytes that the primary or secondary can send to each other. The leftmost two digits apply to the secondary (SNA Server) logical unit, and the rightmost two digits apply to the primary (host) logical unit. If set to 00, then the default size (no limit on the RU size) is used. Within the 3270 emulator, the structured field file transfer RU size must be specified in the file transfer configuration. Within SNA Server 3270, this is set in the Packet Size field within the 3270 File Transfer dialog box. The maximum value is 32767. MORE INFORMATION
While the SNA link interface and frame size are often not adjustable,
maximizing the 3270 structured field file transfer RU size can provide
dramatic performance improvements.
Additional query words: prodsna ind$file 3270 file transfer
Keywords : kbnetwork kbtool sna3rdparty sna3270 snachannel snadlc snasdlc sna211 sna211sp1 sna211sp2 sna3 sna3sp1 sna3sp2 sna3sp3 sna4 sna4sp1 sna2 sna21 |
Last Reviewed: September 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |