Updated on 2023-05-29 GMT+08:00

Uninstalling Backint Agent

The installation script is required for uninstalling Backint Agent. If the installation script is deleted by mistake, download the installation script by referring to Downloading Backint Agent.

1. Go to the /tmp directory.

cd /tmp

2. Run the following command as user root to uninstall Backint Agent. Enter the system ID of the server where Backint Agent is installed for SID in the command, for example, bash install.sh --uninstall S99.

bash install.sh --uninstall SID

The install.sh script performs the following operations:

  • Delete the /usr/sap/{SID}/SYS/global/hdb/opt/hw-backint-agent directory and all files in it.
  • Delete the /usr/sap/{SID}/SYS/global/hdb/opt/hdbconfig directory and all files in it.
  • Delete the /usr/sap/{SID}/SYS/global/hdb/opt/hdbbackint file.
  • Delete the log files in /var/log/huawei/backint.

In the high availability (HA) scenario, you need to repeat the preceding operations to uninstall Backint Agent on the standby server.