Top
Enterprise Postgres 14 SP1 Installation and Setup Guide for Server
FUJITSU Software

3.2 Run Installation

Install according to the following procedure:

Note

  • The following characters can be used as input values:

    Alphanumeric characters, hyphens, commas and forward slashes

  • When reinstalling the product, back up the following folder in which the WebAdmin instance management information is stored:

    webAdminInstallFolder/data/fepwa

    Follow the procedure below to perform the backup.

    1. Stop the WebAdmin server. Refer to "B.1.3 Stopping the Web Server Feature of WebAdmin" for details.

    2. Back up the following folder:

      webAdminInstallFolder/data/fepwa

    Replace the above folder with the backed up folder when the reinstallation is complete.

1. Stop applications and programs

If the installation method is the following, all applications and programs that use the product must be stopped:

Before starting the installation, stop the following:

2. Mount the DVD drive

Insert the server program DVD into the DVD drive, and run the command given below.

Example
# mount -t iso9660 -r -o loop /dev/dvd /media/dvd

Here /dev/dvd is the device name for the DVD drive (which may vary depending on your environment), and /media/dvd is the mount point (which may need to be created before calling the command).

Note

If the DVD was mounted automatically using the automatic mount daemon (autofs), "noexec" is set as the mount option, so the installer may fail to start. In this case, use the mount command to remount the DVD correctly, and then run the installation. Note that the mount options of a mounted DVD can be checked by executing the mount command without any arguments.

3. Run the installation

Select and install the following packages (rpm) with the rpm command.

Feature Name

Operating System

Package (Path)

Server

RHEL8

SERVER/Linux/packages/r80ppc64le/FJSVfsep-SV-*.rpm

SLES 15

SERVER/Linux/packages/SUSE15ppc64le/FJSVfsep-SV-*.rpm

WebAdmin

RHEL8

WEBADMIN/Linux/packages/r80ppc64le/FJSVfsep-WAD-*.rpm

SLES 15

WEBADMIN/Linux/packages/SUSE15ppc64le/FJSVfsep-WAD-*.rpm

Client

RHEL8

CLIENT64/Linux/packages/r80ppc64le/FJSVfsep-CL-*.rpm

SLES 15

CLIENT64/Linux/packages/SUSE15ppc64le/FJSVfsep-CL-*.rpm

Pgpool-II

RHEL8

PGPOOL2/Linux/packages/r80ppc64le/FJSVfsep-POOL2-*.rpm

SLES 15

PGPOOL2/Linux/packages/SUSE15ppc64le/FJSVfsep-POOL2-*.rpm

*is the version, OS, etc.

Example

In the following example, /media/dvd is the name of the mount point where the DVD is mounted.


Below is an example of new installation on RHEL8.

# cd /media/dvd/SERVER/Linux/packages/r80ppc64le
# rpm -ivh FJSVfsep-SV-14-1401-0.el8.ppc64le.rpm

Below is an example of new installation on SLES 15.

# cd /media/dvd/SERVER/Linux/packages/SUSE15ppc64le
# rpm -ivh FJSVfsep-SV-14-1401-0.s15.ppc64le.rpm

Below is an example of reinstallation on RHEL8.

# cd /media/dvd/SERVER/Linux/packages/r80ppc64le
# rpm -ivh --replacepkgs FJSVfsep-SV-14-1401-0.el8.ppc64le.rpm

Below is an example of reinstallation on SLES 15.

# cd /media/dvd/SERVER/Linux/packages/SUSE15ppc64le
# rpm -ivh --replacepkgs FJSVfsep-SV-14-1401-0.s15.ppc64le.rpm

Note

If you perform reinstallation, and an installation prefix (in the --prefix option of the rpm command) was used for the new installation, you must use the same prefix.

4. Setting Up WebAdmin

When using WebAdmin, use the WebAdminSetup command to set up WebAdmin. Refer to "B.1 Setting Up WebAdmin" for information on the WebAdmin setup procedure.

5. Set the installation environment to be used by Mirroring Controller

When using Database Multiplexing, use the mc_update_jre_env command to set the installation environment to be used by Mirroring Controller.

Example
# export JAVA_HOME="OpenJRE8InstallDir"
# /opt/fsepv<x>server64/bin/mc_update_jre_env