Re: TCPIP4VSE and z/VM OSAX QDIO VSWITCHHW

2006-06-21 Thread Edward M. Martin
Hello Don,

Did you get this working?  I have a z890 with VSE 2.6.1 under
z/VM 4.3.  I have the OSA-Express and QDIO working well.  All problems
network related have gone away.

Ed Martin 
Aultman Health Foundation
330-588-4723
[EMAIL PROTECTED] 
ext. 40441

 -Original Message-
 From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED]
On
 Behalf Of Hooker, Don - OIT
 Sent: Wednesday, May 31, 2006 2:28 PM
 To: IBMVM@LISTSERV.UARK.EDU
 Subject: TCPIP4VSE and z/VM OSAX QDIO VSWITCHHW
 
 We are still having problems getting the above communications working.
 On our VSE 2.62 systems that is.  IBM recommended some PTFs:
 
 UD52153 was already applied.  I was getting:
 
 IPN631I Control has been passed to the TCP/IP engine
 0016: IPL605E Unable to Initialize IJBOSA, return code: 1
 0016: IPL609E Unable to initialize OSA Express, Link: VM_TCPIP
 0P27I I  UNKNWN DEV SYSXXX=D00
 CCSW=0871200E000100 CCB=00
 SNS= 8200
 
 IBM also recommended UD52628 but I found UD52332 first which seemed to
 describe our symptoms so
 I applied that first (despite it being superceded by UD52628) but when
I
 continued to have problems,
 I went ahead and applied UD52628.  Then I was getting:
 
 IPL605E Unable to Initialize IJBOSA, return code: 57472
 IPL609E Unable to initialize OSA Express, Link: VM_TCPIP
 
 I installed z/VSE 3.11 and tested it there and it worked fine.
 
 The trouble is we need to get it working on our VSE 2.62 systems.
 Does anybody on VSE 2.6 have it working?
 
 I tried copying the IJBOSA phase from the z/VSE 3.11 system to a VSE
 2.62 system and I get:
 
 0S39I ERROR DURING OSA EXPRESS PROCESSING,REASON=0035
  CUU=0D00,RETCODE=E080
  0S02I A CANCEL OR CANCEL ALL MACRO WAS ISSUED
  0S00I SUB SPINCPU  CANCELED
 
 Here are some definitions:
 
 In PROFILE EXEC for the VSE:
 
 CP DEF NIC D00 TYPE QDIO DEV 3
 
 VSE IPL ADD statement:
 
 ADD  D00:D02,OSAXQDIO to VSWITCH for acc to VM TCPIP
 
 In AUTOLOG1 PROFILE EXEC:
 
 'CP SET VSWITCH DTCVSW1 GRANT DTCVSW1'
 'CP SET VSWITCH DTCVSW1 GRANT TCPIP'
 'CP SET VSWITCH DTCVSW1 GRANT VSETSG1'
 
 Here is result of a Q VSWITCH:
 
 q vswitch dtcvsw1 details acc
 
 VSWITCH SYSTEM DTCVSW1  Type: VSWITCH Connected: 1Maxconn:
INFINITE
 
   PERSISTENT  RESTRICTEDNONROUTER Accounting: OFF
 
   VLAN Unaware
 
   State: Ready
 
   IPTimeout: 5 QueueStorage: 8
 
   Portname: UNASSIGNED RDEV: B000 Controller: DTCVSW1  VDEV:  B000
 
   Portname: UNASSIGNED RDEV: C000 Controller: DTCVSW1
 
 Authorized userids:
 
   DTCVSW1  SYSTEM   TCPIPVSEDEV2  VSETSG1  ZVSEBASE
 
 VSWITCH Connection:
 
   RX Packets: 4108339Discarded: 4  Errors: 0
 
   TX Packets: 7319948Discarded: 0  Errors: 0
 
   RX Bytes: 1102773999   TX Bytes: 9321899949
 
   Device: B002  Unit: 002   Role: DATA
 
 Adapter Owner: TCPIPNIC: E000  Name: UNASSIGNED
 
   RX Packets: 4108343Discarded: 0  Errors: 0
 
   TX Packets: 7319955Discarded: 0  Errors: 0
 
   RX Bytes: 1102774777   TX Bytes: 9321900961
 
   Device: E002  Unit: 002   Role: DATA
 
   Options: Broadcast Multicast IPv4 VLAN
 
 Unicast IP Addresses:
 
 
 
 MORE...
 OITDC01
   10.128.254.57MAC: 02-00-00-00-00-01
   172.16.32.2  MAC: 02-00-00-00-00-01
   172.30.8.11  MAC: 02-00-00-00-00-01
   172.30.8.52  MAC: 02-00-00-00-00-01
 Multicast IP Addresses:
   224.0.0.1MAC: 01-00-5E-00-00-01
 Ready;
 
 
 So once again, does anyone have this working on a VSE 2.62 system
under
 z/VM 5.2?
 Does anyone have any ideas how I can get it to work?
 
 Thanks in advance,
 Don


Re: TCPIP4VSE and z/VM OSAX QDIO VSWITCHHW

2006-06-21 Thread Hooker, Don - OIT








Hi Ed. Yes, I got it working. I needed PTF UD52628 and the
OSAX coupled to the VSWITCH.








TCPIP4VSE and z/VM OSAX QDIO VSWITCHHW

2006-05-31 Thread Hooker, Don - OIT
We are still having problems getting the above communications working.
On our VSE 2.62 systems that is.  IBM recommended some PTFs:

UD52153 was already applied.  I was getting:

IPN631I Control has been passed to the TCP/IP engine  
0016: IPL605E Unable to Initialize IJBOSA, return code: 1 
0016: IPL609E Unable to initialize OSA Express, Link: VM_TCPIP
0P27I I  UNKNWN DEV SYSXXX=D00
CCSW=0871200E000100 CCB=00
SNS= 8200 

IBM also recommended UD52628 but I found UD52332 first which seemed to
describe our symptoms so
I applied that first (despite it being superceded by UD52628) but when I
continued to have problems,
I went ahead and applied UD52628.  Then I was getting:

IPL605E Unable to Initialize IJBOSA, return code: 57472  
IPL609E Unable to initialize OSA Express, Link: VM_TCPIP 

I installed z/VSE 3.11 and tested it there and it worked fine.

The trouble is we need to get it working on our VSE 2.62 systems.
Does anybody on VSE 2.6 have it working?

I tried copying the IJBOSA phase from the z/VSE 3.11 system to a VSE
2.62 system and I get:

0S39I ERROR DURING OSA EXPRESS PROCESSING,REASON=0035 
 CUU=0D00,RETCODE=E080 
 0S02I A CANCEL OR CANCEL ALL MACRO WAS ISSUED 
 0S00I SUB SPINCPU  CANCELED   

Here are some definitions:

In PROFILE EXEC for the VSE:

CP DEF NIC D00 TYPE QDIO DEV 3

VSE IPL ADD statement:

ADD  D00:D02,OSAXQDIO to VSWITCH for acc to VM TCPIP

In AUTOLOG1 PROFILE EXEC:

'CP SET VSWITCH DTCVSW1 GRANT DTCVSW1'  
'CP SET VSWITCH DTCVSW1 GRANT TCPIP'
'CP SET VSWITCH DTCVSW1 GRANT VSETSG1'  

Here is result of a Q VSWITCH:

q vswitch dtcvsw1 details acc

VSWITCH SYSTEM DTCVSW1  Type: VSWITCH Connected: 1Maxconn: INFINITE

  PERSISTENT  RESTRICTEDNONROUTER Accounting: OFF

  VLAN Unaware

  State: Ready

  IPTimeout: 5 QueueStorage: 8

  Portname: UNASSIGNED RDEV: B000 Controller: DTCVSW1  VDEV:  B000

  Portname: UNASSIGNED RDEV: C000 Controller: DTCVSW1

Authorized userids:

  DTCVSW1  SYSTEM   TCPIPVSEDEV2  VSETSG1  ZVSEBASE

VSWITCH Connection:

  RX Packets: 4108339Discarded: 4  Errors: 0

  TX Packets: 7319948Discarded: 0  Errors: 0

  RX Bytes: 1102773999   TX Bytes: 9321899949

  Device: B002  Unit: 002   Role: DATA

Adapter Owner: TCPIPNIC: E000  Name: UNASSIGNED

  RX Packets: 4108343Discarded: 0  Errors: 0

  TX Packets: 7319955Discarded: 0  Errors: 0

  RX Bytes: 1102774777   TX Bytes: 9321900961

  Device: E002  Unit: 002   Role: DATA

  Options: Broadcast Multicast IPv4 VLAN

Unicast IP Addresses:

 

MORE...
OITDC01   
  10.128.254.57MAC: 02-00-00-00-00-01  
  172.16.32.2  MAC: 02-00-00-00-00-01  
  172.30.8.11  MAC: 02-00-00-00-00-01  
  172.30.8.52  MAC: 02-00-00-00-00-01  
Multicast IP Addresses:
  224.0.0.1MAC: 01-00-5E-00-00-01  
Ready;


So once again, does anyone have this working on a VSE 2.62 system under
z/VM 5.2?
Does anyone have any ideas how I can get it to work?

Thanks in advance,
Don  


Re: TCPIP4VSE and z/VM OSAX QDIO VSWITCHHW

2006-05-31 Thread Rich Smrcina
You are defining the NIC, but not coupling to the VSwitch.  I think Alan 
mentioned last week to use the NICDEF statement in the directory.

On Wednesday 31 May 2006 1:27 pm, Hooker, Don - OIT wrote:
 We are still having problems getting the above communications working.
 On our VSE 2.62 systems that is.  IBM recommended some PTFs:

 UD52153 was already applied.  I was getting:

 IPN631I Control has been passed to the TCP/IP engine
 0016: IPL605E Unable to Initialize IJBOSA, return code: 1
 0016: IPL609E Unable to initialize OSA Express, Link: VM_TCPIP
 0P27I I  UNKNWN DEV SYSXXX=D00
 CCSW=0871200E000100 CCB=00
 SNS= 8200

 IBM also recommended UD52628 but I found UD52332 first which seemed to
 describe our symptoms so
 I applied that first (despite it being superceded by UD52628) but when I
 continued to have problems,
 I went ahead and applied UD52628.  Then I was getting:

 IPL605E Unable to Initialize IJBOSA, return code: 57472
 IPL609E Unable to initialize OSA Express, Link: VM_TCPIP

 I installed z/VSE 3.11 and tested it there and it worked fine.

 The trouble is we need to get it working on our VSE 2.62 systems.
 Does anybody on VSE 2.6 have it working?

 I tried copying the IJBOSA phase from the z/VSE 3.11 system to a VSE
 2.62 system and I get:

 0S39I ERROR DURING OSA EXPRESS PROCESSING,REASON=0035
  CUU=0D00,RETCODE=E080
  0S02I A CANCEL OR CANCEL ALL MACRO WAS ISSUED
  0S00I SUB SPINCPU  CANCELED

 Here are some definitions:

 In PROFILE EXEC for the VSE:

 CP DEF NIC D00 TYPE QDIO DEV 3

 VSE IPL ADD statement:

 ADD  D00:D02,OSAXQDIO to VSWITCH for acc to VM TCPIP

 In AUTOLOG1 PROFILE EXEC:

 'CP SET VSWITCH DTCVSW1 GRANT DTCVSW1'
 'CP SET VSWITCH DTCVSW1 GRANT TCPIP'
 'CP SET VSWITCH DTCVSW1 GRANT VSETSG1'

 Here is result of a Q VSWITCH:

 q vswitch dtcvsw1 details acc

 VSWITCH SYSTEM DTCVSW1  Type: VSWITCH Connected: 1Maxconn: INFINITE

   PERSISTENT  RESTRICTEDNONROUTER Accounting: OFF

   VLAN Unaware

   State: Ready

   IPTimeout: 5 QueueStorage: 8

   Portname: UNASSIGNED RDEV: B000 Controller: DTCVSW1  VDEV:  B000

   Portname: UNASSIGNED RDEV: C000 Controller: DTCVSW1

 Authorized userids:

   DTCVSW1  SYSTEM   TCPIPVSEDEV2  VSETSG1  ZVSEBASE

 VSWITCH Connection:

   RX Packets: 4108339Discarded: 4  Errors: 0

   TX Packets: 7319948Discarded: 0  Errors: 0

   RX Bytes: 1102773999   TX Bytes: 9321899949

   Device: B002  Unit: 002   Role: DATA

 Adapter Owner: TCPIPNIC: E000  Name: UNASSIGNED

   RX Packets: 4108343Discarded: 0  Errors: 0

   TX Packets: 7319955Discarded: 0  Errors: 0

   RX Bytes: 1102774777   TX Bytes: 9321900961

   Device: E002  Unit: 002   Role: DATA

   Options: Broadcast Multicast IPv4 VLAN

 Unicast IP Addresses:



 MORE...
 OITDC01
   10.128.254.57MAC: 02-00-00-00-00-01
   172.16.32.2  MAC: 02-00-00-00-00-01
   172.30.8.11  MAC: 02-00-00-00-00-01
   172.30.8.52  MAC: 02-00-00-00-00-01
 Multicast IP Addresses:
   224.0.0.1MAC: 01-00-5E-00-00-01
 Ready;


 So once again, does anyone have this working on a VSE 2.62 system under
 z/VM 5.2?
 Does anyone have any ideas how I can get it to work?

 Thanks in advance,
 Don

-- 
Rich Smrcina
VM Assist, Inc.
Main: (262)392-2026
Cell: (414)491-6001
Ans Service:  (360)715-2467
rich.smrcina at vmassist.com

Catch the WAVV!  http://www.wavv.org
WAVV 2007 - Green Bay, WI - May 18-22, 2007