Uninstall Clustered AtScale
Follow these steps to uninstall AtScale if any of the following circumstances apply:
- Installation failed and you want to re-install AtScale.
- You simply want to redo an installation.
- You want to permanently remove AtScale.
note
Note: To perform a full reinstallation, you must uninstall and then run the installer again. You cannot simply rerun the installer.
Uninstall Clustered AtScale
Repeat the following procedure on every host on the AtScale cluster.
- Stop AtScale.
/opt/atscale/bin/atscale_stop
- Kill any lingering AtScale processes.
kill -9 \
-
Remove the AtScale installer package from the package manager registry.
- List all installed AtScale installer packages.
rpm -qa \| grep atscale
or if using Debian packages:
dpkg-query -W \| grep atscale
1. Remove the installed AtScale installer package.
rpm -e \
or if using Debian packages:
dpkg -P \
- Remove all files from the installation directory.
note
Note: The following command removes everything from the AtScale installation directory, including data and configuration files. If you wish to preserve those, then back them up or move them to another location before running the command.
rm -rf /opt/atscale/\*
- Once you've completed this uninstallation procedure on every AtScale instance in the cluster, then you may re-install AtScale if desired.