Skip to main content
Version: 7.9

Uninstalling Resolve Actions Pro

Uninstalling Resolve Actions Pro mostly involves manually deleting its files from the filesystem. The process varies for core machines and RSRemote machines.

Uninstalling from Core Machines

To remove Actions Pro from a Linux core machine, perform the following steps:

  1. Stop all Actions Pro services:
    <actions-pro-home>/bin/stop.sh all -k
  2. Delete the installation directory as root.
    For example:
    rm -rf /opt/resolve
  3. Remove the system service files, if any:
    • .service files from /etc/systemd/system:
      • kibana.service
      • logstash.service
      • resolve.service
      • rscontrol.service
      • rslog.service
      • rsmgmt.service
      • rsmq.service
      • rsremote.service
      • rssearch.service
      • rssync.service
      • rsview.service
    • Symlinks pointing at the same services from /etc/systemd/system/multi-user.target.wants
  4. Drop the Actions Pro SQL database.

Uninstalling RSRemote from Linux Machines

To remove a standalone RSRemote deployment from a Linux machine, perform the following steps:

  1. Stop all Actions Pro services:
    <install-dir>/bin/stop.sh all -k
  2. Delete the installation directory as root.
    For example:
    rm -rf /opt/resolve
  3. Remove the system service files, if any:
    • .service files from /etc/systemd/system
      • rsmgmt.service
      • rsremote.service
    • Symlinks pointing at the same services from /etc/systemd/system/multi-user.target.wants

Uninstalling RSRemote from Windows Machines

To remove a standalone RSRemote deployment from a Windows machine, perform the following steps:

  1. As a Windows administrator, go to Apps & Features.
  2. In the list, find Resolve RBA - RSRemote.
  3. Select the entry and click Uninstall.
  4. Confirm that you want to uninstall the application.
  5. In the uninstallation wizard that appears, click Uninstall.
  6. Finally, click Close.