IOCP input for the configuration
RESOURCE PARTITION=((LP1,1),(LP2,2),(LP3,3))
*
CHPID PATH=(33),TYPE=FC,SWITCH=01,PART=(LP1,LP2,LP3),SHARED,PCHID=180
*
CNTLUNIT CUNUMBR=4010,PATH=33,LINK=D0,UNIT=FCTC,UNITADD=((00,2)),CUADD=1
IODEVICE ADDRESS=(4010,2),CUNUMBR=4010,UNIT=FCTC,UNITADD=00,NOTPART=LP1
*
CNTLUNIT CUNUMBR=4020,PATH=33,LINK=D0,UNIT=FCTC,UNITADD=((00,2)),CUADD=2
IODEVICE ADDRESS=(4020,2),CUNUMBR=4020,UNIT=FCTC,UNITADD=00,NOTPART=LP2
*
CNTLUNIT CUNUMBR=4030,PATH=33,LINK=D0,UNIT=FCTC,UNITADD=((00,2)),CUADD=3
IODEVICE ADDRESS=(4030,2),CUNUMBR=4030,UNIT=FCTC,UNITADD=00,NOTPART=LP3
Note: You must specify the same unit address for devices from different
logical partitions to communicate with each other. In this example,
each logical partition can communicate with the other logical partitions.
This example defines separate send and receive devices to be used
by an application program as follows:
- LP1 sends data to LP2 with device 4020 and LP3 with device 4030. LP2 and LP3 both receive data from LP1 with device 4010.
- LP2 and LP3 send data to LP1 with device 4011. LP1 receives data from LP2 with device 4021 and from LP3 with device 4031.
- LP2 sends data to LP3 with device 4030. LP3 receives data from LP2 with device 4020.
- LP3 sends data to LP2 with device 4021. LP2 receives data from LP3 with device 4031.