TCPIP config on z/OS 1.7 ADCD

2009-06-08 Thread Mark Wilson
Hi,

Ignoring the ³It¹s not supported² issues

I have a problem with zOS 1.7 and TCPIP..

I need to re-build the image from a backup of our ADCD system on our z890 to
perform a set of tests for a customer.

I am having an issue configuring TCPIP and was looking for some words of
wisdom. Our IP setup has changed this we last used this system and need to
make some changes!

I need to configure the IP stack as follows:

HOME address of: 192.168.150.1
Default Gateway of: 192.168.150.254
Subnet mask of: 255.255.255.0

TCPIP starts fine and there are error messages.

My initial question is do I need to configure the OMPROUTE STC? This system
is for internal use only and the 192.168.150.1 IP address is a valid address
on our network.

I have configure the OSA ICC side of the OSA and that works fine.

Subsequent questions are what would you expect to specify for the GATEWAY 
DEFAULTNET statements...

As you can probably guess TCPIP is not one of my strong subjects

Any other hints or tips would be gratefully appreciated..

Regards

Mark


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


Re: TCPIP config on z/OS 1.7 ADCD

2009-06-08 Thread Pommier, Rex R.
Mark,

Here's a subsection of my 1.7 TCPIP.PROFILE.TCPIP with your addresses plugged 
into it.  I am not using OMPROUTE and I would guess you don't need it either.

I am also assuming you have 1 OSA adapter that you're using for this.

DEVICE GIGADEV1 MPCIPA
LINK GIGA10IPAQENET  GIGADEV1 
  
GLOBALCONFIG  
  NOSEGMENTATIONOFFLOAD   
  
HOME  
   192.168.150.1 GIGA10   
  
BEGINROUTES   
ROUTE 192.168.150.0 255.255.255.0 = GIGA10 MTU 65535   
ROUTE DEFAULT 192.168.150.254 GIGA10 MTU DEFAULTSIZE  
ENDROUTES 


Then in SYS1.VTAMLST you need a TRLNODE definition to map the TCP/IP 
definitions to the channel addresses of the OSA card:

TRLGIGA  VBUILD TYPE=TRL  
  
*  GIGABIT ETHERNET TRANSPORT RESOURCE LIST MAJOR NODE
* THIS DEFINED THE ETHEREXPRESS CARD ON ADDRESSES FD00-FD02 
* WITH OSAD AS DEVICE NUMBER FD0F, ADDRESS FDFE   
  
TRLFD00  TRLE  LNCTL=MPC,  X  
   READ=FD00,  X  
   WRITE=FD01, X  
   DATAPATH=(FD02),X  
   PORTNAME=GIGADEV1,  X  
   MPCLEVEL=QDIO  


HTH

Rex


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Mark Wilson
Sent: Monday, June 08, 2009 4:39 PM
To: IBM-MAIN@bama.ua.edu
Subject: TCPIP config on z/OS 1.7 ADCD

Hi,

Ignoring the ³It¹s not supported² issues

I have a problem with zOS 1.7 and TCPIP..

I need to re-build the image from a backup of our ADCD system on our z890 to
perform a set of tests for a customer.

I am having an issue configuring TCPIP and was looking for some words of
wisdom. Our IP setup has changed this we last used this system and need to
make some changes!

I need to configure the IP stack as follows:

HOME address of: 192.168.150.1
Default Gateway of: 192.168.150.254
Subnet mask of: 255.255.255.0

TCPIP starts fine and there are error messages.

My initial question is do I need to configure the OMPROUTE STC? This system
is for internal use only and the 192.168.150.1 IP address is a valid address
on our network.

I have configure the OSA ICC side of the OSA and that works fine.

Subsequent questions are what would you expect to specify for the GATEWAY 
DEFAULTNET statements...

As you can probably guess TCPIP is not one of my strong subjects

Any other hints or tips would be gratefully appreciated..

Regards

Mark

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