Top
Interstage Big DataParallel Processing ServerV1.0.1 User's Guide
FUJITSU Software

E.1 Messages During Installation

This section explains the messages output or displayed during the installation of this product.

bdpp_inst: ERROR: 001: Configuration file bdpp.conf does not exist.

Description

The bdpp.conf configuration file does not exist.

Action method

Create bdpp.conf, and specify the bdpp.conf path in the BDPP_CONF_PATH environment variable.

bdpp_inst: ERROR: 002: bdpp.conf parameter error. ($INFO1: $INFO2)

Description

There is an error in the parameter shown in $INFO1 (line number or description code):$INFO2 (parameter and specified value) in bdpp.conf.

The description codes displayed in $INFO1 include the following:

  • NOT
    Displayed when the mandatory parameter in $INFO2 has not been specified.

  • IMPROPER
    Displayed when a combination of the parameter in $INFO2 and other parameters is inappropriate.
    For example, IMPROPER will be displayed if the BDPP_SECONDARY_ADM_IP parameter was specified, even though the BDPP_SECONDARY_NAME parameter is not specified.

Action method

Refer to "B.1 bdpp.conf" for the parameters that can be defined in bdpp.conf, and ensure that their specified values are correct. Then, re-execute the bdpp_inst command.

bdpp_inst: ERROR: 003: The LAN Manager module is not exist at /tmp.

Description

The "Microsoft LAN Manager module" cannot be found on the system work directory (/tmp).

Action method

Deploy the "Microsoft LAN Manager module", as described in "5.16 Expanding the Microsoft LAN Manager Module", to the system work directory (/tmp), and then re-execute the installer.

Note that the "Microsoft LAN Manager module" should be placed directly under /tmp without creating a subdirectory.

bdpp_inst: ERROR: 004: This server's IP does not match primary IP ($BDPP_PRIMARY_IP) nor secondary IP ($BDPP_SECONDARY_IP).

Description

The IP address of the server attempting to install the master server functionality does not match the value of the parameters (BDPP_PRIMARY_IP or BDPP_SECONDARY_IP) specified in bdpp.conf.

Action method

Check the following, and take appropriate actions:

  • The BDPP_PRIMARY_IP or BDPP_SECONDARY_IP parameters specified in bdpp.conf may not match the IP address allocated for connection to the public LAN.
    Ensure that the IP address allocated for connection to the public LAN has been specified, then try installing again.

  • Ensure that the network interface of the Public LAN is active, activate it if it is not, then try installing again.

    Example

    # /etc/init.d/network restart <Enter>

bdpp_inst: ERROR: 005: The value is not specified for BDPP_PDFS_MOUNTPOINT.

Description

An attempt is being made to use the DFS file system with BDPP_PDFS_FILESYSTEM specified in bdpp.conf, but a mount point has not been specified for BDPP_PDFS_MOUNTPOINT.

Action method

Specify the PDFS mount point at BDPP_PDFS_MOUNTPOINT.

bdpp_inst: WARN: 006: Since file systems other than ext3 are contained, cloning cannot be performed.

Description

Cloning cannot be performed, because a file system other than ext3 is included in the file system of the system attempting to install the slave server functionality.

Action method

Enter "Y" or "N" in the message that follows ("Is installation continued? [y/n]") to continue or cancel the installation.

Note that although the slave server functionality can be installed if "Y" is selected, it will no longer be possible to scale-out the slave server by cloning. To use cloning, use ext3 to rebuild the file system of the system on which the functionality will be installed and perform the installation again.

bdpp_inst: ERROR: 010: Installation failed. ($PROCESS)

Description

The installation failed at the installer processing shown in $PROCESS.

Action method

  • When $PROCESS is "groupadd" or "useradd"

    The groupadd or useradd command processing failed. Check if the value specified for BDPP_HADOOP_DEFAULT_GROUP or BDPP_HADOOP_DEFAULT_USERS in bdpp.conf is already registered in the system. If it is, delete it and then perform the installation again.

  • When $PROCESS is "PDFS"

    The directories /opt/FJSVpdfs, /etc/opt/FJSVpdfs, /var/opt/FJSVpdfs, or /etc/pdfs may still exist. Perform backup if necessary, then delete the relevant directory and rerun the installer.

  • When $PROCESS is "ServerView Resource Orchestrator"

    The IP address of the admin LAN may contain an incorrect value. Check the IP address settings, and revise if necessary. Then, perform the installation again.

  • When $PROCESS is other than the above

    Refer to the install log /var/tmp/bdpp_install.log, and remove the cause of the error. Then, perform the installation again.

bdpp_inst: ERROR: 011: Uninstallation failed. ($PROCESS)

Description

The uninstallation failed at the uninstaller processing shown in $PROCESS.

Action method

Refer to the install log /var/tmp/bdpp_install.log, and remove the cause of the error. Then, perform the uninstallation again.

bdpp_inst: ERROR: 101: Administrator privilege is required.

Description

The user attempting execution does not have root permissions.

Action method

Re-execute using root permissions.

bdpp_inst: ERROR: 102: $PKG package is not installed.

Description

The mandatory package shown in $PKG is not installed.

Action method

Install the mandatory package shown in $PKG.


Note

Contact Fujitsu technical staff if an error message other than the ones shown above is output or displayed.