Hi Folks,

 

We have an LPAR with an I/O subsystem on CSS 1.  There is some other DASD we
need to access in CSS 0.  We don't have HCD set up, and can't do a POR at
the moment, so I'm trying to do DEFINE/MODIFY commands (we do have dynamic
IOCP active).

 

Here is what our CHPIDS look like:

 

q chpids                                            
    0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F  
0x  +  +  +  +  +  +  +  +  .  .  .  .  .  .  .  .  
1x  .  .  .  .  +  +  +  +  .  .  .  .  .  .  .  .  
2x  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  
3x  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  
4x  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  
5x  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  
6x  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  
7x  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  
8x  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  
9x  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  
Ax  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  
Bx  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  
Cx  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  
Dx  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  
Ex  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  
Fx  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  

 

 

The spindle I'm trying to reach is 4030 on CU 4000 on CHPID 80.   So first I
try to define the CHPID for our LPAR (TEST):

 

CP DEFINE CHPID 80 PCHID 290 CSS 0 TYPE FC SHARED ACC othersys1 othersys2
othersys3 TEST INIT TEST

 

But I get:

 

HCPCCO864E Partition TEST does not have access to CSS 0         

 

So I try to authorize our partition:

 

cp modify chpid 80 add access_list TEST                             
HCPCCO864E Partition TEST does not have access to CSS 0            

 

Hmmmm, well the chpid exists (even though it shows as undefined in QUERY
CHPIDS), so I try to modify the chpid to add the CSS:

 

cp modify chpid 80 css 0 add_css rcss 0 init CAPS                   
HCPZPM6704E Missing token at end of line


 

What am I doing wrong here?

 

-Mike

Reply via email to