Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.eso.org/~qc/dfos/dfosInstall.html
Дата изменения: Tue Aug 26 16:37:26 2014
Дата индексирования: Sun Apr 10 00:43:46 2016
Кодировка:

Поисковые слова: южная атлантичеулбс бопнбмйс
dfosInstall  

Common DFOS tools:
Documentation

dfos = Data Flow Operations System, the common tool set for DFO
*make printable new: see also:
 

v1.0.2:
dataclient removed
v1.1:
- supporting DFOS and PHOENIX

[ used databases ] databases none
[ used dfos tools ] dfos tools dfosExplorer
[ output used by ] output none
[ output used by ] upload/download download:
- .reference.installation from www.eso.org/~qc/dfos/tools (dfos), or .reference.installation_phoenix (for phoenix)
- tar ball of selected tool installation

dfosInstall

Description

The DFOS installation tool retrieves a DFOS tool package(s) from a server, unpacks the tar ball(s), and executes a makefile to install the DFOS tool.

The tool uses $DFO_INSTALL_DIR to create a subdirectory <tool_name>, under which the tar file is deposited and unpacked. From there the following components are distributed using the makefile:

The tool asks about the installation mode: upgrade (an older installation exists already) or full. For 'upgrade', the existing config files are not touched, the delivered config files go into the template directory where they are available for comparison. In mode 'full', the delivered config files are written into $DFO_CONFIG_DIR where they are expected and read by the tool. Any pre-existing config file is saved under $DFO_CONFIG_DIR/save.

All other information (including the README file and the makefile) remains in $DFO_INSTALL_DIR/<tool_name>. A pre-existing tar file is saved as tar.old (to have some sort of backup just in case).

The tool is designed to cooperate with dfosExplorer. Whenever that tool discovers a missing, or outdated, installation, it offers an upgrade for which it will use dfosInstall. It is, however, also possible to use the tool from the command line.

How to use

dfosInstall -v|--version     gives the version number
dfosInstall -h|--help        gives a short help text

dfosInstall -t|--tool {name} installs the specified tool

Installation

If you have installed dfosExplorer, use that tool to download the tar file for you.

Otherwise download dfosInstall.tar into $DFO_INSTALL_DIR/dfosInstall.

1. Go there, and type

tar xvf dfosInstall.tar

You may want to read the README file first.

2. Put dfosInstall to $DFO_BIN_DIR.

3. Put config.dfosInstall to $DFO_CONFIG_DIR.

4. Put dfosInstall.h to $DFO_DOC_DIR.

Configuration file

config.dfosInstall has the following content (which you normally don't need to touch):

Section 1: general
TOOL_URL   URL for reference installation
DOCU_URL   URL for documentation (this one!)

Operational considerations