George Goh |
Last Activity: November 21st, 2008 11:04 AM
About Me
- About George Goh
- Location
- Singapore
- Interests
- Programming, video games, travel
- Occupation
- Programmer
Blog
View George Goh's BlogRecent Entries
Latest Entry
1. Take the root image from a pristine SLES 10.2 repository, and copy
the contents of the root image to a working location.
mkdir -p $WORKING_DIR/mnt $WORKING_DIR/rootimg
mount -o loop $REPO_LOCATION/boot/i386/root $WORKING_DIR/mnt
cp -avr $WORKING_DIR/mnt/* $WORKING_DIR/rootimg
umount $WORKING_DIR/mnt
2. Replace the original ‘yast’ script with my own script.
mv $WORKING_DIR/rootimg/sbin/yast $WORKING_DIR/rootimg/sbin/yast.real...
the contents of the root image to a working location.
mkdir -p $WORKING_DIR/mnt $WORKING_DIR/rootimg
mount -o loop $REPO_LOCATION/boot/i386/root $WORKING_DIR/mnt
cp -avr $WORKING_DIR/mnt/* $WORKING_DIR/rootimg
umount $WORKING_DIR/mnt
2. Replace the original ‘yast’ script with my own script.
mv $WORKING_DIR/rootimg/sbin/yast $WORKING_DIR/rootimg/sbin/yast.real...
Posted in Kusu Development
Partitioning is important in Kusu for the following reasons:
Over the next few blog entries, I will describe the approach taken...
- On the master node, the disks need to be correctly partitioned, so that repositories can be created on the disk before handing over to the distro's auto-installation mechanism.
- On the compute node, partitioning needs to take place unattended, according to a predefined schema in the database, with options to preserve certain types of partitions as well.
Over the next few blog entries, I will describe the approach taken...
Posted in Kusu Development
Overview
The Kusu installer is the first program that is run when the user boots from a Kusu ISO. It is a wizard-style program responsible for collecting the initial information that will describe and set up a Kusu cluster, including the timezone, networks, root password, disk partitioning, and kits available.
The Kusu installer is made up of 2 parts: the screens (context-specific info and prompts), and the navigation framework. In this document, I will describe the...
The Kusu installer is the first program that is run when the user boots from a Kusu ISO. It is a wizard-style program responsible for collecting the initial information that will describe and set up a Kusu cluster, including the timezone, networks, root password, disk partitioning, and kits available.
The Kusu installer is made up of 2 parts: the screens (context-specific info and prompts), and the navigation framework. In this document, I will describe the...
Posted in Kusu General
Liming and I took delivery for some shiny new hardware at our data centre today. These are a Dell 1950, and 2950 with dual Quad-core Xeon CPUs and 8GB of RAM each. The 1950 has two 15k, 300G SAS drives, while the 2950 has three 10k, 400G SAS drives. Very nice!
[Image]
The 2950: Don’t carry this alone!
[Image]...
[Image]
The 2950: Don’t carry this alone!
[Image]...
Posted in Kusu Project
Greetings true believers!
I’m George Goh, one of your friendly neighbourhood cluster monkeys. Najib, our lead ape, has granted me access to blog here about general things happening in the OSGDC, and more specifically, Project Kusu and the components that I maintain, so let’s get things rolling… .
Here at OSGDC, we adopt the SCRUM methodology([Link]) to keep things tight and moving fast. We have recently ended our third full...
I’m George Goh, one of your friendly neighbourhood cluster monkeys. Najib, our lead ape, has granted me access to blog here about general things happening in the OSGDC, and more specifically, Project Kusu and the components that I maintain, so let’s get things rolling… .
Here at OSGDC, we adopt the SCRUM methodology([Link]) to keep things tight and moving fast. We have recently ended our third full...
Recent Comments






