Follow the procedures below to install the master server functions.
SSH Settings Between the Master Server (primary) and the Master Server (secondary)
Create the configuration file bdpp.conf
Install the master server functions
Create a public key on both the master server (primary) and master server (secondary) so that the SSH can communicate between the two without a password.
Refer to the help for the ssh-keygen command for information on how to create a public key.
Before installing the master server functions, set the previously designed values in the "bdpp.conf" configuration file.
Refer to "Master server" in "A.2.1 bdpp.conf" for information on the configuration file "bdpp.conf".
Install the master server functions to the master server (primary) first, and then to the master server (secondary).
Follow the procedures below to install the master server functions.
Log in to the master server with root permissions.
Set the "BDPP_CONF_PATH" environment variable.
In the "BDPP_CONF_PATH" environment variable, set the directory where the "bdpp.conf" configuration file is stored.
Example
If the "bdpp.conf" configuration file was created under the "/home/data/master" directory:
# export BDPP_CONF_PATH=/home/data/master <Enter>
Note
The "bdpp.conf" configuration file must have the same settings at both the master server (primary) and the master server (secondary).
Before the master server (secondary) is installed, the "bdpp.conf" configuration file used at the master server (primary) must be copied to the master server (secondary).
Mount the DVD-ROM.
Place the DVD-ROM in the DVD drive, then execute the command below to mount the DVD-ROM. If the DVD-ROM is automatically mounted by the automatic mount daemon (autofs), installer startup will fail because "noexec" is set in the mount options.
# mount /dev/hdc {DVD-ROM mount point} <Enter>
Start the installer.
Execute bdpp_inst to start the installer.
# {DVD-ROM mount point}/bdpp_inst <Enter>
Select "1. Master Server installation".
================================================================================ Interstage Big Data Parallel Processing Server V1.0.0 All Rights Reserved, Copyright(c) FUJITSU LIMITED 2012 ================================================================================ << Menu >> 1. Master Server installation 2. Slave Server installation 3. Development Server installation 4. Collaboration Server installation ================================================================================ Please select number to start specified Server installation [?,q] => 1 <Enter>
Note
Before starting the installer, the IP address must be set in the public LAN network interface and the interface must be in the active state.
If installation fails, refer to the messages came up during the installation operation and/or installation log file (/var/tmp/bdpp_install.log) to diagnose the failure.
Then, remove the cause of the failure and perform installaiton again.