The following TCP/IP and VTAM changes are needed to support HPR/IP (Enterprise Extender) connections. This procedure assumes you have z/OS and hardware on the mainframe to support Ethernet connections. These host changes are one time changes to your TCP/IP profile, VTAM startup, and XCA major node.
Define the VIPA device. When you configure BARR/RJE or BARR/NJE, this will match the Host name or IP address entered on the Link tab.
IPCONFIG SOURCEVIPA |
Specify the NETID. When you configure BARR/RJE or BARR/NJE, this will match the NETID entered on the Link tab.
SSCPID=06,NOPROMPT, |
X |
Setup a major node for the XCA. Only one XCA definition with a Medium=HPRIP is allowed for a given VTAM. XCA connections are used as the path to connect the remote Barr Enterprise Extender node to VTAM. You can use Autogen to create dynamic PU’s for each connection.
*********************************************************** |
|||
XCAEE |
VBUILD |
TYPE=XCA |
|
PORT9E |
PORT |
MEDIUM=HPRIP, |
X |
|
|
SAPADDR=4,VNGROUP=GPEAA, |
X |
|
|
VNNAME=BARRSYS.VNEE6 |
|
* |
|
|
|
GPEAA |
GROUP |
DIAL=YES, |
X |
|
|
ISTATUS=ACTIVE, |
X |
|
|
CALL=INOUT, |
X |
|
|
AUTOGEN=(10,V,P) |
|
If you are using Autogen, define a Model Major Node for a PU type 2.1.
PC |
PU ADDR=01,ANS=CONT,DISCNT=NO,IRETRY=YES,CPCP=YES, |
-00250019 |
|
MAXDATA=1456,MAXOUT=7,PASSLIM=7,PUTYPE=2 |
00260020 |
If you are NOT using Autogen, define a switched Major Node with PU’s for each RJE or NJE that will be connecting using CP – CP sessions. When you configure BARR/RJE or BARR/NJE, this will match the CPNAME entered on the Link tab.
Because the sample VBUILD does not include a group, the XCA’s group is applied at connection initialization.
******************************************** |
|||
EESMNMD |
VBUILD |
TYPE=SWNET,MAXNO=256,MAXGRP=256 |
|
TSPMN1 |
PU |
MAXPATH=5,MAXDATA=1490,ADDR=01, |
X |
|
|
CPNAME=CPTSPMN1, |
X |
|
|
CPCP=YES,HPR=YES, |
X |
|
|
PUTYPE=2 |
|