Uninstalling Plug-In
Installation scenario depends on the OS you work with:
Uninstalling Veeam Plug-In on Windows Machines
To uninstall Veeam Plug-In and undo the configuration changes, do the following:
- Open the Control Panel and click Programs and Features.
- In the list of programs, select Veeam Plug-In for IBM Db2 and click Uninstall.
Uninstalling Veeam Plug-In on Linux Machines
On a Linux machine, go to the directory with the Veeam Plug-In package and run the following command. Note that the operation requires root privileges.
For CentOS / RHEL / Oracle Linux, run the following commands:
- To uninstall Veeam Plug-In:
|
rpm -e VeeamPluginforDB2 |
- To uninstall the openssl-fips-redistributable-3.1.2 package:
rpm -e openssl-fips-redistributable-3.1.2-3.1.2.2-1.x86_64 |
For SLES, run the following commands:
- To uninstall Veeam Plug-In:
|
zypper rm VeeamPluginforDB2 |
- To uninstall the openssl-fips-redistributable-3.1.2 package:
zypper rm openssl-fips-redistributable-3.1.2-3.1.2.2-1.x86_64 |
For Ubuntu, run the following commands:
- To uninstall Veeam Plug-In:
|
apt-get remove VeeamPluginforDB2 |
- To uninstall the openssl-fips-redistributable-3.1.2 package:
apt-get remove openssl-fips-redistributable-3.1.2_3.1.2.2_amd64 |
Uninstalling Veeam Plug-In on IBM AIX Machines
To uninstall Veeam Plug-In and undo the configuration changes, run the following command. Note that the operation requires root privileges.
|
rpm -e VeeamPluginforDB2 |