Mark,

On Thu, Oct 7, 2010 at 5:15 PM, Mark Pace <pacemainl...@gmail.com> wrote:

> CHPID PATH=(CSS(0),14),SHARED,PARTITION=((BP,IT),(=)),        *
>       PCHID=271,TYPE=CTC
> CHPID PATH=(CSS(0),24),SHARED,PARTITION=((BP,IT),(=)),        *
>       PCHID=272,TYPE=CNC
> CNTLUNIT CUNUMBR=1400,PATH=((CSS(0),14)),UNITADD=((00,032)),  *
>       UNIT=SCTC
> IODEVICE ADDRESS=(1400,032),CUNUMBR=(1400),STADET=Y,UNIT=SCTC
> CNTLUNIT CUNUMBR=2400,PATH=((CSS(0),24)),UNITADD=((00,032)),  *
>       UNIT=SCTC
> IODEVICE ADDRESS=(2400,032),CUNUMBR=(2400),STADET=Y,UNIT=SCTC
>

It's been a while since I coded an IOCDS,  but I think your problem is in
missing CUADD parameters.
You must tell the IOCDS how the device numbers map to each other.
If you would code it this way, address 1400 maps to 2400, but as you have
two lpars, there would be 4 possible combinations for your two lpars.

As I wrote, it's been so long ago for me, that I'm confident enough to give
you some IOCDS definitions, but please look for instance at note 7 on
http://publib.boulder.ibm.com/infocenter/zvm/v5r3/topic/com.ibm.zvm.v53.hcpb7/defcu.htm

Ronald van der Laan

Reply via email to