3.11.1 Deleting the server directory
To uninstall the HADB server, you must delete the server directory.
- Organization of this subsection
(1) Executing the server directory deletion command
As the HADB administrator (adbmanager), enter the operating system command below and press Enter. This deletes the server directory.
rm -rf /home/adbmanager/server
(2) Checking that the server directory has been deleted
As the HADB administrator (adbmanager), enter the operating system command below and press Enter. This enables you to check that the server directory has been deleted correctly.
ls -d /home/adbmanager/server
- ■ Execution result example
-
ls: cannot access /home/adbmanager/server: No such file or directory
If the execution result shown above is displayed, the server directory has been deleted.