Page 1 of 1

Error install cluster

Posted: Fri Apr 12, 2013 12:08 pm
by dedyshka
Good day.
When I run script

Code: Select all

install_vertica -s node,node-1,node-2 -r ...
I get an error:

Code: Select all

NOTICE: Adding previously-defined cluster host (s) to update check: 127.0.0.1
ERROR: localhost not permitted in clusters, use full hostname or IP address
Installation completed with errors.
What could be the problem?

Re: Error install cluster

Posted: Fri Apr 12, 2013 1:57 pm
by dedyshka
I solved the problem

Re: Error install cluster

Posted: Fri Apr 12, 2013 2:02 pm
by JimKnicely
Hi!

I'm glad you solved the problem :)

Do you mind posting how you did that for the benefit of the forum members?

Thanks!!!

Re: Error install cluster

Posted: Thu May 02, 2013 7:49 am
by vicky
hey dedyshka can you please tell me how you solved the problem as im facing the same problem

Re: Error install cluster

Posted: Fri Dec 06, 2013 4:23 am
by chad
On each cluster node that you are installing vertica onto (your rpm may be different than mine):

rpm -qa | grep vertica

Whatever rpm is shown, change the following line accordingly:

rpm -e vertica-6.1.3-0

rm -rf /opt/vertica/

Reinstall the rpm and run install_vertica