Page 1 of 1

Vertica CE 6.0 - install error

Posted: Wed Jun 20, 2012 12:26 am
by leosz
host01:~ # /opt/vertica/sbin/install_vertica -s host01,host02 -r vertica-ce-6.0.0-1.x86_64.SUSE.rpm -u dbadmin -S 10.10.6.255

I am getting this error message towards the end of the install process:

Updating spread configuration...
Error: local variable 'ipAddr' referenced before assignment
Traceback (most recent call last):
File "/opt/vertica/bin/verticaInstall.py", line 1495, in <module>
spreadConfContents = SSH.createSpreadConfFile( uniqueBroadcastAddrs, profiles, directSend=options.direct_only, logging=spread_logging, daemonGroup=options.vertica_dba_group )
File "/opt/vertica/oss/python/lib/python2.7/site-packages/vertica/network/SSH.py", line 3022, in createSpreadConfFile
parts = ipAddr.split(".")
UnboundLocalError: local variable 'ipAddr' referenced before assignment
Installation failed.

Any suggestions? Thanks.

Re: Vertica CE 6.0 - install error

Posted: Wed Jun 20, 2012 3:26 pm
by id10t
Hi leosz!

Check if SPREAD daemon is up:

Code: Select all

/etc/init.d/spreadd status         # as superuser
If not - start it manually:

Code: Select all

/etc/init.d/spreadd start
PS Spread is responsible for "dialog" between nodes.

Re: Vertica CE 6.0 - install error

Posted: Thu Jun 21, 2012 11:52 pm
by leosz
Thanks.

It is running but what I wanted was that the -S parameter takes effect and a private network is used for internal communications. There is no sign of that whatsoever.