Uninstall according to the following procedure:
Note
To reinstall Symfoware Server after it was uninstalled, and reuse an instance that was already created so that it can be managed from WebAdmin, back up the file shown below in which the WebAdmin instance management information had been defined before uninstalling Symfoware Server, and then restore the backed up file to its original location once Symfoware Server has been reinstalled.
installDir/gui/data/gui-instances
Information
If an error occurs while the product is being uninstalled, refer to "Appendix H Uninstall (middleware) Messages" and take the required action.
1. Delete the operation information
If the Symfoware Server operation information has been registered in the operating system or another middleware product, for example, then it must be deleted. Cases in which deletion is required are as follows:
In cluster systems that use failover operation, close the cluster application and then delete the cluster application as well as the Symfoware Server resources.
Refer to the "Symfoware Server Cluster Operation Guide" for information on other tasks.
If a PL/extJava environment has been built, delete the domain. Refer to "Setting up and Operating PL/extJava" in the Operation Guide for details.
If you have set automatic start and stop of the instance, execute the following commands to disable the script and cancel registration.
chkconfig nameOfShellScriptForAutomaticStartAndStop off chkconfig --del nameOfShellScriptForAutomaticStartAndStop rm /etc/rc.d/init.d/nameOfShellScriptForAutomaticStartAndStop
# chkconfig rc_symfosvoi_inst1 off # chkconfig --del rc_symfosvoi_inst1 # rm /etc/rc.d/init.d/rc_symfosvoi_inst1
systemctl disable nameOfUnitFileThatPerformsAutomaticStartAndStop
rm /usr/lib/systemd/system/nameOfUnitFileThatPerformsAutomaticStartAndStop
# systemctl disable symfosvoi_inst1.service # rm /usr/lib/systemd/system/symfosvoi_inst1.service
2. Stop applications and the client program
Before starting the uninstallation, stop the following:
Applications that use the product
Instance
In the [Monitor] window, click [Stop].
Execute the pg_ctl command in stop mode.
$ /opt/symfoserver64/bin/pg_ctl stop -D /database/inst1
Web server feature of WebAdmin
Execute the WebAdminStop command to stop the Web server feature of WebAdmin.
# cd /opt/symfoserver64/gui/sbin # ./WebAdminStop
In the example above, /opt/symfoserver64 is the installation directory.
Mirroring Controller
Execute the mc_ctl command with the stop mode option specified and stop the Mirroring Controller.
$ mc_ctl stop -M /mcdir/inst1
3. Change to the superuser
Run the following command to switch to the superuser on the system.
$ su - Password:******
4. Start the Uninstall (middleware)
Execute the following command:
# /opt/FJSVcir/cimanager.sh -c
5. Select the software
Type the number for the product to be uninstalled, and press Enter.
Loading Uninstaller... Currently installed products 1. Symfoware Server Enterprise Edition(Open Interface)(64bit) V12.1.0 2. Symfoware Server Client(Open Interface)(32bit) V12.1.0 3. Symfoware Server Client(Open Interface)(64bit) V12.1.0 Type [number] to select the software you want to uninstall. [number,q] =>1
6. Start the uninstallation
To start the uninstallation, type "y" and press Enter.
To display the list of products again, type "b" and press Enter.
Symfoware Server Enterprise Edition(Open Interface)(64bit) Description: Symfoware Server Enterprise Edition(Open Interface)(64bit) Version: V12.1.0 Vendor name: Fujitsu Limited Installation directory: /opt/symfoserver64 Date of installation: 2014-8-21 Uninstallation will start. Continue? [y,b,q] =>y
7. Finish the uninstallation
Upon successful completion, the window below is displayed.
The installation directory may remain after uninstallation. If it is not required, delete it.
Uninstalling... Symfoware Server Enterprise Edition(Open Interface)(64bit) is being uninstalled now. 100% ############################## The following products have been uninstalled successfully: Symfoware Server Enterprise Edition(Open Interface)(64bit) Uninstallation of "Symfoware Server Enterprise Edition 64bit V12.1.0" has completed successfully. Exiting Uninstaller.