Uninstalling Management Console

The uninstall command shuts down Management Console and removes most of the files that MC installation script installed.

To uninstall MC:

  1. Log in to the target server as root.
  2. Stop Management Console:

    # /etc/init.d/vertica-consoled stop

    For versions of Red Hat 7/CentOS 7 and above, use:

    # systemctl stop vertica-consoled
  3. Look for previously-installed versions of MC and note the version:

    RPM

    # rpm -qa | grep vertica

    DEB

    # dpkg -l | grep vertica
  4. Remove the package:

    RPM

    # rpm -e vertica-console

    DEB

    # dpkg -r vertica-console
  5. Optionally, delete the MC directory and all subdirectories:

    # rm -rf /opt/vconsole

To Reinstall MC

See Installing and Configuring Management Console