Uninstalling Data Protection for VMware a Linux system

You can uninstall Data Protection for VMware on a supported Linux operating system.

About this task

When you uninstall Data Protection for VMware on a Linux system, by default, the type of uninstallation is the same process as the type of original installation. To use a different uninstallation process, specify the correct parameter. For example, if you used a silent installation process, you can use the installation wizard to uninstall by specifying the –i swing parameter. Run the uninstallation process as the root user. The root user profile must be sourced. If you use the su command to switch to root, use the su - command to source the root profile.

When the uninstall process begins removing program files, canceling the uninstall process does not return the system to a clean state. This situation might cause the reinstallation attempt to fail. As a result, clean the system by completing the tasks that are described in Manually removing Data Protection for VMware from a Linux system.

To uninstall Data Protection for VMware, complete the following steps:

Procedure

  1. Change to the directory for the uninstallation program. The following path is the default location to the uninstallation program: /opt/tivoli/tsm/tdpvmware/_uninst/TDPVMware/
  2. Depending on the type of installation, use one of the following methods to uninstall Data Protection for VMware:
    • To 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 or vCloud connection information. This information is needed to uninstall the Data Protection for VMware vSphere GUI or Data Protection for VMware vCloud GUI.

Manually removing Data Protection for VMware from a Linux system

About this task

When Data Protection for VMware cannot be uninstalled by using the standard uninstallation procedure, you must manually remove Data Protection for VMware from the system as described in these steps. Complete this process as the root user.

Procedure

  1. If you installed the Data Protection for VMware vSphere GUI or Data Protection for VMware vCloud GUI, remove its package from the Package Manager database with this command:
    rpm -e TIVsm-TDPVMwarePlugin
  2. Remove the Tivoli® Storage Manager API with this command:
    rpm -e TIVsm-API64
  3. Remove the product entries from the Deployment Engine:
    1. Issue this command to view a list of all entries:
      /usr/ibm/common/acsi/bin/de_lsrootiu.sh
    2. Issue this command to remove the installed unit entries that are related to Data Protection for VMware:
      /usr/ibm/common/acsi/bin/deleteRootIU.sh <UUID> <discriminant>
      Ensure that these unit entries are removed:
      FBJRE   
      TDPVMwareGUI    
      TDPVMwareMount    
      JavaHelp  
      TDPVMwareEnableFile
  4. Back up the global registry file (/var/.com.zerog.registry.xml). After the file is backed up, remove all tags that are related to Data Protection for VMware.
  5. Remove all files in the installation directory (/opt/tivoli/tsm/tdpvmware). Also, remove any shortcuts that are on the desktop.
  6. Back up the log files that are in the /root directory that contain TDPVMware in the file name. For example, IA-TDPVMware-00.log or IA-TDPVMware_Uninstall-00.log. Remove these log files after they are backed up. By removing them, you can view any error that is issued if the installation process fails again.
  7. Attempt to install the product again as described in Installing Data Protection for VMware on Linux systems.