This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
tsm:tsm_tdpvmware_install01 [2024/03/16 12:27] manu created |
tsm:tsm_tdpvmware_install01 [2024/03/16 19:43] (current) manu [Linux] |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| The directory to the truststore location: | The directory to the truststore location: | ||
| - | • On Linux: /opt/tivoli/tsm/tdpvmware/common/scripts/ | + | * On Linux: /opt/tivoli/tsm/tdpvmware/common/scripts/ |
| - | • On Windows: C:\Program Files\IBM\SpectrumProtect\Framework\VEGUI\scripts\ | + | * On Windows: C:\Program Files\IBM\SpectrumProtect\Framework\VEGUI\scripts\ |
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== Uninstall ===== | ||
| + | |||
| + | You can also remove: | ||
| + | C:\Program Files\Tivoli\TSM | ||
| + | |||
| + | For IBM Spectrum Protect for Virtual Environments 8.1.6 and higher, delete: | ||
| + | C:\IBM\SpectrumProtect | ||
| + | C:\Program Files\IBM\SpectrumProtect | ||
| + | C:\ProgramData\Tivoli\TSM | ||
| + | C:\ProgramData\config | ||
| + | C:\IBM\SpectrumProtect | ||
| + | C:\Program Files\IBM\SpectrumProtect | ||
| + | |||
| + | |||
| + | For IBM Spectrum Protect for Virtual Environments 8.1.4 and prior, delete: | ||
| + | C:\IBM\tivoli | ||
| + | C:\Program Files (x86)\Common Files\Tivoli\TDPVMware | ||
| + | C:\Program Files\Common Files\Tivoli | ||
| + | C:\ProgramData\Tivoli\TSM | ||
| + | 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 | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | | ||