Uninstalling aix agents manually – Symantec Critical System User Manual

Page 89

Advertising
background image

89

Installing UNIX agents

Uninstalling agents manually

rm -rf /var/log/scsplog

(default directory)

rm -f /var/run/sisipsdaemon.pid

rm -f /var/run/sisidsdaemon.pid

5

Type and run the following commands to remove the agent user and group:

userdel sisips

groupdel sisips

Uninstalling AIX agents manually

You can manually uninstall AIX agents.

To uninstall AIX agents manually

1

Open a Terminal window on the computer that runs the agent to uninstall,
and become superuser.

2

Run the following command to determine the agent process IDs:

cat /var/run/sisipsdaemon.pid

cat /var/run/sisidsdaemon.pid

3

(Optional) If the process IDs do not appear, do the following to display the
process IDs and stop the agent process:
Run the following commands:

ps -ef | grep sisipsdaemon

ps -ef | grep sisidsdaemon

If the agent processes are not running, continue with the next numbered
step.
If either agent process is running, run the following command to stop the
agent process:

kill -KILL <agent_PID>

4

Type and run the following commands to remove the installation files:

rm -rf /opt/Symantec/scspagent

(default directory

rmdir /opt/Symantec

(default directory

rm -rf /etc/sisips

rm -f /etc/Symantec.conf

rm -f /etc/sisipsdaemon.pid

rm -f /etc/sisidsdaemon.pid

rm -f /etc/sisips.conf

rm -f /etc/rc.sisipsagent

rm -f /etc/rc.sisidsagent

rm -rf /etc/symantec/sis

rm -rf /var/log/scsplog

(default directory

Advertising