Creating A Grid Appliance

From Grid-Appliance Wiki

Jump to: navigation, search

EXPERIMENTAL

Method to create a Grid Appliance using Ubuntu Server 9.04:

  1. Download 32-bit Ubuntu Server 9.04 image
  2. Create a Virtual Machine with 2 NICs (1 NAT and 1 Host-Only)
  3. Install Ubuntu using the image. On the boot screen, press F4 after selecting a language and select minimal virtual machine and proceed.
  4. During installation, create a user named griduser with password as password
  5. After installation, log on to the system and run:
    1. `sudo bash`
    2. `apt-get -y install build-essential git-core wget`
    3. `git clone git://github.com/sandipshete/gridapp.git`
    4. `cd gridapp`
    5. Download Condor unstripped binaries in the current directory
    6. `./auto_install.sh`
  6. Reboot the system

This is deprecated

This document details the creation of a Grid Appliance using MD4.

  1. Download MD4 zip or MD4 tar.bz2
  2. Start the VM
  3. Login with griduser:password
  4. Execute `sudo bash`
  5. (Optional) execute `apt-get update; apt-get upgrade` apt will not work until `apt-get update` has been executed
  6. Download Condor, IPOP, and COW Debian Packages.
  7. Install them using
    1. `dpkg --install condor.deb`
    2. `dpkg --install ipop.deb`
    3. `dpkg --install cow.deb`
  8. Add your features
  9. (Optional) If you would like to redeploy your appliance, run `clean.sh` and this will remove unnecessary clutter from the VM.
Personal tools