Top
Interstage Big DataParallel Processing ServerV1.0.0 User's Guide
Interstage

4.2.1 Installing Slave Server Functions

The procedure for installing slave server functions is shown below.

  1. Creating the configuration file bdpp.conf

  2. Installing slave server functions

  3. DFS setup

  4. Network repliation and Hadoop setup


4.2.1.1 Creating the Configuration File bdpp.conf

Before installing the slave server functions, set the previously designed values in the "bdpp.conf" configuration file.

Refer to "Slave server" under "A.2.1 bdpp.conf" for details of the "bdpp.conf" configuration file.

Point

For the values in the "BDPP_PDFS_FILESYSTEM" and "BDPP_PDFS_MOUNTPOINT" parameters in the "bdpp.conf" file, specify the same values as the parameter values specified in the master server "bdpp.conf" file.


4.2.1.2 Installing Slave Server Functions

Follow the procedures below to install the slave server functions.

  1. Log in to the slave server with root permissions.

  2. 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/slaves" directory:

    # export BDPP_CONF_PATH=/home/data/slaves <Enter>
  3. 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>
  4. Start the installer.
    Execute bdpp_inst to start the installer.

    # {DVD-ROM mount point}/bdpp_inst <Enter>
  5. Select "2. Slave 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]
    => 2 <Enter>
  6. After installation is completed, restart the system.

    # shutdown -r now <Enter>

    Note

    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.