Symantec Critical System Uninstalling AIX agents manually

Models: Critical System

1 122
Download 122 pages 46.44 Kb
Page 89
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

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

groupdel sisips

89

Uninstalling AIX agents manually

You can manually uninstall AIX agents.

To uninstall AIX agents manually

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

2Run 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>

4Type 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

Page 89
Image 89
Symantec Critical System Uninstalling AIX agents manually