From owner-freebsd-scsi@FreeBSD.ORG Thu Sep 1 16:39:50 2005 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81F1B16A41F for ; Thu, 1 Sep 2005 16:39:50 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46A943D45 for ; Thu, 1 Sep 2005 16:39:47 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j81GrEkL015203; Thu, 1 Sep 2005 10:53:14 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <43172EC8.1010205@samsco.org> Date: Thu, 01 Sep 2005 10:39:36 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Antonio Nati - Inter@zioni" References: <6.2.3.4.0.20050901172618.0532ecb0@pop.ufficiopostale.it> In-Reply-To: <6.2.3.4.0.20050901172618.0532ecb0@pop.ufficiopostale.it> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: freebsd-scsi@freebsd.org Subject: Re: camcontrol and IDAD0 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 16:39:50 -0000 The IDA devices are not under the CAM subsystem, so camcontrol will have no effect on them. I assume that you are looking for a way to monitor and manage the controller and arrays? That requires a custom application that knows how to speak to the controller firmware. Even if IDA were under CAM, camcontrol would not be able to do this. Scott Antonio Nati - Inter@zioni wrote: > > How can I handle Compaq Smart Raid disks using camcontrol? > > I've looked a lot around, and found sometimes the same question, but no > answers: > > I've an internal Smart Raid card (on a DL360) handling a mirrored set of > disks. > > Boot says: > Aug 5 21:23:13 ia-srv01 kernel: idad0: on ida0 > Aug 5 21:23:13 ia-srv01 kernel: idad0: 17359MB (35553120 sectors), > blocksize=512 > > RAID is working properly, but I have no way (apparently) to check it > within FreeBSD. > > Command "camcontrol devlist -v" returns > > scbus-1 on xpt0 bus 0: > < > at scbus-1 target -1 lun -1 (xpt0) > > atacontrol does not says anything about this disk. > > What can I do? Is there any other resource/command available in order to > solve this problem? > > Thanks, > > Tonino > > _______________________________________________ > freebsd-scsi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-scsi > To unsubscribe, send any mail to "freebsd-scsi-unsubscribe@freebsd.org"