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:
- Stop all Actions Pro services:
<actions-pro-home>/bin/stop.sh all -k
- Delete the installation directory as root.
For example:rm -rf /opt/resolve
- 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
- 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:
- Stop all Actions Pro services:
<install-dir>/bin/stop.sh all -k
- Delete the installation directory as root.
For example:rm -rf /opt/resolve
- 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:
- As a Windows administrator, go to Apps & Features.
- In the list, find Resolve RBA - RSRemote.
- Select the entry and click Uninstall.
- Confirm that you want to uninstall the application.
- In the uninstallation wizard that appears, click Uninstall.
- Finally, click Close.