Technote (troubleshooting)
Problem(Abstract)
When attempting to activate an MPC TRL connection over CTC, an IST380I message is displayed with sense code 80020000 (data link failure).
Symptom
v net,act,id=local_sna_major_node_name,scope=all AR 0015 1C39I COMMAND PASSED TO ACF/VTAM F3 0003 IST097I VARY ACCEPTED F3 0003 IST093I local_sna_major_node_name ACTIVE F3 0003 IST380I ERROR FOR ID = pu_name - REQUEST: ACTLINK, SENSE: 80020000 F3 0003 IST105I pu_name NODE NOW INACTIVE
Resolving the problem
The problem is in the IOCDS (Input/Output Configuration Dataset) configuration. The IOCDS had two problems:
- The IODEVICE statements did not specify the logical partitions (LPARs) that can access the device.
- The RESOURCE statement that defines the LPAR names was omitted.
The PART operand on the IODEVICE statement specifies the device candidate list that identifies the LPARs that can access the device. An LPAR cannot access a device if the LPAR is not specified in the device candidate list for the device, even if the LPAR can access a channel path assigned to the device.
Add the required RESOURCE statement and modify the IODEVICE statements to include the PART operand.
For more information, see Chapter 2 "IOCP Statements and Functions" in zSeries Input/Output Configuration Program User's Guide for IYP IOCP .
Rate this page:
Average rating
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.