Creating the dCache Distribution Package

Getting the Cells

The cells.jar file is a basic building block of the dCache package. To make it available to the dCache distribution package, simply add the full path of cells.jar to the CLASSPATH.

cells.jar not yet created ???

Get the cells module from the cvs archive and create the jar file.
CVSROOT=:ext:cvs@watphrakeo.desy.de:/home/cvs/cvs-root
CVS_RSH=ssh
export CVSROOT CVS_RSH
#
mkdir cvs-cells
cd cvs-cells
cvs checkout cells
cd cells/jobs
./makeCells.sh
CLASSPATH=`pwd`/../cells.jar
export CLASSPATH

Creating the package

Get the package from the archive, and go ...
Assumtions Procedure
csv checkout Sandbox/Java/diskCacheV111
cd Sandbox/Java/diskCacheV111/jobs
#
./init_dcache
#
#
What happens ...