smartmontools

2011-11-03 Thread ajtiM
Hi!

Today I installed smartmontools on FreeBSD 8.2-RELEASE-p3. In the 
smartd.conf I changed just DEVICESCAN -a and I have in /var/log/messages:

acd0: FAILURE - ATA_IDENTIFY status=51READY,DSC,ERROR error=4ABORTED

Do I need to setup something else in the smartd.conf or is something wrong 
with my HD, please?

Thanks in advance.

Mitja

http://jpgmag.com/people/lumiwa
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: smartmontools

2011-11-03 Thread Adam Vande More
On Thu, Nov 3, 2011 at 6:39 PM, ajtiM lum...@gmail.com wrote:

 Hi!

 Today I installed smartmontools on FreeBSD 8.2-RELEASE-p3. In the
 smartd.conf I changed just DEVICESCAN -a and I have in /var/log/messages:

 acd0: FAILURE - ATA_IDENTIFY status=51READY,DSC,ERROR error=4ABORTED

 Do I need to setup something else in the smartd.conf or is something wrong
 with my HD, please?


That's not your HD complaining, it's your CD drive.  It's probably just
complaining about SMART inquiries to it which aren't supported.  Some way
to exclude scanning that device likely exists in smartd.conf.

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Using both ar0 and underlying ad12/ad14 'at the same time' (smartmontools)

2011-08-25 Thread Karl Pielorz


Hi,

I have a couple of FreeBSD 8.2-STABLE (as of 25/08) boxes. These have 
onboard RAID 'type' controllers.


The OS is installed on 'ar0' (e.g. /dev/ar0s1d et'al).

Additionally I've installed the smartmontools port - which monitors drive 
SMART attributes.


Am I ok setting this up to access the 'underlying' devices for ar0 (which 
are also exposed by the OS) - e.g. as '/dev/ad12' and '/dev/ad14' - at the 
same time as obviously data is being read / written to '/dev/ar0' (which 
comprises both those disks as a RAID1 array)?


Cheers,

-Karl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Smartmontools + Highpoint hptrr?

2009-09-13 Thread Daniel Eriksson
I'm trying to monitor SATA drives connected to a HighPoint RocketRAID 
2340 card (hptrr driver) using smartmontools, but it doesn't seem to work.


Has anyone managed to get this to work? I'm using RELENG_8 / amd64 if 
that makes any difference.


I've tried both the smartmontools port and a direct checkout from their 
SVN, and I'm getting very similar error messages. From the changelog and 
the manpage it looks like some work has been done to make this work.


/Daniel Eriksson
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Smartmontools: Load_Cycle_Count increasing rapidly

2007-11-04 Thread Thomas Hobbes
Hi,

there are some reports that Ubuntu GNU/Linux 7.10 kills harddisks:
http://ubuntudemon.wordpress.com/2007/10/28/laptop-hardrive-killer-bug-how-to-discover-whether-you-are-affected/

I can confirm this behaviour for FreeBSD 6.2 STABLE 200710 i386 and
smartmontools-5.37_2 from the portscollection. My Load_Cycle_Count is
increasing about 1 cycle per minute. So maybe Smartmontools is causing
this problem?

Best greetings
Thomas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Smartmontools: Load_Cycle_Count increasing rapidly

2007-11-04 Thread Thomas Hobbes
There's a way to stop the Load_Cycle_Count growing by installing
ataidle from the portscollection and disabling APM with ataidle -P 0 0
0. The Load_Cycle_Count is constant after that. This reduces
battery-runtime but that's much better than destroying your harddisk.

Best greetings
Thomas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: smartmontools on Compaq smart array fails

2007-05-18 Thread Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Nick Jagger
 Sent: Thursday, May 17, 2007 3:19 PM
 To: Ted Mittelstaedt; freebsd-questions@freebsd.org
 Subject: Re: smartmontools on Compaq smart array fails


 - Original Message 

 smartmontools isn't the appropriate program

 you need to use a program called idacontrol

 get it from ftp.jurai.net/users/winter/idacontrol.tar

 More on PR i386/70482

 Use smartmontools on ATA disks.  Your 360 uses SCSI disks
 on a proprietary controller which doesen't support the interface
 needed to run it.
 ---

 Thank you Ted, idacontrol works fine and returns some usefull
 information about the attached disk drives.

 I also found this suggestion interesting:

 #define IDA_QCB_MAX = 128 instead of 256

 in sys/dev/ida/idavar.h



 because one of my DL360's resets itself about once a month with a
 very similar error as mentioned in thread

 http://lists.freebsd.org/pipermail/freebsd-scsi/2005-September/002034.html

 ida0: soft error
 ida_command: out of QCBsida0: ida_timeout() qactive 256
 ida0: IDA_INTERRUPTS
 ida0:   R_CMD_FIFO: 
  R_DONE_FIFO: 
  R_INT_MASK: 
  R_STATUS: 
  R_INT_PENDING: Nick


You have one of those that does that too, eh?  So do we.  I think it is
because it's using non-Compaq disk drives, and there is a firmware bug
in the drive.

Ted

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: smartmontools on Compaq smart array fails

2007-05-17 Thread Ted Mittelstaedt
smartmontools isn't the appropriate program

you need to use a program called idacontrol

get it from ftp.jurai.net/users/winter/idacontrol.tar

More on PR i386/70482

Use smartmontools on ATA disks.  Your 360 uses SCSI disks
on a proprietary controller which doesen't support the interface
needed to run it.

Ted

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Nick Jagger
 Sent: Monday, May 14, 2007 12:14 PM
 To: freebsd-questions@freebsd.org
 Subject: smartmontools on Compaq smart array fails


 I installed smartmontools from ports on FreeBSD 6.0 on a Compaq
 Proliant DL360 with smart array 5i controller.  I compiled it
 with ciss support. When running ¡smartctl -i -d cciss,0 /dev/ida0¢
  I am getting:

 smartctl version 5.37 [i386-portbld-freebsd6.0] Copyright (C)
 2002-6 Bruce Allen
 Home page is http://smartmontools.sourceforge.net/
 CCISS ioctl error: Inappropriate ioctl for device
 CCISS ioctl error: Inappropriate ioctl for device
 Short INQUIRY response, skip product id
 A mandatory SMART command failed: exiting. To continue, add one
 or more '-T permissive' options.

 However, adding -T permissive options doesn't make a difference.
 Searching the archives and the web didn't bring a solution. I
 hope someone out there has one.

 Nick





 __
 __Get the free Yahoo! toolbar and rest assured
 with the added security of spyware protection.
 http://new.toolbar.yahoo.com/toolbar/features/norton/index.php
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: smartmontools on Compaq smart array fails

2007-05-17 Thread Nick Jagger
- Original Message 

smartmontools isn't the appropriate program

you need to use a program called idacontrol

get it from ftp.jurai.net/users/winter/idacontrol.tar

More on PR i386/70482

Use smartmontools on ATA disks.  Your 360 uses SCSI disks
on a proprietary controller which doesen't support the interface
needed to run it.
---

Thank you Ted, idacontrol works fine and returns some usefull information about 
the attached disk drives. 

I also found this suggestion interesting: 

#define IDA_QCB_MAX = 128 instead of 256

in sys/dev/ida/idavar.h
 


because one of my DL360's resets itself about once a month with a very similar 
error as mentioned in thread
 
http://lists.freebsd.org/pipermail/freebsd-scsi/2005-September/002034.html

ida0: soft error
ida_command: out of QCBsida0: ida_timeout() qactive 256
ida0: IDA_INTERRUPTS
ida0:   R_CMD_FIFO: 
 R_DONE_FIFO: 
 R_INT_MASK: 
 R_STATUS: 
 R_INT_PENDING: Nick






   
Boardwalk
 for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's 
economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


smartmontools on Compaq smart array fails

2007-05-14 Thread Nick Jagger
I installed smartmontools from ports on FreeBSD 6.0 on a Compaq Proliant DL360 
with smart array 5i controller.  I compiled it with ciss support. When running 
‘smartctl -i -d cciss,0 /dev/ida0’ I am getting: 

smartctl version 5.37 [i386-portbld-freebsd6.0] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
CCISS ioctl error: Inappropriate ioctl for device
CCISS ioctl error: Inappropriate ioctl for device
Short INQUIRY response, skip product id
A mandatory SMART command failed: exiting. To continue, add one or more '-T 
permissive' options.

However, adding -T permissive options doesn't make a difference. 
Searching the archives and the web didn't bring a solution. I hope someone out 
there has one.

Nick




   
Get
 the free Yahoo! toolbar and rest assured with the added security of spyware 
protection.
http://new.toolbar.yahoo.com/toolbar/features/norton/index.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Smartctl - Smartmontools

2007-03-07 Thread Don O'Neil
Anyone know why this wouldn't work:

smartctl -a /dev/ad0

I get:

Smartctl: Device Read Identity Failed (not an ATA/ATAPI device)

It works fine on my 3ware raid drives: smartctl -a -d 3ware,0 /dev/twed0 

Thanks!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


smartmontools question

2005-04-19 Thread FreeBSD Daemon
dear list,
i just installed smartmonutils from ports on a 4.11-release box.
when i run
# /usr/local/sbin/smartctl -a ad0
I get the error message
smartctl version 5.30 Copyright (C) 2002-4 Bruce Allen
[snip]
Smartctl open device: ad0 failed: Inappropriate ioctl for device
the same with the second disk in the system (ad2).
the same if i user /dev/ad[02]+.
what might be the problem?
TIA

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: smartmontools question

2005-04-19 Thread Kees Plonsz
FreeBSD Daemon wrote on Tuesday 19 April 2005 10:34 in the group 
list.freebsd.questions:

 dear list,
 
 i just installed smartmonutils from ports on a 4.11-release box.
 
 when i run
 
 # /usr/local/sbin/smartctl -a ad0
 
 I get the error message
 
 smartctl version 5.30 Copyright (C) 2002-4 Bruce Allen
 [snip]
 Smartctl open device: ad0 failed: Inappropriate ioctl for device
 
 the same with the second disk in the system (ad2).
 the same if i user /dev/ad[02]+.
 
 what might be the problem?
 
 TIA
 

S.M.A.R.T. must be supported by your hardware (disk  diskcontroller)
and be enabled through your bios setup.
smartctl must be run by root.


-- 
Key-ID = A6581435  E-mail address is valid

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: smartmontools question

2005-04-19 Thread dima

On Tue, Apr 19, 2005 at 11:26:24AM +0200, Kees Plonsz wrote:

 FreeBSD Daemon wrote on Tuesday 19 April 2005 10:34 in the group 
 list.freebsd.questions:
 
  dear list,
  
  i just installed smartmonutils from ports on a 4.11-release box.
  
  when i run
  
  # /usr/local/sbin/smartctl -a ad0
  
  I get the error message
  
  smartctl version 5.30 Copyright (C) 2002-4 Bruce Allen
  [snip]
  Smartctl open device: ad0 failed: Inappropriate ioctl for device
  
  the same with the second disk in the system (ad2).
  the same if i user /dev/ad[02]+.
  
  what might be the problem?
  
  TIA
  
 
 S.M.A.R.T. must be supported by your hardware (disk  diskcontroller)
 and be enabled through your bios setup.
 smartctl must be run by root.
 
and moreover, it must be supported by ATAng which presented only in 5.x branch

-Dmitry.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: smartmontools question

2005-04-19 Thread Andrea Venturoli
dima wrote:
and moreover, it must be supported by ATAng which presented only in 5.x branch
Would it work with SCSI on 4.11?
 bye  Thanks
av.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: smartmontools question

2005-04-19 Thread Kees Plonsz
Andrea Venturoli wrote on Tuesday 19 April 2005 14:39 in the group 
list.freebsd.questions:

 dima wrote:
 
 and moreover, it must be supported by ATAng which presented only in 5.x
 branch
 
 Would it work with SCSI on 4.11?
 

I heard there are troubles with several scsi disk-drives,
even on FreeBSD 5.3

see msg-id:
[EMAIL PROTECTED]

-- 
Key-ID = A6581435  E-mail address is valid

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: smartmontools question

2005-04-19 Thread FreeBSD Daemon
Andrea Venturoli wrote:
dima wrote:
and moreover, it must be supported by ATAng which presented only in 
5.x branch

Would it work with SCSI on 4.11?
 bye  Thanks
av.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


No, both ATA (Seagate ST3120026A), see /var/run/dmesg.boot:
[...]
Creating DISK ad0
ar: FreeBSD check1 failed
ad0: ST3120026A/3.54 ATA-6 disk at ata0-master
ad0: 114473MB (234441648 sectors), 232581 C, 16 H, 63 S, 512 B
ad0: 16 secs/int, 1 depth queue, BIOSDMA
ad0: piomode=4 dmamode=2 udmamode=5 cblid=1
Creating DISK ad2
ar: FreeBSD check1 failed
ad2: ST3120026A/3.06 ATA-6 disk at ata1-master
ad2: 114473MB (234441648 sectors), 232581 C, 16 H, 63 S, 512 B
ad2: 16 secs/int, 1 depth queue, BIOSDMA
ad2: piomode=4 dmamode=2 udmamode=5 cblid=1
[...]
The M/B is a Supermicro P4SCT:
http://www.supermicro.com/products/motherboard/P4/875/P4SCT.cfm
Zheyu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


smartmontools + RAID + FreeBSD

2004-03-23 Thread Vahric MUHTARYAN
Hi , 

I wonder, Does anybody use smartmontools to watch their SCSI disks
for health. 
And Does anybody use it with RAID ?! Because I can't get any
informaiton via RAID controller ?! 


Thanks 
Vahric 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]