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:46] manu |
tsm:tsm_tdpvmware_install01 [2024/03/16 19:43] (current) manu [Linux] |
||
|---|---|---|---|
| Line 33: | Line 33: | ||
| C:\ProgramData\Tivoli\TSM | C:\ProgramData\Tivoli\TSM | ||
| C:\ProgramData\config | C:\ProgramData\config | ||
| + | |||
| + | ==== Linux ==== | ||
| /opt/tivoli/tsm/client/ba/bin/dsmutillnx cleanupDmFiles 1 | /opt/tivoli/tsm/client/ba/bin/dsmutillnx cleanupDmFiles 1 | ||
| - | uninstallation program: /opt/tivoli/tsm/tdpvmware/_uninst/TDPVMware/ | + | 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 | ||
| - | o use the installation wizard to uninstall Data Protection for VMware, enter this command: | + | Remove the product entries from the Deployment Engine: |
| - | ./Uninstall_Tivoli_Data_Protection_for_VMware –i swing | + | /usr/ibm/common/acsi/bin/de_lsrootiu.sh |
| - | • To use the console to uninstall Data Protection for VMware, enter this command: | + | /usr/ibm/common/acsi/bin/deleteRootIU.sh <UUID> <discriminant> |
| - | ./Uninstall_Tivoli_Data_Protection_for_VMware -i console | + | |
| - | • To silently uninstall Data Protection for VMware, enter this command: | + | Ensure that these unit entries are removed: |
| - | ./Uninstall_Tivoli_Data_Protection_for_VMware -i silent | + | FBJRE |
| - | -f uninstall.properties | + | 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 | ||
| + | | ||
| + | |||
| + | | ||