Troubleshooting
Problem
errlog.Symptom
LABEL: VIOS_VFC_HOST
IDENTIFIER: 95A6D9B9
Date/Time: Tue Apr 9 17:19:57 2019
Sequence Number: 643665
Machine Id: 00C0E0584C00
Node Id: <VIOS>
Class: S
Type: TEMP
WPAR: Global
Resource Name: vfchost112
Description
Virtual FC Host Adapter detected an error
Probable Causes
Virtual FC Host Adapter Driver is an Undefined State
Failure Causes
Virtual FC Host Adapter Driver is an Undefined State
Recommended Actions
Remove Virtual FC Host Adapter Instance, then Configure the same instance
Detail Data
ERNUM
0000 0089 [.... ]
ABSTRACT
fp_ioctl() failed for SCIOLSTART
AREA
File System
BUILD INFO
BLD: 1802 12-13:56:38 p2018_07A1
LOCATION
Filename:npiv_utils.c Function:npiv_port_sciolst Line:3369
DATA
rc = 0x00000034 failure_type = 0x00 fail_reason_code = 0x00
fail_reason_exp = 0x00 einval_arg = 0x00 login->SCSI_ID = 0x00000000000A0FA1
Cause
1) Based on the Detail Data, SCIOLSTART failed with ESTALE (0x00000034) indicating a stale login on the SAN. This error is commonly due to an issue on the SAN (outside the VIOS), such as a cable move, a bad SFP port or switch cable.
2) This same error is also seen when the switch nameserver returns the initiator WWPN in the list of targets, causing the initiator to try to log in to itself (which fails with ESTALE). This can be confirmed by checking if the login->SCSI_ID value in the errpt entry matches the scsi_id of the physical port to which the vfchost is mapped. In the previous example, let us say vfchost112 is mapped to physical port fcs4. If physical port fcs4 has SCSI_ID 0x0A0Fxx it matches this condition. To find the physical port SCSI_ID, first find the child device of fcs4:
$ lsdev -dev fcs4 -child
(Usually this will be fscsi4)
$ lsdev -dev fscsi4 -attr scsi_id
Leading zeros can be dropped, so the output might look like: 0xa0f00
Environment
Diagnosing The Problem
Resolving The Problem
$ rmdev -dev fscsi4 -ucfg -recursive
Related Information
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
06 March 2023
UID
ibm10881181