Sometimes you want to start from zero in your HP Vertica cluster, so you need to uninstall/remove all old Vertica rpm's and config files.
To uninstall HP Vertica follow the steps below:
Search for installed Vertica components:
[dbadmin@primary ~]$ rpm -qa | grep vertica
vertica-7.1.1-0.x86_64
ps -ef | grep vertica| grep -v 'grep vertica'|awk {'print "kill -9" $2'}| bash
[dbadmin@primary ~]$rpm -e vertica-7.1.1-0.x86_64
[root@primary /]# rm -rf /opt/vertica/