Uninstalling Management Console
The uninstall command shuts down Management Console (MC) and removes most of the files that MC installation script installed.
The uninstall command shuts down Management Console (MC) and removes most of the files that MC installation script installed.
-
Log in to the target server as root.
-
Stop Management Console:
# /etc/init.d/vertica-consoled stop
For versions of Red Hat 7/CentOS 7 and above, use:
# systemctl stop vertica-consoled
-
Look for previously-installed versions of MC and note the version:
RPM
# rpm -qa | grep vertica
DEB
# dpkg -l | grep vertica
-
Remove the package:
RPM
# rpm -e vertica-console
DEB
# dpkg -r vertica-console
-
Optionally, delete the MC directory and all subdirectories:
# rm -rf /opt/vconsole