DIGITAL SNA access server migration guide |
[Top] [Prev] [Next] [Index] [Contents] DIGITAL SNA Access Server Migration
Guide
The DECnet SNA Gateway Configuration File
The existing DECnet SNA Gateway is managed using the DECnet SNA Gateway Network Control Program (SNANCP). SNANCP defines, monitors,
and controls the components and parameters of your DECnet SNA Gateway, storing this information in the gateway configuration file
named
SYS$COMMON:[SNA$CSV]SNAGATEWAY_gateway-node-name_SNA.COM
where
gateway-node-name is the DECnet node name which is the gateway.
This gateway configuration file stores the initial load values of the configuration of the gateway components on the gateway load
host. In order to seamlessly migrate from the DECnet SNA Gateway to the Access Server Gateway, you'll use the parameters of the
current DECnet SNA Gateway configuration file to set up the Access Server Gateway configurations.
See Figure 3-1 for an example of a DECnet SNA Gateway-ST configuration file (for an SDLC
connection) and Figure 3-2 for an example of a DECnet SNA Gateway-CT configuration file (for a
channel connection). These parameters and settings will be used as examples to configure the new Access Server Gateway, as we'll
see in the remainder of Chapter 3 and in Chapter 4. Some of the
parameters will be used to set up the new network connection in the Microsoft SNA Server Manager. Some of the parameters will be
used to configure the Access Server using the Access Server Manager.
Figure 3-1: Example DECnet SNA Gateway-ST Configuration File
$!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
$! DECnet/SNA Gateway-ST SNA configuration file
$! Host node: NECSC User: Digital
$!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
$ v = f$verify(1)
$ RUN SYS$SYSTEM:SNANCP
SET LINE SYN-0 -
DUPLEX FULL -
PROTOCOL SDLC TRIBUTARY -
SIGNALLING NORMAL -
CLOCK EXTERNAL -
BUFFER SIZE 521 -
MODEM TYPE NORMAL-
RECEIVE BUFFERS 34 -
LOGGING ALL
SET CIRCUIT SDLC-0-
LINE SYN-0 -
DUPLEX HALF -
RESPONSE MODE NORMAL -
STATION ADDRESS 03 -
LOGGING ALL -
STATION ID 00100006
SET PU SNA-0 CIRCUIT SDLC-0 -
LU LIST 1-255 -
SEGMENT SIZE 521 -
LOGGING ALL
SET LINE SYN-0 STATE ON
SET CIRCUIT SDLC-0 STATE ON
SET ACCESS NAME SNATE -
LU LIST 1-14 -
APPLICATION TSO -
LOGON MODE TE-
PU SNA-0
SET ACCESS NAME RJE -
LU LIST 14-18 -
APPLICATION JES -
LOGON MODE RJE -
PUSNA-0
SET ACCESS NAME PRE -
LU LIST 20-34 -
PU SNA-0
SET SERVER SNA-ACCESS -
LOGGING WARNING LOGGING ERROR-
NOTE "Gateway Access Server" -
STATE ON
SET SERVER RJE -
LOGGING WARNING LOGGING ERROR -
NOTE "Remote Job Entry" -
STATE ON
SET SERVER DHCF -
STATE OFF
$ EXIT $STATUS + (0 *'f$verify(v)')
$!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
$! End of file:
SYS$COMMON:[SNA$CSV]SNAGATEWAY_BLUBOX_SNA.COM
$!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 3-2: Example DECnet SNA Gateway-CT Configuration File
$!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -
$! DECnet/SNA Gateway-CT SNA configuration file
$! Host node: TWINKE
$!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -
$ v = f$verify(1)
$ RUN SYS$SYSTEM:SNANCP
SET LINE CQ-0 -
PROTOCOL CHANNEL BLOCK -
BUFFER SIZE 8250 -
FORCED BURST DISABLED -
RECEIVE BUFFERS 256 -
LOGGING ALL
SET CIRCUIT CHAN-0 -
CHANNEL ADDRESS EE0 -
LINE CQ-0 -
LOGGING ALL
SET PU SNA-0 CIRCUIT CHAN-0 -
LU LIST 1-255 -
SEGMENT SIZE 8201 -
LOGGING WARNING
SET CIRCUIT CHAN-0 STATE ON
SET LINE CQ-0 STATE ON
SET ACCESS NAME TSO -
APPLICATION TSO -
LOGON MODE XNCSSTE1 -
PU SNA-0 -
LU LIST 1-255
SET ACCESS NAME NETVIEW -
APPLICATION CNM02 -
LOGON MODE XNCSSTE1 -
PU SNA-0 -
LU LIST 1-255
SET ACCESS NAME CICS -
APPLICATION CICS17B -
LOGON MODE XNCSSTE1 -
PU SNA-0 -
LU LIST 1-255
SET ACCESS NAME PRECICS -
APPLICATION CICS17B -
LOGON MODE XNCSSTE1 -
PU SNA-0 -
LU LIST 100-104
SET ACCESS NAME RJE -
APPLICATION JES2 -
LOGON MODE RJEE2 -
PU SNA-0 -
LU LIST 1-64
SET ACCESS NAME DTF -
APPLICATION MVSEDTF -
LOGON MODE XTLARGE -
PU SNA-0 -
LU LIST 81-100
SET SERVER SNA-ACCESS -
LOGGING WARNING -
NOTE "Gateway Access Server" -
STATE ON
SET SERVER RJE-
LOGGING WARNING -
NOTE "Remote Job Entry" -
STATE ON
$ EXIT $STATUS + (0 *`f$verify(v)')
$!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -
$! End of file: SYS$COMMON:[SNA$CSV]SNAGATEWAY_DORSAL_SNA.COM
$!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
[Top] [Prev] [Next] [Index] [Contents] DIGITAL SNA Access Server Migration
Guide
|