Primeur Online Docs
Data One Installation Manager
Data One Installation Manager
  • 🚀GETTING STARTED
    • Introduction to the installation process
  • Data One Platform Modules vs Data One Platform Components
  • SYSTEM REQUIREMENTS
    • System requirements
      • Global system requirements - NEW! 🚀
      • DOIM system requirements
      • CEMAN system requirements
      • Data Watcher system requirements
      • STENG system requirements
      • DMZ Gateway system requirements
      • Data Shaper system requirements
      • Storage requirements
  • TOPOLOGY PATTERNS
    • Network topology recommendations
    • Data One common domain topology patterns
  • INSTALL DATA MOVER
    • Planning initial installation and master configuration
      • Data One runtime services, nodes, and components
    • Data Mover Domain Master Configuration reference
    • Performing initial installation and master configuration
      • Creating database objects for PostgreSQL
      • Creating database objects for Oracle
      • Executing the installer
      • Configuring load balancer rules for Data One WUI access on CEMAN
      • Configuring firewall rules
    • Running the system for the first time
      • Basic system control: starting, stopping and checking status
      • Launching Data One WUI
      • Wiring your STENG cluster together
  • INSTALL DATA SHAPER
    • Introduction to Data Shaper installation process
    • Planning Data Shaper installation
    • Data Shaper System Requirements
    • Data Shaper Domain Master Configuration reference
    • Performing Data Shaper initial installation and master configuration
      • Creating database objects for PostgreSQL
      • Creating database objects for Oracle
      • Executing Data Shaper installer
      • Configuring additional firewall rules for Data Shaper
  • CLI and Configuration files
    • dataone.sh reference
    • doim.sh reference
    • dataonedbmgr.sh reference
    • dataonedb.cfg reference
Powered by GitBook
On this page
  • Step 1 - Interactively collecting user input
  • Step 2 - Installing the product code and deploying the initial DMCFG on managed nodes
  • Step 3 - Installing product licenses
  1. INSTALL DATA MOVER
  2. Performing initial installation and master configuration

Executing the installer

PreviousCreating database objects for OracleNextConfiguring load balancer rules for Data One WUI access on CEMAN

Last updated 29 days ago

The installer is completely driven by the DOIM CLI (see also ). Hence, it must be run from the Control Node in the DOIM_HOME/bin directory.

Step 1 - Interactively collecting user input

This step interactively collects user input and stores it as a response file that will then used to generate the initial DMCFG.

Most of the interactive questions are a one-to-one mapping of the variables reported in . The text of each question reports the corresponding DMCFG variable name, so you can quickly look them up on the provided reference page.

You will be asked to create an Ansible Vault password that you will then provide each time passwords are handled by the DOIM CLI. This password is critical for DOIM and must be handled as such.

To launch the interactive phase, simply run this command:

doim.sh rspfile-create

This command simply stores the collected input without installing anything anywhere, and generates the initial DMCFG, locally storing it on the Control Node.

Step 2 - Installing the product code and deploying the initial DMCFG on managed nodes

The installation of the product code and the deployment of the initial DMCFG on managed nodes is done by running this command:

doim.sh domain-install

At the end of the command execution, which can take a while (depending on the number of managed nodes and on network/storage speed), the product and the initial DMCFG will be available on each managed node. The product, however, will remain in a shutdown state.

Step 3 - Installing product licenses

Any license key files obtained from Primeur must be stored in DOIM_HOME/licenses. Once they are available in this location you can deploy them all to managed nodes by running this command:

doim.sh license-install
doim.sh reference
Domain Master Configuration Reference