Follow the procedures below to install the master server functionality.
Before installing the master server functionality, set the previously designed values in bdpp.conf.
The settings in bdpp.conf at the primary master server must match the settings at the secondary master server. When creating a master server replicated configuration, before installing the secondary master server, copy bdpp.conf used on the primary master server to the secondary master server.
Example
If bdpp.conf is stored in /home/data/master:
# cd /home/data/master <Enter> # scp -p ./bdpp.conf root@master2:/home/data/master/bdpp.conf <Enter>
Note
If a master server replicated configuration is installed in a virtual environment (KVM) and the virtual machines to which the primary master server and the secondary master server are to be installed are on different host machines, you need to set the IP addresses for the two host machines in the BDPP_KVMHOST_IP parameter of the configuration file.
See
Refer to "Master server" in "B.1 bdpp.conf" for information on bdpp.conf.
Perform the setup by first installing the primary master server first, and then the secondary master server, in order to build a master server replicated configuration.
Set the "BDPP_CONF_PATH" environment variable.
In the "BDPP_CONF_PATH" environment variable, set the directory where bdpp.conf is stored.
Example
If bdpp.conf is stored in /home/data/master:
# export BDPP_CONF_PATH=/home/data/master <Enter>
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 dvdRomMountPoint <Enter>
Start the installer.
Execute bdpp_inst to start the installer.
# dvdRomMountPoint/bdpp_inst <Enter>
Select "1. Master Server installation".
================================================================================ Interstage Big Data Parallel Processing Server V1.0.1 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 output 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 installation again.
After installing the master server functionality, apply the updates for this product and the updates for software included with this product.
Refer to the note in "Chapter 6 Installation" for details.