3.2 Linux system uninstallation method

The root user under the shell executes [installdir] uninstall.sh:

The default installation directory is:/usr/local/avs/

[root@localhost ~]# cd /usr/local/avs/
[root@localhost avs]# ls
agent  client  db  distro-release  master  scripts  storage  uninstall.sh
[root@localhost avs]# ./uninstall.sh
Do you want to Uninstall AvatarStor Client Service [Y/N]?
y
Stopping the Avatar Client daemon
Stopping the Avatar Storage daemon
Stopping the Avatar Master daemon
Stopping the avataragent Server daemon
Shutting down MySQL. SUCCESS!
Removed symlink /etc/systemd/system/multi-user.target.wants/avsbackup.service.
AvatarStor Client Uninstall succeeded!
[root@localhost avs]#

Last updated