This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tsm:tsm_tdpvmware_install01 [2024/03/16 12:38] manu |
tsm:tsm_tdpvmware_install01 [2024/03/16 19:43] (current) manu [Linux] |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| ===== Uninstall ===== | ===== Uninstall ===== | ||
| + | |||
| + | You can also remove: | ||
| + | C:\Program Files\Tivoli\TSM | ||
| For IBM Spectrum Protect for Virtual Environments 8.1.6 and higher, delete: | For IBM Spectrum Protect for Virtual Environments 8.1.6 and higher, delete: | ||
| Line 31: | Line 34: | ||
| C:\ProgramData\config | C:\ProgramData\config | ||
| + | ==== Linux ==== | ||
| + | /opt/tivoli/tsm/client/ba/bin/dsmutillnx cleanupDmFiles 1 | ||
| + | |||
| + | uninstallation program: | ||
| + | /opt/tivoli/tsm/tdpvmware/_uninst/TDPVMware/ | ||
| + | |||
| + | Use the installation wizard to uninstall Data Protection for VMware, enter this command: | ||
| + | ./Uninstall_Tivoli_Data_Protection_for_VMware –i swing | ||
| + | To use the console to uninstall Data Protection for VMware, enter this command: | ||
| + | ./Uninstall_Tivoli_Data_Protection_for_VMware -i console | ||
| + | To silently uninstall Data Protection for VMware, enter this command: | ||
| + | ./Uninstall_Tivoli_Data_Protection_for_VMware -i silent -f uninstall.properties | ||
| + | |||
| + | |||
| + | The uninstall.properties file contains the vCenter connection information. This information is | ||
| + | needed to uninstall the Data Protection for VMware vSphere GUI | ||
| + | |||
| + | rpm -e TIVsm-TDPVMwarePlugin | ||
| + | rpm -e TIVsm-API64 gskssl64.linux.x86_64.rpm gskcrypt64.linux.x86_64 TIVsm-TDPVMwarePlugin.x86_64.rpm TIVsm-DPAPI.x86_64.rpm | ||
| + | |||
| + | Remove the product entries from the Deployment Engine: | ||
| + | /usr/ibm/common/acsi/bin/de_lsrootiu.sh | ||
| + | /usr/ibm/common/acsi/bin/deleteRootIU.sh <UUID> <discriminant> | ||
| + | | ||
| + | Ensure that these unit entries are removed: | ||
| + | FBJRE | ||
| + | TDPVMwareGUI | ||
| + | JavaHelp | ||
| + | TDPVMwareDM | ||
| + | |||
| + | After the uninstaller completes, remove the following directories, if present: | ||
| + | /opt/tivoli/tsm/client | ||
| + | /opt/tivoli/tsm/tdpvmware | ||
| + | Remove the user tdpvmware and associated directories: | ||
| + | userdel tdpvmware | ||
| + | /home/tdpvmware | ||
| + | /etc/adsm | ||
| + | |||
| + | |||
| + | | ||
| + | |||
| + | | ||