Executing Data Shaper installer
Step 1 - Interactively collecting user input
This step interactively collects user input and stores it as a response file that will then be used to extend the existing Data One DMCFG.
Most of the interactive questions are a one-to-one mapping of the variables reported in Data Shaper Domain Master Configuration reference. The text of each question reports the corresponding DMCFG variable name, so you can quickly look them up in the provided reference page.
You will be asked provide Ansible Vault password. This is the same Ansible Vault password you established at the time you installed the Data One base product.
To launch the interactive phase, simply run this command:
doim-datashaper.sh rspfile-create
Step 2 - Installing Data Shaper the product code and deploying the initial DMCFG on managed nodes
Before proceeding with the actual installation, you must completely stop Data One on all nodes (see also Basic system control: starting, stopping and checking status).
The installation of the product code and the deployment of the initial DMCFG on managed nodes is done by running this command:
doim-datashaper.sh domain-install
At the end of the command execution, that can take a while (depending on the number of target STENG Peers and on network/storage speed), Data Shaper product and the updated DMCFG will be available on each managed node.
Step 3 - Installing Data Shaper product license
In order to install Data Shaper license key, you must place the license file named datashaper-license
in DOIM_HOME/licenses
and then run this command:
doim-datashaper.sh license-install
Data Shaper is now fully installed. You can restart Data One and all Data Shaper components will become available (see also Basic system control: starting, stopping and checking status).
Updated 11 months ago