tape01
This post is deprecated by this one. World, please meet tape01, the newest addition to my home lab, and reincarnated from an old server. These are the screen shots of the Dell PERC 6E card BIOS configuration. But for the record:
This post is deprecated by this one. World, please meet tape01, the newest addition to my home lab, and reincarnated from an old server. These are the screen shots of the Dell PERC 6E card BIOS configuration. But for the record:
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 »
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 »
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 »
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 »
I haven’t tested this yet, but I’ve installed the hardware. The real test will come after a reboot and actual use of the new drives. NOTE: Although this claims to be creating a new ZIL (SLOG) do not believe it. In fact, stop reading right here. There is nothing of use below. What will they be used for? These drives are intended for ZIL (the ZFS Intent Log). This can speed up writes.
Adding two new drives (SSD) to an existing ZFS system Read More »
For future reference, this is the knew server. It runs a few jails, including Bacula regression testing services. The filesytems:
This post has been replaced by a newer one. For future reference, this is the slocum server, which I use for various jails and services:
The traditional thoughts on ZFS are to have arrays which are a power-of-2 when it comes to number of disks. That means 2, 4, 8, etc. But for raidz1, that would be 3, 5, 9. For my choice of raidz2, it would be 4, 6, and 10. In the system I’m building up now, I have an 8-port LSI SATA/SAS 9211-8i 6Gb/s card. I can add two more HDD by attaching them to
ZFS: raidz2 with 8 or 10 disks? Read More »
I noticed this in my logs today: May 22 14:04:39 bast smartd[1577]: Device: /dev/ad0, Failed SMART usage Attribute: 9 Power_On_Hours. Oh. Really? I looked at the output of smartctl and found: This HDD is part of a gmirror: $ gmirror status Name Status Components mirror/gm0 COMPLETE ad0 ad2 How’s ad2 doing? That seems OK. Regardless of the status, I can do nothing for a week. I’m out of town. I do have several
smartctl: FAILING_NOW Read More »