On Mon, 3 Dec 2012 14:12:16 -0600, Rebecca Martin <rebecca.mar...@tgslc.org> 
wrote:

>The changes did not work.  We have a copy of that Share document and have 
>actually read it several times :(  
>
>Here is the new definitions from IOCP:
>CHPID PATH=(CSS(0),00),SHARED,                                *        
>               PARTITION=((MVSD,MVSM,MVSP,MVSZ),(=)),PCHID=200,TYPE=OSE  
>CHPID PATH=(CSS(0),04),SHARED,                                *        
>               PARTITION=((MVSD,MVSM,MVSP,MVSZ),(=)),PCHID=210,TYPE=OSE        
>  
>         CHPID PATH=(CSS(0),05),SHARED,         
>CNTLUNIT CUNUMBR=FC00,PATH=((CSS(0),00)),UNIT=OSA                      
>         IODEVICE ADDRESS=(FC00,032),CUNUMBR=(FC00),UNIT=OSA                   
>  
>         IODEVICE ADDRESS=(FCFE,001),CUNUMBR=(FC00),UNIT=OSAD                  
>  
>         CNTLUNIT CUNUMBR=FC20,PATH=((CSS(0),04)),UNIT=OSA                     
>  
>         IODEVICE ADDRESS=(FC20,016),UNITADD=00,CUNUMBR=(FC20),UNIT=OSA        
>  
>         IODEVICE ADDRESS=(FC40,016),UNITADD=10,CUNUMBR=(FC20),UNIT=OSA        
>  
>         IODEVICE ADDRESS=FCFF,UNITADD=FE,CUNUMBR=(FC20),UNIT=OSAD        
>
>After dynamic activate and IPL, FC10 and FC40 paths are still not operational. 
> Do you see what we missed?  

I'm not 100% certain, but I believe the OSAD is the last device in the range of 
devices, (in this case 32), with a unit address of FE and the other devices 
have a unit address of 00.  So I think your definitions should look like this:

CNTLUNIT CUNUMBR=FC00,PATH=((CSS(0),00)),UNIT=OSA
IODEVICE ADDRESS=(FC00,031),UNITADD=00,CUNUMBR=(FC00),UNIT=OSA
IODEVICE ADDRESS=(FC1E,001),UNITADD=FE,CUNUMBR=(FC00),UNIT=OSAD 
                  
CNTLUNIT CUNUMBR=FC20,PATH=((CSS(0),04)),UNIT=OSA
IODEVICE ADDRESS=(FC20,031),UNITADD=00,CUNUMBR=(FC20),UNIT=OSA
IODEVICE ADDRESS=(FC3F,001),UNITADD=FE,CUNUMBR=(FC20),UNIT=OSAD

The first 31 devices are OSA and the 32nd device in each range is an OSAD.

All wrongs reserved, no warranties expressed or implied, etc.  :-)>

-- 
Dale R. Smith

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to