Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Sun QLogic SCSI HBA issues



On Sun, Jan 13, 2019 at 12:58:44PM +0900, Christian Rodriguez wrote:
> Ran the installer and was unable to finish install this time. After some
> time spamming error messages it hung right here:

Your image probably did not make it to the list (mime and too big).
So here the relevant transcription:

isp_handle_index: bad handle 0xced62081 (isp_seqno: 52952, isp_xflist[129] = 0x0)
isp_handle_index: bad handle 0xced7207c (isp_seqno: 52952, isp_xflist[124] = 0x0)

also the kernel complained:

iommu_dvmamap_load: map still in use

which is a secondary effect from the handle confusion.

If I decode correctly:

0xced62081 = usage = 1 (initiator), cmd = 129, seq = 52952
0xced7207c = usage = 1 (initiator), cmd = 124, seq = 52951

So we get back handles from the device again, the kernel has already removed
them from the open command list.

Does anyone know if firmware is upgradable on these devices?

Martin


Home | Main Index | Thread Index | Old Index