Mini Statistics
Join Date
April 10th, 2008
Last Activity
October 12th, 2009 09:32 AM
Blog Entries
9
Avatar
mikem's Avatar
Recent Visitors
The last 8 visitor(s) to this page were:
  1.  DanielKidger
  2.  DJessAlbribe
  3.  George Goh
  4.  JCPFHartL
  5.  JCTPorture
  6.  nchhust
  7.  RhainRLockV
  8.  vitali
This page has had 1,555 visits
Tab Content
About Me
Friends
Blog

About mikem

Basic Information

About mikem
Receive Monthly Newsletter
Yes

Contact

Statistics

Total Posts
Total Posts
22
Posts Per Day
0.02
Blog
Total Entries
9
Last Blog Entry
kitops Design April 8th, 2008 10:07 AM
Downloads
Downloads
0
Uploads
0
General Information
Last Activity
October 12th, 2009 09:32 AM
Join Date
April 10th, 2008
Referrals
0

3 Friends

  1. George GohGeorge Goh is offline

    Project Moderator

    George Goh
  2. hsaliakhsaliak is offline

    Project Moderator

    hsaliak
  3. najibnajib is offline

    Junior Member

    najib
Showing Friends 1 to 3 of 3

 View mikem's Blog

kitops Design

by mikem on April 8th, 2008 at 10:07 AM
Overview

The kitops tool is responsible for adding and removing kits to/from a Kusu cluster. A kit is additional software bundled in a specific way, making it easy to outfit your cluster according to your needs.
Some examples of kits are the Nagios or Cacti kits, providing monitoring to your cluster, or the [HPC kit], containing various MPI libraries and related tools. The kitops tool itself, along with the complete suite of Kusu tools, is bundled in our Base Kit.
Operating

Read More

Categories
Kusu/OCS

Buildkit by Example

by mikem on October 15th, 2007 at 07:19 PM
So, you want to build a kit? Enter the buildkit tool, written to make it easier for you to package software for Kusu. Today we’ll explore how buildkit works.

We start by creating the ‘kit workspace’:

$ buildkit new kit=acmetools

OK, we’re building an ACME Tools kit, a fictitious client/server application with a monitoring add-on. Let’s have a look at what this command did:

$ cd acmetools/
acmetools $ ls -l
total 56
drwxrwxr-x

Read More

Categories
Kusu/OCS , Kusu Project

The kitinfo File

by mikem on October 8th, 2007 at 06:52 PM
To make installing software on your cluster straightforward, Kusu supports kits. A kit is a collection of packages usually bundled in an ISO image.

A kit contains the software packaged for the distribution running on your cluster. Packages called components have the software packages as dependencies and are associated to nodegroups. For instance, a kit providing a client/server application may carry two components; the component installed on the “server” node would pull in the application’s

Read More

Categories
Kusu/OCS , Kusu Project

Getting Into that Python Frame of Mind

by mikem on September 24th, 2007 at 06:38 PM
I was working on a Kusu kit which would pull in all the packages necessary for Kusu development, creatively named the SDK Kit. The goal is you have a fresh Kusu box and want to hack on Kusu, you install this kit and everything you need will be there.

To do this I basically install everything in the Development Tools and Development Libraries yum groups, as well as mkisofs, cmake, and a few other packages. I use our buildkit tool to generate the RPMs and ISO for me. buildkit reads a

Read More

Categories
Kusu/OCS , Kusu Project

Kusu 0.3_devel Provisions a Compute Node!

by mikem on June 24th, 2007 at 06:28 PM
As Najib wrote recently, we just released version 0.3_devel of the Kusu Cluster Toolkit. The big new feature is the ability to provision compute nodes.

In today’s screencast we show a compute node PXE-booting the Kusu Node Installer from our master node and proceeding to install Fedora 6 i386. The master node records the new compute node’s details in the cluster database as well as updates dhcpd’s configuration file:

As Najib wrote recently, we just released version

Read More

Categories
Kusu Project