This post is going to be somewhat of a “link dump” for me of some pages that I’ve been perusing lately. After playing with RT (request tracker) – I added a few ticket items for the home network. Now, if you’ve been a longtime reader and sorted through ALL of these posts here you’ll know that I’ve made use of software raid on the home systems. Why? Linux software raid seems fairly reliable (so far – 2 years +). It doesn’t depend on a specific piece of hardware. In short IF the worst happens and the array fails I should be able to retrieve data from an individual drive more easily than if it were hardware raid. I’m using Raid Level 1 (cloning/mirroring) and ext3 is the filesystem on top. I’ve had some slight problems with one drive in both the Desktop and server arrays and both arrays had been degraded for some time. My goal was ultimately redundancy and to eliminate the disruption that hard drive failures have given over the last few years.
Tag: raid
-
Ubuntu Gutsy Gibbon coming
The release date for the 7.10 Ubuntu release is coming soon. I’ve installed a beta into a virtual machine to see what’s what and so far haven’t had much time to play around. I seem to recall the localization question being new in the installer, but then it’s been a while since I used the ubiquity installer (used the alternative install to setup software raid based systems.) But… other than that I haven’t poked around with it much. However, I have read that the 8.04 (April 2008) release will be codenamed Hardy Heron and will be a long term service (LTS) version. I’m MORE interested in that given that I have one server running the previous LTS release 6.06 dapper drake. I’ll be interested in upgrading it to a newer LTS EVENTUALLY, but I don’t know if I’ll jump for the upcoming April release or wait… but I did find some promising instructions for upgrading to Fiesty (7.04). It’s good to see that kind of detailed how-to as opposed to just an upgrade option on the cd so you can do it from within the OS.
-
Software raid fun…. device detection order
Anyone that’s setup software raid on a system with multiple storage adapters has probably run into this kind of issue, but I thought I’d mention it. Last weekend I built a machine to replace my server (the server was to be captured into a VM). The main system was going to be installed onto dual IDE drives, the VM partition and other data on dual 400GB SATA drives. Well, install went well after getting past some of the irq issues I mentioned in a previous writeup. md0 was /boot and so on…. (md0 residing on the dual ide drives.) When the system went to reboot though it didn’t get very far. It complained of not finding a boot image (I think that was the message – didn’t make a note.)
-
Linux software raid notes
Here are a few other notes on linux software raid. I created a directory called raidinfo to keep information in to make it easy to maintain the raid array. First… from the software raid howto, I’ve done the following….
sfdisk -d /dev/hda > /raidinfo/partitions.hda
sfdisk -d /dev/hde > /raidinfo/partitions.hdeSo…. I’ve now got a good snapshot of the partitioning data. When I hooked up an external usb drive to add to the array, all I needed to do is this…
sfdisk /dev/sda < /raidinfo/partitions.hda (more…)
-
Firewire/USB card and ethernet incompatibilities on Ubuntu 6.06
I’ve had a machine for quite a while that I’ve been working on as a “backup server”. My goal with it is to have a RAID1 setup with two 250GB drives and I also wanted USB2/firewire functionality so that I could even add a USB drive to the array for the purpose of having a hot-swapped spare drive that could be taken offsite. Well, the biggest frustration I’ve had has not been with software raid, or any of the rest of the software setup, but that something about the firewire/usb card didn’t like the built in ethernet. I FINALLY got things working… let me document what I went through.
-
More linux software raid fun
OK, I know there are probably quite a few looking at this thinking…. “Hello where has he been?” when I’m talking about playing around with software raid under ubuntu linux, but…. in spite of all I’ve done supporting desktop systems and even small business servers I’ve never had an opportunity to setup a raid array. First it was because “you don’t want to do software raid” and I didn’t have a card to support hardware raid, then when I first was seeing people raving about how good linux software raid is, I didn’t have two free drives of equal size to work with. Well, the other day in working towards a storage system for a client I’ve got an ubuntu system (dapper 6.06.1) setup with software raid and wanted to poke and prod and test some things out before it goes into a useful role.
-
Software raid under linux (Ubuntu 6.06 Dapper Drake)
First, I should disclaim that this is going to be a brain dump of the resources and experience of a quick setup of Ubuntu 6.06 on a software raid based storage system. This may be less than ideal, but is doable and seems relatively solid as a system. First off, what is RAID (redundant array of independant/(*inexpensive) disks) So, several cheap hard drives put together in an “interesting” way. Now, increasing storage size isn’t something I’m too interested in, after all there are myriad other ways of expanding storage in a linux system (not to mention huge drives getting cheaper by the day.) My goal here is redundancy, I want to be able to lose a drive and still have the data, so RAID1 is what I’m setting up. We won’t get sidetracked into the other types.
-
Strange Desktop issue resolved….
Well, it’s annoying to me when my own computer has issues that I can’t seem to track down and off and on for the last year I’ve had annoying seemingly random shut downs (I mean it’s as if someone pulled the power plug). It was an AMD XP 1800 system. The first I noticed the problem, I was trying to transcode video. A few minutes into the process – bang power off and it would be followed by a painfull 30 seconds of the system trying to post, shutting down, restarting, off, start, off, start with the floppy drive getting a seek every second or two as it seemed to try to muster the power to boot. For this reason, my first suspect was the power supply, 4 drives, hefty processor, hefty video card, (sound card, network, tv card, etc.etc.etc) maybe my generic 300 watt wasn’t steady enough?
-
Looks as though the FTC has broken up a spyware ring
A bit of good news on the spyware front, the FTC has announced that it’s frozen the assets of a spyware ring. Apparently they spread spyware through a network of sites and blogs that pushed ringtones, lyrics, and pictures. Good to see some progress made against spyware pushers….
-
Linux home office article part 3
Newsforge has the third article in their series on Best Practices for the Linux Home Office. The main highlighs in this entry are RAID and backups and disaster recovery.