Manually uninstalling the Remote Agent for Linux or UNIX Servers
You can manually uninstall the Remote Agent for Linux or UNIX Servers (Remote Agent).
To manually uninstall the Remote Agent for Linux or UNIX Servers
-
Use a terminal session to connect to the Linux or UNIX server as the root user.
-
Change to the following directory:
/opt/VRTSralus/bin
For example:
cd /opt/VRTSralus/bin
-
Delete the following line if it is found in the /etc/inittab file:
/opt/VRTSralus/bin/VRTSralus.init
For example:
rm -r /opt/VRTSralus/bin/VRTSralus.init
-
Stop the Remote Agent daemon.
See Stopping the Remote Agent for Linux or UNIX Servers daemon.
-
Remove the Remote Agent package from the Linux or UNIX server.
For example:
Debian GNU/Linux, Ubuntu
| dpkg -r VRTSralus |
Linux
| rpm -e VRTSralus |
Sun Solaris
| pkgrm VRTSralus |
-
Change back to the root directory.
For example:
cd /
-
Remove the following files:
/etc/VRTSralus
/opt/VRTSralus
/var/VRTSralus
For example:
rm -r /etc/VRTSralus /opt/VRTSralus /van/VRTSralus
-
Type y if you are prompted to descend into the directories.
-
Type y if you are prompted to delete a directory.
-
Remove runtime scripts if they are present.
See Runtime scripts to remove when manually uninstalling the Remote Agent for Linux or UNIX Servers.
Manually uninstalling the Remote Agent for Linux or UNIX Servers