Performing initial installation and master configuration
Pre-installation checklist
You drew a deployment diagram, indicating which Data One services are expected to be deployed on each machine.
You are prepared to interactively provide values for all the DMCFG variables described in Domain Master Configuration Reference.
You double-checked all System requirements.
You possess or secured adequate skills to perform the required installation tasks, including the creation of database objects, the configuration of the load balancer and firewall, and the management of keys as certificates.
Preliminary package installation on Control Node
The first thing you need to do is to install the Data One package on the Control Node, the rest of the installation will be driven by DOIM from this node.
Starting from Data One 1.20.12, Data Mover and Data Watcher come in two separate packages. The installable image for Data One is divided into two compressed .tar files, named:
1.20.<tf_number>-DATA_MOVER-Linux64.tar.gz
1.20.<tf_number>-DATA_WATCHER-Linux64.tar.gz
To install Data One, follow these steps:
Copy the two packages in a folder outside the Control Node directory.
Untar & expand both packages in a directory of your choice. We will refer to this directory as <DOIM_HOME> in the rest of this manual.
The Control Node DOIM_HOME folder must NOT be a subfolder of a Managed Node's DATAONE_HOME folder. The DOIM folder in the Control Node can be placed in any of the Managed Nodes. It is not required that the Control Node be a dedicated one, but the DOIM_HOME folder of a Control Node CANNOT be in the absolute path of the DATAONE_HOME folder of that Managed Node.
For example, if the host is ceman01.mycompany.com, the DATAONE_HOME directory would be located at /opt/dataone.
The DOIM_HOME folder should not exist within the DATAONE_HOME directory. (Error: DOIM_HOME at /opt/dataone/DOIM)
DOIM_HOME and DATAONE_HOME cannot be the same. Error DOIM_HOME: /opt/dataone.
Move the specified folder outside the DATAONE_HOME directory. The DOIM_HOME folder, which has no references, can also be moved outside the DATAONE_HOME directory.
Proceeding with the actual installation
Actual product installation is a multi-step process, structured as follows:
Creating database objects
STENG for z/OS platform installation instructions This section only applies to the Linux platform. Installation instructions for STENG for z/OS platform are provided with the z/OS specific STENG installation package.
Data Shaper installation instructions The Data Shaper installation package is an add-on which is shipped separately from the main Data One installation package.
Last updated