Disks

Added new drive when existing one gave errors, then zpool replace

In this post, I am working with FreeBSD 10.2 on this server. Over the past few days, a 3 year old drive has been giving errors. The number of errors has been constant, but I have a spare drive here, so I decided to replace it. I have verified that it is out of warranty. Rather than pull the error drive and replace it, I opted to add in a new drive and […]

Added new drive when existing one gave errors, then zpool replace Read More »

CAM status: ATA Status Error

These appeared overnight: Feb 18 08:08:23 knew kernel: (ada0:ata0:0:0:0): READ_DMA48. ACB: 25 00 90 a8 f0 40 4b 00 00 00 f0 00 Feb 18 08:08:23 knew kernel: (ada0:ata0:0:0:0): CAM status: ATA Status Error Feb 18 08:08:23 knew kernel: (ada0:ata0:0:0:0): ATA status: 51 (DRDY SERV ERR), error: 40 (UNC ) Feb 18 08:08:23 knew kernel: (ada0:ata0:0:0:0): RES: 51 40 58 a9 f0 4b 4b 00 00 28 00 Feb 18 08:08:23 knew kernel:

CAM status: ATA Status Error Read More »

smartd: Device: /dev/ada0, 8 Currently unreadable (pending) sectors persists

That smartd: Device: /dev/ada0, 8 Currently unreadable (pending) sectors problem which arose on Sunday is still around. I’ve run a short test, a long test, and a ZFS scrub is now underway. I may just replace the drive. $ sudo smartctl -P show /dev/ada0 smartctl 6.4 2015-06-04 r4109 [FreeBSD 10.2-RELEASE-p9 amd64] (local build) Copyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org Drive found in smartmontools Database. Drive identity strings: MODEL: TOSHIBA DT01ACA300 FIRMWARE:

smartd: Device: /dev/ada0, 8 Currently unreadable (pending) sectors persists Read More »

smartd: Device: /dev/ada0, 8 Currently unreadable (pending) sectors

This morning I discovered this in my logs: Feb 14 04:56:39 knew kernel: (ada0:ata0:0:0:0): READ_DMA48. ACB: 25 00 b8 a8 f0 40 4b 00 00 00 e8 00 Feb 14 04:56:54 knew kernel: (ada0:ata0:0:0:0): CAM status: ATA Status Error Feb 14 04:56:54 knew kernel: (ada0:ata0:0:0:0): ATA status: 51 (DRDY SERV ERR), error: 40 (UNC ) Feb 14 04:56:54 knew kernel: (ada0:ata0:0:0:0): RES: 51 40 58 a9 f0 4b 4b 00 00 48 00

smartd: Device: /dev/ada0, 8 Currently unreadable (pending) sectors Read More »

Uncorrectable parity/CRC error

These just turned up: Jan 9 14:31:13 slocum kernel: (ada6:ahcich6:0:0:0): READ_FPDMA_QUEUED. ACB: 60 28 48 5d 1d 40 e1 00 00 00 00 00 Jan 9 14:31:13 slocum kernel: (ada6:ahcich6:0:0:0): CAM status: Uncorrectable parity/CRC error Jan 9 14:31:13 slocum kernel: (ada6:ahcich6:0:0:0): Retrying command Jan 9 14:31:13 slocum kernel: (ada6:ahcich6:0:0:0): READ_FPDMA_QUEUED. ACB: 60 08 68 d0 57 40 0f 00 00 00 00 00 Jan 9 14:31:13 slocum kernel: (ada6:ahcich6:0:0:0): CAM status: Uncorrectable parity/CRC

Uncorrectable parity/CRC error Read More »

CAM status: ATA Status Error READ_DMA48 Error 5, Retries exhausted

This turned up this morning: Aug 5 05:10:04 knew kernel: (ada0:ata0:0:0:0): READ_DMA48. ACB: 25 00 d0 c4 6e 40 57 00 00 00 60 00 Aug 5 05:10:04 knew kernel: (ada0:ata0:0:0:0): CAM status: ATA Status Error Aug 5 05:10:04 knew kernel: (ada0:ata0:0:0:0): ATA status: 51 (DRDY SERV ERR), error: 40 (UNC ) Aug 5 05:10:04 knew kernel: (ada0:ata0:0:0:0): RES: 51 40 f0 c4 6e 57 57 00 00 40 00 Aug 5 05:10:04

CAM status: ATA Status Error READ_DMA48 Error 5, Retries exhausted Read More »

Replacing a failed drive in ZFS on FreeBSD

I’m using FreeBSD 10.2-RC2. One of my new hard 3TB drives was acting up. I removed it and sent it off to be replaced. In the meantime, I received some 5TB drives and I added one of them into the existing vdev of the zpool. First, I partitioned the drive much like the other drives in the system. In my case, this was: $ sudo gpart create -s gpt da0 da0 created $

Replacing a failed drive in ZFS on FreeBSD Read More »

smartd: ATA error count increased from 0 to 1

I noticed this in /var/log/messages today: Jul 30 13:25:21 knew kernel: (ada0:ata0:0:0:0): READ_DMA48. ACB: 25 00 b0 51 95 40 68 00 00 00 40 00 Jul 30 13:25:21 knew kernel: (ada0:ata0:0:0:0): CAM status: ATA Status Error Jul 30 13:25:21 knew kernel: (ada0:ata0:0:0:0): ATA status: 51 (DRDY SERV ERR), error: 40 (UNC ) Jul 30 13:25:21 knew kernel: (ada0:ata0:0:0:0): RES: 51 40 b8 51 95 68 68 00 00 38 00 Jul 30

smartd: ATA error count increased from 0 to 1 Read More »

smartd: Device: 8 Currently unreadable (pending) sectors

I noticed these messages this morning, on the new server: $ grep smartd /var/log/messages Jul 25 11:35:29 varm smartd[813]: Device: /dev/da15 [SAT], 8 Currently unreadable (pending) sectors Jul 25 11:35:29 varm smartd[813]: Device: /dev/da15 [SAT], 10 Offline uncorrectable sectors Jul 25 12:05:28 varm smartd[813]: Device: /dev/da15 [SAT], 8 Currently unreadable (pending) sectors Jul 25 12:35:29 varm smartd[813]: Device: /dev/da15 [SAT], 8 Currently unreadable (pending) sectors Jul 25 13:05:29 varm smartd[813]: Device: /dev/da15 [SAT],

smartd: Device: 8 Currently unreadable (pending) sectors Read More »

Scroll to Top