Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.eso.org/projects/dfs/team/INSTALL-1.4.1.html
Дата изменения: Wed Apr 13 18:07:48 2005
Дата индексирования: Sun Apr 13 22:53:34 2008
Кодировка:

Поисковые слова: arp 220
OT V.1.4.1 installation instructions

OT V.1.4.1 installation instructions

Installing OT V.1.4.1

  1. Change directory to where you want to install the OT system.

  2. Retrieve the OT V.1.4.1 delivery package

  3. Retrieve the binary distribution kit

    Note: CCS/RTAP is not supported anymore.

  4. At this point you should have two gzipped tar files in your current directory. Execute:

    gunzip -c ot-1.4.1.tar.gz | tar xovf -

    This will create a directory called ot-1.4.1.

  5. Execute the command sequence:

    cd ot-1.4.1
    setenv OT $PWD
    make

  6. At this point you may remove the gzipped tar files.

  7. Install all the available instrument packages: see the USG Instrument Packages Web page for more information.

  8. Edit ~/.otrc to suit your preferences.
    You may want to set the variable OT_CACHE_PATH to something more specific than the default, like $HOME/eso/ot-cache.

  9. Optionally you can install the Short Term Scheduler, if a full Allegro Common Lisp system is installed on your host. See below for the Installation Instruction.

Installing the Short Term Scheduler

You can install the Short Term Scheduler on a previously installed OT V.1.4.1. Make sure the OT environment variable is correctly set.

  1. Execute the command:

    cd $OT

  2. If a full Allegro Common Lisp system is installed on your host, and the LISP environment variable is correctly set, retrieve the corresponding Short Term Scheduler V.1.4.1 binary distribution kit for: Please note that the LISP environment variable must be defined at installation time for the STS to be properly installed. See below for a description of the LISP variable.

  3. At this point you should have a gzipped tar file in your current directory. Execute the command sequence:

    gunzip -c STS-*-kit-V.1.4.1.tar.gz | tar xovf -

    This completes the installation of the STS.

Running OT V.1.4.1

To run OT V.1.4.1 you will need to set up some shell variables (you may wish to include these initializations in your ~/.tcshrc file): You can then start OT V.1.4.1 simply by issuing the ot command.

Environment variables

P2PP V.1.4.1 uses a number of environment variables, and provides defaults if they are not defined in the run-time environment. These variables are: When you start the OT, you see a printout similar to the following:

Starting OT with:
OT: /home/ac3c/users/amchavan/work/ot
VLTROOT: /usr/server/arc/vlt/JUN96
... more lines ...

by which you can verify if the shell variables are properly set.


User Support Group
Last modified: Fri Mar 9 12:31:53 MET 2001