Hitachi

Hitachi Advanced Database Setup and Operation Guide


8.12.1 Uninstallation procedure

Uninstall the HADB server by following the procedure described below. If the server directory contains files that are important to save, back them up before proceeding with uninstallation.

Important

Before uninstalling the HADB server, stop all commands and applications. Otherwise, the uninstallation might fail.

Organization of this subsection

(1) Deleting the server directory

Delete the server directory by executing the following operating system command as the HADB administrator. You can now uninstall the HADB server.

rm -rf server-directory-path-name

An example follows in which /HADB/server is specified for server-directory-path-name.

■ Command execution example
rm -rf /HADB/server

(2) Deleting the installation data (adbinstall command and tar.gz file)

As the HADB administrator, execute the following operating system command to delete the installation data (the adbinstall command and the tar.gz file) that was used when installing the HADB server:

rm -rf path-name-of-selected-directory-for-storing-installation-data

In the following example, /home/adbmanager/install is specified for path-name-of-selected-directory-for-storing-installation-data.

■ Command execution example
rm -rf /home/adbmanager/install