Uninstalling hp-ux agents manually – Symantec Critical System User Manual

Page 88

Advertising
background image

88 Installing UNIX agents

Uninstalling agents manually

7

Remove the following lines from the initialization scripts:
Remove the lines (including comments) between

# Begin SIS IPS

and

# End SIS IPS in files /etc/init.d/boot.local

and /etc/init.d/halt.local

.

8

Type and run the following command to remove the definitions from the
native package database:

rpm -e SYMCcsp --noscripts

9

Run the following command to reboot the computer:

init 6

Uninstalling HP-UX agents manually

You can manually uninstall HP-UX agents.

To uninstall HP-UX 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/sisips.conf

rm -f /sbin/init.d/sisips*

rm -f /sbin/init.d/sisids*

rm -f /sbin/rc?.d/*sisips*

rm -f /sbin/rc?.d/*sisids*

Advertising