Uninstall Digital Lab

Follow the instructions below to uninstall the Digital Lab server from Linux and Windows machines. This section is relevant only for UFT Digital Lab.

Uninstall from Linux

You remove a Linux server installation by running the uninstall script on your Digital Lab server:

  1. Log into the Digital Lab server machine as root user.

  2. Change directory to the installation directory:
    cd <path to installation folder> (Default /opt/UFTDigitalLab)
  3. Run the uninstall script by entering the following command:
    ./UFTM_uninstall
    1. Press Enter to confirm you want to uninstall Digital Lab.
    2. Confirm whether to remove the Linux user account used when installing Digital Lab.
    3. Enter y to uninstall the PostgreSQL database and to delete the application file storage directory.
    4. If you uninstall Digital Lab without uninstalling the PostgreSQL database, the encrypted.properties file is backed up to /var/.hpmc-config so that you can re-use the hp4m schema in future with an external database.

Back to top

Uninstall from Windows

Remove the Digital Lab server from your machine in one of the following ways:

  1. Double click the shortcut on the desktop and select Uninstall Digital Lab Server.
    Alternatively, uninstall from the Apps page in Settings, or from the Programs and Features control panel.
  2. Select Yes to uninstall the PostgreSQL database and to delete the application file storage directory.
  3. If you uninstall Digital Lab without uninstalling the PostgreSQL database, the encrypted.properties file is backed up to C:\Program Files\.hpmc-config so that you can re-use the hp4m schema in future with an external database.
  4. Back to top

Troubleshooting and tips

Uninstall logs can be found in the following location:

Windows

<path to server installation folder>\installation\Logs
Default C:\Program Files\UFT Digital Lab Server\installation\Logs)

Linux

<path to server installation folder>/installation/Logs
(Default /opt/UFTMobile/installation/Logs)

When the Digital Lab server machine is configured to work with WiFi, the Linux uninstall process may fail. This is due to its attempt to remove wpa_supplicant. The error indicates this dependency:
libcrypto.so.1.0.0()(64bit) is needed by (installed) wpa_supplicant-1.0-3pclos2012.x86_64

Solution:

  • Uninstall and reinstall a compatible version of RPM NetworkManager.
  • Rerun the uninstall script.
  • Reconfigure the WiFi settings as required.
  • If the problem persists, re-image the machine.