Document Type | Technical Information
Category | Installation
Applicable Product Version | Tibero 7.2.2
Document Number | TINTI025
Overview
This explains the steps to manually remove Tibero in Windows and UNIX environments.
Method
Windows Environment
1) Shut down Tibero.
tbdown immediate2) Enter the following command in the %TB_HOME%\bin directory.
tbuninstall %TB_SID%When this command is executed, Tibero registered as a Windows service will be removed.
C:\Tibero\tibero7\bin>tbuninstall %TB_SID%
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
TB_HOME = C:\Tibero\tibero7
TB_SID = tibero
service name = Tibero_tibero
Tibero_tibero uninstalled successfully.3) Delete the directory where Tibero is installed, including all subdirectories, using the operating systemโs command.
rmdir %TB_HOME%
Unix Environment
1) Shut down Tibero.
tbdown immediate2) Delete the directory where Tibero is installed, including all subdirectories, using the operating systemโs command.
rm โrf $TB_HOME