Sterling-ConnectDirect

2013-01-17 Thread Ron Wells
Any one may have a sample for a Netmap setup...VTAM(I already have) but 
setting up for a TCPIP connection..

Looking for examples..

--
Email Disclaimer
This  E-mail  contains  confidential  information  belonging to the sender, 
which  may be legally privileged information.  This information is intended 
only  for  the use of the individual or entity addressed above.  If you are not 
 the  intended  recipient, or  an  employee  or  agent responsible for 
delivering it to the intended recipient, you are hereby notified that any 
disclosure,  copying, distribution, or the taking of any action in reliance on 
the contents of the E-mail or attached files is strictly prohibited.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Sterling-ConnectDirect

2013-01-17 Thread Juergen Keller
hello Ron,

unfortunately my C:D-colleague is on holiday but I will try to answer your 
question

That's what he has defines in NETMAP:

/*  THE FOLLOWING IS TCP/IP DEFAULT ENTRY AND MUST NOT BE  */
/*  REMOVED IF TCP/IP IS TO BE USED (TCP=IBM OR TCP=SNS IN THE */
/*  INITPARMS).*/
  ADJACENT.NODE = ((TCP.IP.DEFAULT, , , TCP))

  ADJACENT.NODE=( (node,1364,ip-addr,TCP) -
  PARSESS=(10 1) -   
  ENVIRONMENT=OS390 -
)

  ADJACENT.NODE=( (node,1364,ip-addr,TCP) -
  ENVIRONMENT=WINDOWS - 
)   

  ADJACENT.NODE=( (node,1364,ip-addr,TCP) -
  PARSESS=(10 1)  -  
  ENVIRONMENT=UNIX - 
)

  ADJACENT.NODE=( (node,1364,ip-addr,TCP,) - 
  PARSESS=(2 1) - 
  ENVIRONMENT=OS400 - 
) 

  ADJACENT.NODE=( (node,1364,ip-addr,TCP) -
   ALTERNATE.COMMINFO=(ALT.TYPE=TCP,ALT.ADDR=ip-addr) -
ENVIRONMENT=NT -   
  )

and the JCL ...

//NDM EXEC PGM=DMINIT,   
//PARM='NDMPREF..PARMLIB(PARMMEM)',
//*   REGION=16M,
//REGION=0M, 
//TIME=1440  
//*   TIME=1 
//INCLUDE MEMBER=TCPDATA 

TCPDATA

//SYSTCPD  DD DISP=SHR,DSN=

which contains ... (I think you already have one ...)

TCPIPJOBNAME TCPIP  
HOSTNAME  xxx
DATASETPREFIX 
DOMAINORIGIN 
NSINTERADDR ip-addr
RESOLVERTIMEOUT 1   

I hope that helps

regards Juergen

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Sterling-ConnectDirect

2013-01-17 Thread Juergen Keller
... and something more from the INIT-deck
   TCP = OES  /* OES  - USE IBM OPEN EDITION SOCKETS   */
  TCP.LISTEN=(ANYADDR, 1364)  /* SINGLE IPV4 LISTEN   */ 
  TCP.API.LISTEN=(ANYADDR , 1363)
 TCP.TIMER = 120  /* WAIT TIME FOR DATA READ   */
 TCP.FMH.TIMER = 00:03:00 /* WAIT TIME FOR FMH READ*/
TCP.RUNTASK.TIMER = 00:05:00 /* WAIT TIME - SNODE RUNTASK TO COMP  */

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Sterling-ConnectDirect

2013-01-17 Thread Ron Wells
is what I have 


... and something more from the INIT-deck
   TCP = OES  /* OES  - USE IBM OPEN EDITION SOCKETS   */
  TCP.LISTEN=(ANYADDR, 1364)  /* SINGLE IPV4 LISTEN   */ 
  TCP.API.LISTEN=(ANYADDR , 1363) 
 TCP.TIMER = 120  /* WAIT TIME FOR DATA READ   */
 TCP.FMH.TIMER = 00:03:00 /* WAIT TIME FOR FMH READ*/
TCP.RUNTASK.TIMER = 00:05:00 /* WAIT TIME - SNODE RUNTASK TO COMP  */

 maybe ??

noticed the Node names I usedboth sidesare also defined as VTAM 
node names

Node Name   : NDMPRD  VTAM Applid   : NDMPRD2 
Max Parsess : 14  Def Ses Class : 2 
Session Type: SNA Environment   : 
API Applids : NDMPRDI0 NDMPRDI1 NDMPRDI2 NDMPRDI3 NDMPRDI4 
  NDMPRDI5 NDMPRDI6 NDMPRDI7 NDMPRDI8 NDMPRDI9 
Node Status : INTERNAL, SEND, RECEIVE 
  Session Snode Max : 255 

Do these have to be defines with Diff. names as ADJ definitions???







From:   Juergen Keller juergen.kel...@deutsche-boerse.com
To: IBM-MAIN@LISTSERV.UA.EDU
Date:   01/17/2013 08:49 AM
Subject:Re: Sterling-ConnectDirect
Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU



hello Ron,

unfortunately my C:D-colleague is on holiday but I will try to answer your 
question

That's what he has defines in NETMAP:

/*  THE FOLLOWING IS TCP/IP DEFAULT ENTRY AND MUST NOT BE  */
/*  REMOVED IF TCP/IP IS TO BE USED (TCP=IBM OR TCP=SNS IN THE */
/*  INITPARMS).*/
  ADJACENT.NODE = ((TCP.IP.DEFAULT, , , TCP)) 

  ADJACENT.NODE=( (node,1364,ip-addr,TCP) -
  PARSESS=(10 1) - 
  ENVIRONMENT=OS390 - 
) 

  ADJACENT.NODE=( (node,1364,ip-addr,TCP) -
  ENVIRONMENT=WINDOWS - 
) 

  ADJACENT.NODE=( (node,1364,ip-addr,TCP) -
  PARSESS=(10 1)  - 
  ENVIRONMENT=UNIX - 
) 

  ADJACENT.NODE=( (node,1364,ip-addr,TCP,) - 
  PARSESS=(2 1) - 
  ENVIRONMENT=OS400 - 
) 

  ADJACENT.NODE=( (node,1364,ip-addr,TCP) - 
   ALTERNATE.COMMINFO=(ALT.TYPE=TCP,ALT.ADDR=ip-addr) -
ENVIRONMENT=NT - 
  ) 

and the JCL ...

//NDM EXEC PGM=DMINIT, 
//PARM='NDMPREF..PARMLIB(PARMMEM)',
//*   REGION=16M, 
//REGION=0M, 
//TIME=1440 
//*   TIME=1 
//INCLUDE MEMBER=TCPDATA 

TCPDATA

//SYSTCPD  DD DISP=SHR,DSN=

which contains ... (I think you already have one ...)

TCPIPJOBNAME TCPIP 
HOSTNAME  xxx 
DATASETPREFIX  
DOMAINORIGIN  
NSINTERADDR ip-addr 
RESOLVERTIMEOUT 1 

I hope that helps

regards Juergen

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
Email Disclaimer
This  E-mail  contains  confidential  information  belonging to the sender, 
which  may be legally privileged information.  This information is intended 
only  for  the use of the individual or entity addressed above.  If you are not 
 the  intended  recipient, or  an  employee  or  agent responsible for 
delivering it to the intended recipient, you are hereby notified that any 
disclosure,  copying, distribution, or the taking of any action in reliance on 
the contents of the E-mail or attached files is strictly prohibited.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Sterling-ConnectDirect

2013-01-17 Thread Juergen Keller
thats in our NETMAP as we still have SNA-Nodes (most LU6.2)
 
===
SELECT NETWORK MAP 
===
   
Node Name   : nodeVTAM Applid   : appl
Max Parsess : 6   Def Ses Class : 1
Session Type: SNA Environment   :  
API Applids : NDMUSRA  NDMUSRB  NDMUSRC  NDMUSRD  NDMUSRE  
  NDMUSRF  NDMUSRG  NDMUSRH  NDMUSRI  NDMUSRJ  
  NDMUSRK  NDMUSRL  NDMUSRM  NDMUSRN  NDMUSRO  
  NDMUSRP  NDMUSRQ  NDMUSRR  NDMUSRS  NDMUSRT  
  NDMUSRU  NDMUSRV  NDMUSRW  NDMUSRX  NDMUSRY  
  NDMUSRZ  
Node Status : INTERNAL, SEND, RECEIVE  
  Session Snode Max : 255  

SNA was unchanged when adding TCP. TCP was 'addon'

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN