Hi All,
I want to create a central file server which serves as the source of my
installers. These installers are nothing but a set of tar files.
I am looking for a two manifests
1. First Manifest which can store these files initially into the central
file server
2. Manifest which can download t
Lets take the example, I am having a jboss-4.2.3 installers as a .tar file.
In general to install jboss, i ll
1. untar the jboss-4.2.3 into a prefefined folder (opt/server/jbossas/)
into multiple servers
2. untar the openjdk into a preferined path (/opt/software/java)set the
path in the bash.p
Hello All,
I have written a manifest which will upgrade the JAVA to a recent version
(ex: JDK 6u33 to JDK7) using exec type. The installation is nothing but
untarring the tar.gz file into a predefined folder and setting the
JAVA_HOME and PATH variables in the user's bash_profile file.
1. Now