Re: TCPIP CONVERT GATEWAY STMT and ADD OSA

2008-06-18 Thread Mansell, George R.
You can contact me off list.
[EMAIL PROTECTED]
816.860.1149


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Melissa Perry
Sent: Wednesday, June 18, 2008 9:45 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: TCPIP CONVERT GATEWAY STMT and ADD OSA

Can I even use QDIO to do this?  I have modified the IP stack to include
both 
the OSA and the ROUTER.  I get to the Router, but an unable to get to
the 
OSA.  A trace route cannot find HOP #2 to get to the OSA

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
NOTICE:  This electronic mail message and any attached files are confidential.  
The information is exclusively for the use of the individual or entity intended 
as the recipient.  If you are not the intended recipient, any use, copying, 
printing, reviewing, retention, disclosure, distribution or forwarding of the 
message or any attached file is not authorized and is strictly prohibited.  If 
you have received this electronic mail message in error, please advise the 
sender by reply electronic mail immediately and permanently delete the original 
transmission, any attachments and any copies of this message from your computer 
system. Thank you.

==

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: TCPIP CONVERT GATEWAY STMT and ADD OSA

2008-06-18 Thread Melissa Perry
Can I even use QDIO to do this?  I have modified the IP stack to include both 
the OSA and the ROUTER.  I get to the Router, but an unable to get to the 
OSA.  A trace route cannot find HOP #2 to get to the OSA

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: TCPIP CONVERT GATEWAY STMT and ADD OSA

2008-05-21 Thread Melissa Perry
thanks, I'm going crazy..this should not be this hard

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: TCPIP CONVERT GATEWAY STMT and ADD OSA

2008-05-21 Thread Mansell, George R.
Line 5 should help with the old connection. On line 4 I took a guess,
your network person can probably tell you what the first hop is.

01 BEGINROUTES   
02  ROUTE 192.168.4.0/24   = TNCPA01  MTU 4096   
03  ROUTE 192.168.18.0/24  = OSA21LNK MTU 1500   
04 ROUTE DEFAULT 192.168.18.1  OSA21LNK MTU 1500 
05 ROUTE DEFAULT 192.168.4.1   TNCPA01  MTU 4096 
06 ENDROUTES 
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Melissa Perry
Sent: Wednesday, May 21, 2008 8:46 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: TCPIP CONVERT GATEWAY STMT and ADD OSA

Can someone see why this won't work.  I have added the OSA info and when
I 
activate configuration, I cannot get to the mainframe through either
device.  I 
can't seem to see what I have done wrong..The TNCP device is
existing 
and works until I add the OSA 'stuff' in.Although, I do use a
gateway NOT 
beginroutes with the original IP stack with just the TNCP STUFF...
Original gateway statement:

GATEWAY
192.168.4=TNCPA01   4096  0
DEFAULTNET 192.168.4.1TNCPA01   4096  0)

***NEWIP STACK INFO*
DEVICE TNCPA01R CLAW A00 MVS WTNCPA01 NONE
LINK TNCPA01 IP 0 TNCPA01R
DEVICE OSA2100 MPCIPA PRIROUTER
LINK OSA21LNK IPAQENET OSA2100

HOME
  192.168.4.2   TNCPA01
  192.168.18.3   OSA21LNK

BEGINROUTES
 Route 192.168.4.0/24   = TNCPA01  MTU 4096
 Route 192.168.18.0/24  = OSA21LNK MTU 1500
ROUTE DEFAULT 192.168.18.3  OSA21LNK MTU 1500
ENDROUTES

START TNCPA01R
START OSA2100

**VTAM TRL**
OSA2100 VBUILD TYPE=TRL
OSA2100P TRLE  LNCTL=MPC,   
   READ=2100,   
   WRITE=2101,  
   DATAPATH=(2102), 
   MPCLEVEL=QDIO,   
   PORTNAME=OSA2100

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
NOTICE:  This electronic mail message and any attached files are confidential.  
The information is exclusively for the use of the individual or entity intended 
as the recipient.  If you are not the intended recipient, any use, copying, 
printing, reviewing, retention, disclosure, distribution or forwarding of the 
message or any attached file is not authorized and is strictly prohibited.  If 
you have received this electronic mail message in error, please advise the 
sender by reply electronic mail immediately and permanently delete the original 
transmission, any attachments and any copies of this message from your computer 
system. Thank you.

==

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: TCPIP CONVERT GATEWAY STMT and ADD OSA

2008-05-21 Thread Melissa Perry
Can someone see why this won't work.  I have added the OSA info and when I 
activate configuration, I cannot get to the mainframe through either device.  I 
can't seem to see what I have done wrong..The TNCP device is existing 
and works until I add the OSA 'stuff' in.Although, I do use a gateway NOT 
beginroutes with the original IP stack with just the TNCP STUFF...
Original gateway statement:

GATEWAY
192.168.4=TNCPA01   4096  0
DEFAULTNET 192.168.4.1TNCPA01   4096  0)

***NEWIP STACK INFO*
DEVICE TNCPA01R CLAW A00 MVS WTNCPA01 NONE
LINK TNCPA01 IP 0 TNCPA01R
DEVICE OSA2100 MPCIPA PRIROUTER
LINK OSA21LNK IPAQENET OSA2100

HOME
  192.168.4.2   TNCPA01
  192.168.18.3   OSA21LNK

BEGINROUTES
 Route 192.168.4.0/24   = TNCPA01  MTU 4096
 Route 192.168.18.0/24  = OSA21LNK MTU 1500
ROUTE DEFAULT 192.168.18.3  OSA21LNK MTU 1500
ENDROUTES

START TNCPA01R
START OSA2100

**VTAM TRL**
OSA2100 VBUILD TYPE=TRL
OSA2100P TRLE  LNCTL=MPC,   
   READ=2100,   
   WRITE=2101,  
   DATAPATH=(2102), 
   MPCLEVEL=QDIO,   
   PORTNAME=OSA2100

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: TCPIP CONVERT GATEWAY STMT and ADD OSA

2008-05-07 Thread Mansell, George R.
This is in my beginroutes (first hop). If your hummingbirds use dns you
can change a few to use a hard address and when it works change the rest
with dns. 

;  Destination First Hop  Link Name Packet Size  
 ROUTE DEFAULT 198.176.221.1  OSAETH0   MTU DEFAULTSIZE  
 ROUTE DEFAULT 198.176.221.1  OSAETH1   MTU DEFAULTSIZE   

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Melissa Perry
Sent: Wednesday, May 07, 2008 8:52 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: TCPIP CONVERT GATEWAY STMT and ADD OSA

Can someone verify for me before I mess up our 3270 clients...

Currently have CISCO 7204 router with hummingbird terminals going thru
that
Want to utilize my OSA cards and also remove the GATEWAY statement.  I 
need to leave both devices defined while we convert.

Current IP stack parms for 7204
DEVICE TNCPA01R CLAW A00 MVS WTNCPA01 NONE
LINK TNCPA01 IP 0 TNCPA01R
HOME
  192.168.4.2   TNCPA01
GATEWAY
192.168.4=TNCPA01   4096  0
DEFAULTNET 192.168.4.1TNCPA01   4096  0

Want to use both devices:
DEVICE TNCPA01R CLAW A00 MVS WTNCPA01 NONE
LINK TNCPA01 IP 0 TNCPA01R
DEVICE OSA2100 MPCIPA PRIROUTER
LINK OSA21LNK IPAQENET OSA2100
HOME
  192.168.4.2   TNCPA01
  192.168.18.3   OSA21LNK
BeginRoutes
 Route 192.168.4.2 255.255.255.0 = TNCPA01 MTU 4096
 Route 192.168.18.3 255.255.255.0 = OSA21LNK MTU 1500
EndRoutes


Thanks so much.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
NOTICE:  This electronic mail message and any attached files are confidential.  
The information is exclusively for the use of the individual or entity intended 
as the recipient.  If you are not the intended recipient, any use, copying, 
printing, reviewing, retention, disclosure, distribution or forwarding of the 
message or any attached file is not authorized and is strictly prohibited.  If 
you have received this electronic mail message in error, please advise the 
sender by reply electronic mail immediately and permanently delete the original 
transmission, any attachments and any copies of this message from your computer 
system. Thank you.

==

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



TCPIP CONVERT GATEWAY STMT and ADD OSA

2008-05-07 Thread Melissa Perry
Can someone verify for me before I mess up our 3270 clients...

Currently have CISCO 7204 router with hummingbird terminals going thru that
Want to utilize my OSA cards and also remove the GATEWAY statement.  I 
need to leave both devices defined while we convert.

Current IP stack parms for 7204
DEVICE TNCPA01R CLAW A00 MVS WTNCPA01 NONE
LINK TNCPA01 IP 0 TNCPA01R
HOME
  192.168.4.2   TNCPA01
GATEWAY
192.168.4=TNCPA01   4096  0
DEFAULTNET 192.168.4.1TNCPA01   4096  0

Want to use both devices:
DEVICE TNCPA01R CLAW A00 MVS WTNCPA01 NONE
LINK TNCPA01 IP 0 TNCPA01R
DEVICE OSA2100 MPCIPA PRIROUTER
LINK OSA21LNK IPAQENET OSA2100
HOME
  192.168.4.2   TNCPA01
  192.168.18.3   OSA21LNK
BeginRoutes
 Route 192.168.4.2 255.255.255.0 = TNCPA01 MTU 4096
 Route 192.168.18.3 255.255.255.0 = OSA21LNK MTU 1500
EndRoutes


Thanks so much.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html