From owner-freebsd-questions@freebsd.org Fri Oct 7 07:51:28 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE553BED75D for ; Fri, 7 Oct 2016 07:51:28 +0000 (UTC) (envelope-from me@rvijay.me) Received: from mail1.rvijay.me (mail1.rvijay.me [IPv6:2a00:1dc0:2002:0:fc09:f829:babe:b00b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 646CD1775 for ; Fri, 7 Oct 2016 07:51:28 +0000 (UTC) (envelope-from me@rvijay.me) Received: from localhost (localhost [127.0.0.1]) by mail1.rvijay.me (Postfix) with ESMTP id 0E75F57EF for ; Fri, 7 Oct 2016 13:21:16 +0530 (IST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rvijay.me; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:to:subject:subject; s=20130919; t=1475826674; x= 1476690675; bh=1zLosKpWax5Aeecu9ZVxo7j1FtZ0ZOfSLRdUS/AHZBg=; b=V o7zAIK1I7SBqbaVB5RYyvHBkfrrtRfWDyYTjIWGAy0MDm9t9pCw5S1GPZGSvkUm/ NTk3OYpmaVGgsCt/gn3kP221b8/jCF3ofC1Iu5GjNqmf0exT1blrRtC/CKo2c7co I3hgd4bTCITG+khk9Ic0fbpiM2JakWCYedn5A+ehos= Received: from mail1.rvijay.me ([127.0.0.1]) by localhost (mail1.rvijay.me [127.0.0.1]) (amavisd-new, port 10026) with LMTP id tw7KmWFlOTPJ for ; Fri, 7 Oct 2016 13:21:14 +0530 (IST) Received: from [192.168.100.132] (unknown [49.206.125.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail1.rvijay.me (Postfix) with ESMTPSA id B15BD55ED for ; Fri, 7 Oct 2016 13:21:13 +0530 (IST) Subject: Re: isp(4) QLE2462 initiator failure with 10.3-RELEASE To: freebsd-questions@freebsd.org References: From: Vijay Rajah Message-ID: <0a7120b7-54d2-5afe-5e9a-3681e74d543e@rvijay.me> Date: Fri, 7 Oct 2016 13:21:10 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 07:51:28 -0000 On 10/06/2016 10:50 PM, Robroy Gregg wrote: > * I've tried physically swapping the isp0 and isp1 HBA port > connections--the symptom stuck to isp0, even when its I/Os were > being attempted through the physical connection formerly used > (successfully) by isp1. This might be an indication of an issue with the Motherboard (MB)(more specifically issue with the PCIE slot -- Since the problem stays with the slot). Do you have another PCIE (x4 or higher) slot in the motherboard? if so, can you use that unsued slot to see if that solves the problem. OR alternatively, Do you have simllar MB's in your inventory or servers using the same MB's? if so, can you swap the MB's and see if the issues followes the MB? (meaning, does the issue occur in the swapped server) Hope this helps -Thanks Vijay