Prefetch Technologies // Keeping your cache lines cozy

Archive

Posts from 2011

Scanning for new LUNs on Linux servers

storageAug 26, 2011 1 min read

Storage management, the joys! Storage administration is one of those tasks that every admin does, and depending on your growth it may be something that consumes a lot of your time. If your servers are connected to a Fibre channel or iSCSI SAN, you probably need to periodically poke your systems to see new storage that is made available to them. There are several tools that can be used to do this…

$ read more →

KVM makes its way to Illumos

virtualizationAug 15, 2011 1 min

I've been a fan of KVM for quite some time, and gave a talk on it a while back. The KVM design always made sense to me, and I tossed Xen out the window the minute I started using it. Today I was pleasantly surprised to see that several folks from Joyent ported KVM to Illumos! This is way cool, and I can't wait to give this a spin…

$ read more →

Update on my quest to find the perfect NAS device for home use

personalAug 4, 2011 3 min

A few months back I started looking into NAS solutions that would be ideal for home use. I jotted down my initial research in the post building your own nas and the post making sense of the various nas solutions. My original intent was to purchase an HP microserver from Amazon and test out all of the freely available NAS solutions. Due to some time constraints I cancelled my microserver order and re-used a server I had at home…

$ read more →

Integrating Linux with LDAP presentation

personalAug 1, 2011 1 min

I gave a talk tonight at the local UNIX uers group on integrating Linux servers with LDAP. The slide desk is now available, and I want to thank everyone for coming out! The talk was a bunch of fun, and I appreciate all of the questions I received. Hopefully I can come back out later this year to talk about FreeIPA.

$ read more →

How Redhat 5 and Centos 5 detect hardware at boot

linuxJul 22, 2011 2 min

With the introduction of RHEL6 our beloved kudzu was removed from Redhat Enteprise Linux (it's been gone from Fedora for quite some time). If you're not familiar with kudzu, RHEL5 and below use it to detect new hardware when a system is bootstraped. All of the functionality that was part of kudzu is now handled by the kernel and udev, though a lot of sites will need to support RHEL 5 systems for years and years to come. I was curious how kudzu detected new hardware, so I started reading through the kudzu man page and source code…

$ read more →