Even bonnie++ shows the 50% performance hit

I’m still seeing a 50% performance hit when I try bonnie++. It’s pretty clear. One system is getting 456MB/s sequential read. While the other is doing 265MB/s. Both machines are using the same type of HDD: The 3TB Toshiba DT01ACA300. The faster server This is on bulldog, the faster machine but destined to have fewer HDD. All HDD are directly connected to the motherboard. $ bonnie++ Writing a byte at a time…done Writing […]

Even bonnie++ shows the 50% performance hit Read More »

same HDD, different server, +50% performance hit

As you’ll no doubt know, I’ve recently bought two new computer, and built them up. I’ve settled on the Toshiba 3TB DT01ACA300 HDD as my drive of choice for these systems. I ran a few tests recently and found some interesting results. I haven’t published them here yet. My main test is a database load. I just take an 8GB text file and create a PostgreSQL database from it. The file in question

same HDD, different server, +50% performance hit Read More »

This harddrive is getting on in life

While on a recent trip, logcheck started telling me about a problem: Mar 19 07:26:55 bast smartd[1573]: Device: /dev/ad0, Failed SMART usage Attribute: 9 Power_On_Hours. Looking at the full output: On line 59, you’ll see that this drive has been in use for 7.4 years. Other than that, it seems to be OK. This link seems to indicate there is nothing to worry about. This system dates from at least October 2005. It

This harddrive is getting on in life Read More »

Oops, I deleted my boot partition

About a week ago, I was doing some HDD benchmark tests and I accidentally specified the boot drive as the source for a test. Oops. Everything was OK. Until I rebooted. It would not boot. I figured I knew what happend. I’d munged my boot code. And I knew how to fix it. However, I didn’t realize that I’d also deleted the boot partition. I asked on the FreeBSD dev IRC channel. db

Oops, I deleted my boot partition Read More »

Deleting old Bacula Volumes

From time to time, my Bacula – space and time website shows some old jobs that need to be copied to tape. Stuff from 100 days or more. There’s no reason to copy stuff that old to tape. It’s already been copied to tape. So why does it appear? Last night I swapped some tapes in the tape library. This morning they would have been used and recycled. I’ll bet that those tapes

Deleting old Bacula Volumes Read More »

ssl-admin: revoking a certificate

A server was decommissioned lately. It was running on a VM. Given that I do not have physical control over the HDD, I will be revoking the certificate for that server. This certificate was used for VPN access. That’s something I don’t want to be used by anyone else. Here is how I revoked it. I do not know why I had to enter 5 twice.

ssl-admin: revoking a certificate Read More »

Automating that regression testing

I’ve been testing drives lately. Mostly hard disks, but also one solid state drive. The test itself is automated, but manually started. That’s because it requires a reboot between each run. That restricts testing time to certain hours of the day. I’d like to automate this. Today I had what may be a clever solution: Use the @reboot feature of crontab(5) to start a script after reboot In that script, cd to a

Automating that regression testing Read More »

smartctl: Toshiba HDD serial numbers are only 9 characters

I noticed today that the serial number for Toshiba drives, as retrieved by smartctl(8) is not the whole serial number. I am not sure why. I discovered this when I went to check the warranty information for a drive. The drive is fine; I just wanted to check. Using smartctl, I got this: Right there, on line 7, you can see the serial number. Count it. It’s 9 characters. Now visit the Toshiba

smartctl: Toshiba HDD serial numbers are only 9 characters Read More »

dhclient: sending a host identifier to the DHCP server

I have a special HDD. It runs FreeBSD 9.1 and contains a bunch of tools that I use when setting up new servers. I hook it up to a new server when I’m working on it. Or I hook it up to a server which is in pain and fix it. I want it to have the same IP address every time. The conventional way to do this is by MAC address. On

dhclient: sending a host identifier to the DHCP server Read More »

Scroll to Top