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 stopFor 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 verticaDEB
# dpkg -l | grep vertica -
Remove the package. For RHEL based systems, run one of these commands:
RPM
sudo dnf remove vertica-consoleor
sudo rpm -e vertica-consoleDEB
# dpkg -r vertica-console -
Optionally, delete the MC directory and all subdirectories:
# rm -rf /opt/vconsole
Before reinstalling the management console, clean up the existing installation. This helps prevent issues during reinstallation.