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

2.2.2 Run Installation

The installation procedure is described below.

Note

The following characters can be used as input values:

Alphanumeric characters, hyphens, commas and forward slashes

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 client program DVD into the DVD drive, and then execute the following command:

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

Install the following packages (rpm) with the rpm command.

Feature Name

Operating System

Package (Path)

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/CLIENT64/Linux/packages/r80ppc64le
# rpm -ivh FJSVfsep-CL-14-1401-0.el8.ppc64le.rpm

Below is an example of new installation on SLES 15.

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

Below is an example of reinstallation on RHEL8.

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

Below is an example of reinstallation on SLES 15.

# cd /media/dvd/CLIENT64/Linux/packages/SUSE15ppc64le
# rpm -ivh --replacepkgs FJSVfsep-CL-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.