From owner-freebsd-questions@FreeBSD.ORG Thu Nov 7 14:34:45 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 57655AD8 for ; Thu, 7 Nov 2013 14:34:45 +0000 (UTC) (envelope-from andrei693@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F96F247F for ; Thu, 7 Nov 2013 14:34:45 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id fb1so687808pad.23 for ; Thu, 07 Nov 2013 06:34:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=+QMiErPsZxFqvakQoCCJRiyF9QIdAy2YmpA0xBlKHv4=; b=M2TysWdudoPGpgT1QaSh1ZYU83TJkazuDBSagPhByawrm+TcIBa0k2e95xysQsP7WW F07CeMDwe1d0EeymQ6a3YZOIRJAI4vCriJw3oEROf8BDhUnXw7NDvaawK0mwULIVyFVJ NhEW42XUv5dADBHWCO3EO0cmEMsViNCzdJqW4Ej3I4HVSihMmkEglKFihdEdapb9Y+bg XrDiDlch7RrAdGHQ+ZG7Fuzr6tYZIehyXtZLwLYbsayHRzAQCJOXweTiwfpoyURWSmy7 za9CJYthOasmLBaSLZDZ6hQU8qZtLagWqmdCGX43hp7btd/FJ9ErxDKfB/lr01iqAzx6 IIeg== X-Received: by 10.66.191.162 with SMTP id gz2mr10019734pac.151.1383834884830; Thu, 07 Nov 2013 06:34:44 -0800 (PST) Received: from ab_t510i.perfectworld.eu ([87.213.55.5]) by mx.google.com with ESMTPSA id qw8sm5453512pbb.27.2013.11.07.06.34.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Nov 2013 06:34:43 -0800 (PST) Message-ID: <527BA4FF.1020506@gmail.com> Date: Thu, 07 Nov 2013 15:34:39 +0100 From: Andrei Brezan User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: i have some problem References: <20131107072833.d3a0d2ef@mail.winner.co.th> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 14:34:45 -0000 On 11/07/13 13:14, krad wrote: > as other posts have said you are abstracted from the physical disks as you > have a raid controller, therefore smart is unavailable directly from the > os. The raid controller itself will monitor the drives health, which may > or may not include smart. However to get this health information you will > have to talk the the raid card. As you seem to have an LSI controller, try > installing megacli and then have a loog at the following command > > MegaCli -PDList -aALL > > > > On 7 November 2013 07:28, นายมงคลวิชญ เผือกขาว (ภัส) < > mongkonwit_phu@winner.co.th> wrote: > >> we use smartctl -a /dev/da0 >> but can not check HDD so i would like to know about problem. >> >> Detail of smartctl 6.0 >> >> smartctl 6.0 2012-10-10 r3643 [FreeBSD 9.1-RELEASE amd64] (local build) >> Copyright (coffee) 2002-12, Bruce Allen, Christian Franke, >> www.smartmontools.org >> >> Vendor: LSI >> Product: Logical Volume >> Revision: 3000 >> User Capacity: 291,999,055,872 bytes [291 GB] >> Logical block size: 512 bytes >> Logical Unit id: 0x600508e000000000848d5098fa521d01 >> Device type: disk >> Local Time is: Thu Nov 7 14:11:55 2013 ICT >> Device does not support SMART >> >> Error Counter logging not supported >> Device does not support Self Test logging >> >> we use raid card is pile 2008 setup raid 10 >> >> it is detail raid card >> http://www.asus.com/Commercial_Servers_Workstations/PIKE_2008/ >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" You should run pciconf -lv and search for you raid card. You can use that output with dmesg.boot and find out what driver is used for your raid card. If you are using LSI with mfi driver load mfip.ko module and run 'smartctl -a /dev/passX' Hope it helps, Andrei