On Aug 13, 2013, at 10:02 AM, JS <[email protected]> wrote:
> This is probably a noob question, but I'm having some trouble getting
> (using??) the CMT to create a new IOCP file. We're moving to a new machine,
> and this is essentially my first time doing this so it's quite possible I
> have overlooked something.
>
> The first hurdle, I'm trying to overcome is the tool telling me "There isn't
> enough hardware for OSA-EXP4S 1000Base-T".
>
> The channel summary pane says:
> 12 - Used | 10 - Available | 10 - Device Count.
>
> My understanding is the OSA-EXP4S card has 2 ports per card, but a single
> CHPID. To me that should still equate to 20 available ports (not 10).
>
> It's also my understanding that you cannot mix device types between the port
> 0 & 1. We have 8 - OSD, 2 - OSE & 2 - OSC.
>
> Anyone care to show me the errors of my way???
The physical ports are not exposed in the IOCP, just the CHPID, control unit,
and device numbers. The individual ports are selected in the communications
stack, for example, in z/OS they're in the VTAM TRLE.
So your IOCP would include things like:
CHPID PATH=(CSS(0),50),SHARED, *
PARTITION=((Y2KOLD,ZOSINST,ZOSPROD,ZOSSYQA,ZVMPROD,ZVMTE*
ST),(=)),PCHID=1A0,TYPE=OSD
CNTLUNIT CUNUMBR=0501,PATH=((CSS(0),50)),UNIT=OSA
IODEVICE ADDRESS=(500,015),CUNUMBR=(0501),UNIT=OSA
IODEVICE ADDRESS=50F,UNITADD=FE,CUNUMBR=(0501),UNIT=OSAD
and then in a VTAMLST member something like:
OSD0500 TRLE LNCTL=MPC,READ=0500,WRITE=0501,DATAPATH=(0502,0503), C
PORTNAME=PROD300A,PORTNUM=0,MPCLEVEL=QDIO
OSD0504 TRLE LNCTL=MPC,READ=0504,WRITE=0505,DATAPATH=(0506,0507), C
PORTNAME=PROD200A,PORTNUM=1,MPCLEVEL=QDIO
where the PORTNUM parameter selects the physical port.
Hope that helps.
--
Curtis Pew ([email protected])
ITS Systems Core
The University of Texas at Austin
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN