[OmniOS-discuss] Ang: Re: Ang: Ang: Re: Ang: stmf trouble, crash and dump

Johan Kragsterman johan.kragsterman at capvert.se
Thu Oct 6 17:45:51 UTC 2016


Hi!




-----Dan McDonald <danmcd at omniti.com> skrev: -----
Till: Johan Kragsterman <johan.kragsterman at capvert.se>, omnios-discuss <omnios-discuss at lists.omniti.com>
Från: Dan McDonald <danmcd at omniti.com>
Datum: 2016-10-06 18:50
Kopia: Dan McDonald <danmcd at omniti.com>
Ärende: Re: [OmniOS-discuss] Ang: Ang: Re: Ang: stmf trouble, crash and dump

> On Oct 6, 2016, at 12:36 PM, Johan Kragsterman <johan.kragsterman at capvert.se> wrote:
> 
> 
> While I'm doing this, is it someone that knows something about that error msg from the target system I mentioned earlier??
> 
> "stmf_sbd: [ID 690249 kern.warning] WARNING: ioctl(DKIOCINFO) failed 25"
> 

Error 25 is "ENOTTY", aka. "Inappropriate ioctl for device":

http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/sys/errno.h#77

The error itself comes because while STMF thinks the underlying storage is a zvol, apparently the DKIOCINFO ioctl failed with the above erro:

http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c#1575

As Eric (who beat me to the punch here) said, it was likely caused by a hung pool.

Dan






No, it is the other way around, actually! This error comes from the target system, not the system that crashed, that was the intitiator system. The underlying device IS a zvol on the target system!
So the question I ask myself, since I saw this error, is if this could be a/the problem that caused the lu/pool on the initiator system to go off line? Though there were also the loop offline  msg on the initiator:

root at omni:/var/log# dmesg | grep qlc
Oct  2 18:33:08 omni qlc: [ID 439991 kern.info] NOTICE: Qlogic qlc(0,0): Loop OFFLINE

And what puzzles me is the multipath messages, because there is no multipath devices on the system:

root at omni:/# dmesg | grep scsi
Oct  2 18:34:58 omni scsi: [ID 243001 kern.info] /pci at 19,0/pci8086,3410 at 9/pci1077,138 at 0/fp at 0,0 (fcp0):
Oct  2 18:34:58 omni genunix: [ID 408114 kern.info] /scsi_vhci/disk at g600144f0c648ae73000057ef6d370001 (sd5) offline
Oct  2 18:34:58 omni genunix: [ID 483743 kern.info] /scsi_vhci/disk at g600144f0c648ae73000057ef6d370001 (sd5) multipath status: failed: path 4 fp0/disk at w2101001b32a19a92,0 is offline
root at omni:/# dmesg | grep multipath
Oct  2 18:34:58 omni genunix: [ID 483743 kern.info] /scsi_vhci/disk at g600144f0c648ae73000057ef6d370001 (sd5) multipath status: failed: path 4 fp0/disk at w2101001b32a19a92,0 is offline

Johan





More information about the OmniOS-discuss mailing list