The uninstallation procedure is described below.
1. Stop the program
Before starting the uninstallation, stop the following:
Mirroring Controller arbitration process
Execute the mc_arb command in stop mode to stop the Mirroring Controller arbitration process.
$ mc_arb stop -M /mcarb_dir/arbiter1
2. Check the installed product
Check the installed products by following the procedure below.
Displays the name of the installed package.
# rpm -qa | grep FJSVfsep
For detailed package information, run the following command:
# rpm -qi Package Name
3. Start the uninstaller
Uninstall all packages for the product to be uninstalled.
Refer to the table in "2.2.2 Installation from RPM Package" for the package set for each product.
The installation directory may remain after uninstallation. Delete them if they are not needed.
# rpm -e package name
Point
We recommend that you uninstall the packages of the products to be uninstalled in batches for each product.
The following shows an example of uninstalling a server assistant product.
# rpm -qa | grep FJSVfsep-assistant FJSVfsep-assistant-essential-* FJSVfsep-assistant-core-* FJSVfsep-assistant-openjdk-* # rpm -e FJSVfsep-assistant-openjdk-<x> FJSVfsep-assistant-core-<x> FJSVfsep-assistant-essential-<x>
*is the version, OS, and so on.
"<x>" indicates the version.