Lenny-x64-java
From Grid5000
This page describes the minimal environment based on Lenny version of Debian distribution for AMD64/EM64T machines with Sun's Java JDK. It intends to explain how this environment was built and how to use it with Kadeploy.
This page and the environment are inspired from Lenny-x64-base-2.2
Contents |
Identification sheet
|
Lenny-x64-java |
|---|
|
|
Kernel version 2.6.26-2-amd64 from Debian for amd64/em64t |
|
Authentication
|
|
Applications |
|
Misc
|
Build
The only difference between this environment and Lenny-x64-base-2.2 is the presence of Sun's Java JDK. A simple install command was issued:
apt-get update && apt-get upgrade && apt-get install sun-java6-jdk
Deploying
To deploy this environment, you need to specify the environment's owner in the Kadeploy call. Eg.:
kadeploy3 -e lenny-x64-java -u mobrovac -f $OAR_FILE_NODES -k .ssh/id_rsa.pub
Recording environment
Recording environment can be done from a description file. So we create /home/rennes/mobrovac/images/lenny-x64-java.dsc3:
name : lenny-x64-java version : 1 description : lenny-base + JDK - https://www.grid5000.fr/index.php/lenny-x64-java author : marko.obrovac@inria.fr tarball : /home/mobrovac/images/lenny-x64-java.tgz|tgz kernel : /vmlinuz initrd : /initrd.img fdisktype : 83 filesystem : ext3 visibility : shared environment_kind : linux demolishing_env : 0
