TXSeries通過IPIC連接主機CICS的配置步驟
首先需要設置開放平台CICS01的RD屬性:LocalNetworkName(保證8位字符)和LocalLUName(與region name一致),定義如下:
# cicsget -c rd -r CICS01 | grep -i local
LocalSysId=”ISC0″
LocalNetworkName=”CNIBMB01″
LocalQProtectFile=”%Rcicsplqfile”
LocalQProtectIndex=”cicsplqidx”
LocalQProtectVol=”sfs_%S”
LocalQProtectPrePages=5
LocalQProtectMaxRecs=1000000
LocalQFile=”%Rcicsnlqfile”
LocalQIndex=”cicsnlqidx”
LocalQVol=”sfs_%S”
LocalQPrePages=5
LocalQMaxRecs=1000000
LocalLUName=”CICS01″
第二步,添加開放平台CICS01的LD定義,注意其中的Protocol屬性為IPIC
IP1:
GroupName=””
ActivateOnStartup=yes
ResourceDescription=”Listener Definition”
AmendCounter=1
Permanent=no
Protocol=IPIC
TCPAddress=”9.181.157.51″
TCPService=”cics1436″
TCPProcessCount=1
SNAServerTransport=TCP
SNAServerIdentifier=””
SNAServerNodeName=””
NamedPipeName=””
CICSUserId=””
SSLKeyFile=””
SSLKeyPassword=””
SSLKeyPwdStashfile=””
SSLAuthentication=no
SSLEncryption=no
SSLCertificate=””
SSLCipherspecs=””
SSLSessionTimeout=0
第三步,添加開放平台CICS01的CD定義,屬性:ConnectionType,RemoteLUName(保證8位字符),RemoteNetworkName(保證8位字符)
# cicsget -c cd -r CICS01 MF01
MF01:
GroupName=””
ActivateOnStartup=yes
ResourceDescription=”Communications Definition”
AmendCounter=3
Permanent=no
ConnectionType=cics_ipic
RemoteLUName=”CI01TAA0″
RemoteNetworkName=”CNIBMB01″
SNAConnectName=””
DefaultSNAModeName=””
GatewayName=””
ListenerName=”IP1″
RemoteTCPAddress=”9.181.155.26″
RemoteTCPPort=50000
AllocateTimeout=60
RemoteCodePageTR=”ISO8859-1″
InService=yes
OutboundUserIds=sent
RemoteSysSecurity=local
LinkUserId=””
TSLKeyMask=none
RSLKeyMask=none
RemoteSysEncrypt=none
SendTaskInfo=no
ReceiveCount=10
SendCount=10
PreferredRecovery=xa
SupportedRecovery=none
定義完畢後,可通過cicslterm登陸CICS01
CRTE SYSID=MF01
CEMT
確認連接成功
以下文章點擊率最高
Loading…