Skip to content

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:

  1. Stop the service: systemctl stop esm-agent
  2. Diable the service from starting on boot: systemctl disable esm-agent
  3. Delete the esm-agent.service file from /etc/system/systemd
  4. Reload the systemd configuration: systemctl daemon-reload

Uninstall Agent

Note

The following instructions will assume an installation directory of /opt/sas/esm

  1. 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