Blog Archives

How to build a low-power performance virtualisation cluster: The Binsfeldius Cluster Project

This entry is part 1 of 20 in the series Binsfeldius Cluster (Original)

In this series of posts I’ll walk you through the steps, issues and frustrations of designing, building and configuring a low-power performance virtualisation cluster based on three nodes. It’s a write-as-I-go story which means I’ll cleanup the text when I … Continue reading

Posted in Builds | Tagged , , , , | Leave a comment

Binsfeldius Cluster, the shopping list

This entry is part 2 of 20 in the series Binsfeldius Cluster (Original)

This is the list of components that I ordered. The only thing you might need to add is the storage device. As I already have an iSCSI capable NAS, the QNAP TS-659 Pro+, this is all I need: 3x OEM … Continue reading

Posted in Builds | Tagged , , , , | Leave a comment

Binsfeldius Cluster, the network design

This entry is part 3 of 20 in the series Binsfeldius Cluster (Original)

I’ll create three physical and two virtual networks: 1. physical: DMZ This is the seperate network space I’ve created in which I can place my test hosts/environments, in this case the Binsfeldius Cluster. This address space is behind a firewall … Continue reading

Posted in Builds | Tagged , , , , | Leave a comment

Binsfeldius Cluster, good things come in threes

This entry is part 4 of 20 in the series Binsfeldius Cluster (Original)

So finally the stuff has arrived, one big box filled with goodies And as the saying goes, all good things come in threes … Well, enough fun with the boxes. Let’s get to building this stuff 🙂  

Posted in Builds | Tagged , , , , | Leave a comment

Binsfeldius Cluster, building a hardware node

This entry is part 5 of 20 in the series Binsfeldius Cluster (Original)

In this post I’ll document the steps of putting the hardware together for a cluster node. A story in pictures: I’ve unscrewed and removed the cover of the Antec case. As you can see, there’s not much room to move … Continue reading

Posted in Builds | Tagged , , , , | Leave a comment

Binsfeldius Cluster, preparing a node

This entry is part 6 of 20 in the series Binsfeldius Cluster (Original)

Now that the node is assembled and hardware ready, it’s time to do some first configuration stuff such as flash update all firmwares, set the correct BIOS parameters and provide the NIC with the correct iSCSI settings to boot from … Continue reading

Posted in Builds | Tagged , , , , | Leave a comment

Binsfeldius Cluster, installing Hyper-V Server 2008R2 to iSCSI boot LUN

This entry is part 7 of 20 in the series Binsfeldius Cluster (Original)

I’ve created separate iSCSI targets with associated mapped LUN’s for each node. node 1 iSCSI initiator: n1bc –> iSCSI target: ttgbootn1 node 2 iSCSI initiator: n2bc –> iSCSI target: ttgbootn2 node 3 iSCSI initiator: n3bc –> iSCSI target: ttgbootn3 In … Continue reading

Posted in Builds | Tagged , , , , | Leave a comment

Binsfeldius Cluster, the chicken or the egg of Microsoft clustering

This entry is part 8 of 20 in the series Binsfeldius Cluster (Original)

Interesting stuff. To be able to fully utilize the Failover Clustering Feature of Microsoft, I run into an interesting quirk. While you can run a cluster based on a workgroup, you’d want to put it into a domain to get … Continue reading

Posted in Builds | Tagged , , , , | Leave a comment

Binsfeldius Cluster, Storage design

This entry is part 9 of 20 in the series Binsfeldius Cluster (Original)

I’ve already talked a bit about LUN’s and storage. Let’s put everything together. I’m using a QNAP TS-659 Pro+ (12Tb raw storage) to be the iSCSI target and provide the mapped LUN’s. The QNAP is configured as 2-disk RAID1 and … Continue reading

Posted in Builds | Tagged , , , , | Leave a comment

Binsfeldius Cluster, first configuration steps: sconfig

This entry is part 10 of 20 in the series Binsfeldius Cluster (Original)

The sconfig. Although I love the computername the installer picked for me, I’ll change it to the following naming convention. Change computername (2) to nodename, in my case N1BC, N2BC or N3BC. I’ll use my second node (N2BC) for this … Continue reading

Posted in Builds | Tagged , , , , | Leave a comment