Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to install S-OODT, first make sure you have the required software.  Then login to your head-node and perform the following steps. 

Note: Root user access should not be required.

Code Block
languagebash
titleSetup Bootstrap Script
#Make a temp directory
mkdir tmp
cd tmp
#Get install script (minimal bootstrap script)
svn export https://svn.apache.org/repos/asf/oodt/trunk/cluster-tools/setup/
#Setup environment variables
cd setup
mv env-vars.sh.tmpl env-vars.sh

 

```

mkdir tmp
cd tmp
svn export https://svn.apache.org/repos/asf/oodt/trunk/cluster-tools/setup/
cd setup/
vi hosts
mv env-vars.sh.tmpl env-vars.sh
chmod +x install.sh
mkdir /data/cluster-local/software (and all)
./install.sh

...