Install according to the following procedure:
You can set up WebAdmin during installation, but if you want WebAdmin to use the HTTPS protocol and perform client authentication, you must set it up again using the WebAdminSetup command. After the installation is complete, refer to "B.1 Setting Up WebAdmin" to set up WenAdmin again.
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.
Stop the WebAdmin server. Refer to "B.1.4 Stopping the Web Server Feature of WebAdmin" for details.
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:
Reinstallation
Before starting the installation, stop the following:
Applications that use the product
Connection Manager
Instance
Web server feature of WebAdmin
Execute the WebAdminStop command to stop the Web server feature of WebAdmin.
If WebAdmin is installed in /opt/fsepv<x>webadmin:
# cd /opt/fsepv<x>webadmin/sbin
# ./WebAdminStop
Mirroring Controller
Execute the mc_ctl command with the stop mode option specified and stop the Mirroring Controller.
$ mc_ctl stop -M /mcdir/inst1
pgBadger
Pgpool-II
pgBackRest
2. Mount the DVD drive
Insert the server program DVD into the DVD drive, and run the command given below.
# 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 |
RHEL9 | SERVER/Linux/packages/r90ppc64le/FJSVfsep-SV-*.rpm | |
SLES 15 | SERVER/Linux/packages/SUSE15ppc64le/FJSVfsep-SV-*.rpm | |
WebAdmin | RHEL8 | WEBADMIN/Linux/packages/r80ppc64le/FJSVfsep-WAD-*.rpm |
RHEL9 | WEBADMIN/Linux/packages/r90ppc64le/FJSVfsep-WAD-*.rpm | |
SLES 15 | WEBADMIN/Linux/packages/SUSE15ppc64le/FJSVfsep-WAD-*.rpm | |
Client | RHEL8 | CLIENT64/Linux/packages/r80ppc64le/FJSVfsep-CL-*.rpm |
RHEL9 | CLIENT64/Linux/packages/r90ppc64le/FJSVfsep-CL-*.rpm | |
SLES 15 | CLIENT64/Linux/packages/SUSE15ppc64le/FJSVfsep-CL-*.rpm | |
Pgpool-II | RHEL8 | PGPOOL2/Linux/packages/r80ppc64le/FJSVfsep-POOL2-*.rpm |
RHEL9 | PGPOOL2/Linux/packages/r90ppc64le/FJSVfsep-POOL2-*.rpm | |
SLES 15 | PGPOOL2/Linux/packages/SUSE15ppc64le/FJSVfsep-POOL2-*.rpm | |
pgBackRest | RHEL8 | PGBACKREST/Linux/packages/r80ppc64le/FJSVfsep-PGBR-*.rpm |
RHEL9 | PGBACKREST/Linux/packages/r90ppc64le/FJSVfsep-PGBR-*.rpm | |
SLES 15 | PGBACKREST/Linux/packages/SUSE15ppc64le/FJSVfsep-PGBR-*.rpm |
*is the version, OS, etc.
In the following example, /media/dvd is the name of the mount point where the DVD is mounted.
The "<x>" and " <x0z>" in the path indicate the x and z of the x SPz represented as the product version. For products without SPz, <x0z> becomes <x00>.
Below is an example of new installation on RHEL9.
# cd /media/dvd/SERVER/Linux/packages/r90ppc64le # rpm -ivh FJSVfsep-SV-<x>-<x0z>-0.el9.ppc64le.rpm
Below is an example of new installation on SLES 15.
# cd /media/dvd/SERVER/Linux/packages/SUSE15ppc64le # rpm -ivh FJSVfsep-SV-<x>-<x0z>-0.s15.ppc64le.rpm
Below is an example of reinstallation on RHEL9.
# cd /media/dvd/SERVER/Linux/packages/r90ppc64le # rpm -ivh --replacepkgs FJSVfsep-SV-<x>-<x0z>-0.el9.ppc64le.rpm
Below is an example of reinstallation on SLES 15.
# cd /media/dvd/SERVER/Linux/packages/SUSE15ppc64le # rpm -ivh --replacepkgs FJSVfsep-SV-<x>-<x0z>-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.
# export JAVA_HOME="OpenJRE8InstallDir"
# /opt/fsepv<x>server64/bin/mc_update_jre_env