Agent on Unix
Unconfigure systemd service¶
If you configured your Agent to run as a systemd
service, you will need to unconfigure this. The following steps will need to be run as the root
user or using sudo
:
- Stop the service:
systemctl stop esm-agent
- Diable the service from starting on boot:
systemctl disable esm-agent
- Delete the
esm-agent.service
file from/etc/system/systemd
- Reload the systemd configuration:
systemctl daemon-reload
Uninstall Agent¶
Note
The following instructions will assume an installation directory of /opt/sas/esm
- Remove the
esm-agent
directory and all its content:rm -rf /opt/sas/esm/esm-agent
Last update:
April 24, 2023
Created: April 24, 2023
Created: April 24, 2023