This is a short tutorial describing how to build an educational virtual cluster appliance starting from an Ubuntu 10.04 image. A more detailed description is given at Testing Grid Appliance.
#. Deploy an Ubuntu 10.04 appliance locally. You can download an Ubuntu 9.10 VMware appliance here, or create an instance on FutureGrid of an Ubuntu 10.04 VM. ? #. Sudo to root and install the grid-appliance baseline package as follows:
apt-get install wget
contrib” >> /etc/apt/sources.list
wget?http://www.grid-appliance.org/files/packages/deb/repo.key
apt-key add repo.key
apt-get update
apt-get install grid-appliance-base
To configure the appliance to connect to a GroupVPN, use one of the following two options:
Within a few seconds, your appliance should obtain a virtual IP address on the virtual network interface tapipop. Once it does, wait a few seconds and type?condor_status to check the status of other nodes in the pool; you may need to retry a couple of times until connected.