From owner-freebsd-scsi@FreeBSD.ORG Sun May 20 15:07:11 2007 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B0DA16A400 for ; Sun, 20 May 2007 15:07:11 +0000 (UTC) (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 0404F13C447 for ; Sun, 20 May 2007 15:07:10 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l4KF76XI076374; Sun, 20 May 2007 09:07:08 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4650641A.6060501@samsco.org> Date: Sun, 20 May 2007 09:07:06 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: Nick Jagger References: <860891.31219.qm@web57503.mail.re1.yahoo.com> In-Reply-To: <860891.31219.qm@web57503.mail.re1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Sun, 20 May 2007 09:07:08 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: freebsd-scsi@freebsd.org Subject: Re: Smartmontools: smartd - operation not supported by device, close failed 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: Sun, 20 May 2007 15:07:11 -0000 Nick Jagger wrote: > This is about a smart array 6i controller (ciss) on a hp proliant dl360g4p. > Running 6.2 RC1 (up to next build) > > from dmesg: > ciss0: port 0x4000-0x40ff mem 0xfdff0000-0xfdff1fff,0xfdf80000-0xfdfbffff irq 24 at device 1.0 on pci2 > ciss0: [GIANT-LOCKED] > da0 at ciss0 bus 0 target 0 lun 0 > > I have configured smartd.conf (from smartmontools) as: > /dev/ciss0 -a -d cciss,0 -m root@localhost > > When running smartd, it returns the following message at every check of the disk: > > May 20 14:32:03 server smartd[4867]: Device: /dev/ciss0 [cciss_disk_00], Operation not supported by device, close(195) failed > > Is this something to be concerned about? > > thank you, > nick > /dev/ciss isn't a disk device, it's the control device for the card firmware. Why is smartmontools looking at it? Scott