Документ взят из кэша поисковой машины. Адрес
оригинального документа
: 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 Кодировка: Поисковые слова: р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п |
Note: CCS/RTAP is not supported anymore.
gunzip -c ot-1.4.1.tar.gz | tar xovf -
This will create a directory called ot-1.4.1
.
cd ot-1.4.1
setenv OT $PWD
make
~/.otrc
to suit your preferences. OT_CACHE_PATH
to something more specific than the default, like
$HOME/eso/ot-cache
.
cd $OT
gunzip -c STS-*-kit-V.1.4.1.tar.gz | tar xovf -
This completes the installation of the STS.
~/.tcshrc
file):
OT
should point to the directory where
you installed the system: for instance
setenv OT $HOME/ot-1.4.1
DSQUERY
should be the name of the database
server you want to connect to: for instance
setenv DSQUERY PROBS
PATH
should contain $OT/bin
;
for instance:
setenv PATH $PATH":"$OT/bin
LISP
shell variable should be
correctly set as well: see below for details.
ot
command.
VLTROOT
(deafults to $P2PP
) VLTROOT
shell variable is probably already set to
something like /vlt/MAY97
.
DSQUERY
(defaults to the current SYBASE server) DSQUERY
variable indicates which server (host)
holds the database itself.
RTAPENV
(deafult is installation-dependent) RTAPENV
should be set to the
name of the active RTAP environment, either CCS or CCSlite:
for instance, wip5qs
.
LISP
(no default) /usr/local/acl4.3
. If LISP
is
not set or it is empty, at either installation- or run-time,
then the STS will not be available.
OHS_EVENT_LOG
(no default) OHS_EVENT_LOG
environment variable is set, and its value is the pathname of
a writable file, all BOB events will be logged in ASCII format
to that file. Otherwise no logging will take place.
OHS_CCS_SERVER_NAME
(no default) schedule
, but it is possible to call the server a
different name by setting the OHS_CCS_SERVER_NAME
environment variable (this is mostly done for engineering
tasks).
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.