Vertica CE 6.0 - install error

Moderator: NorbertKrupa

Post Reply
leosz
Newbie
Newbie
Posts: 5
Joined: Thu Jun 07, 2012 10:43 pm

Vertica CE 6.0 - install error

Post by leosz » Wed Jun 20, 2012 12:26 am

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.

id10t
GURU
GURU
Posts: 732
Joined: Mon Apr 16, 2012 2:44 pm

Re: Vertica CE 6.0 - install error

Post by id10t » Wed Jun 20, 2012 3:26 pm

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.

leosz
Newbie
Newbie
Posts: 5
Joined: Thu Jun 07, 2012 10:43 pm

Re: Vertica CE 6.0 - install error

Post by leosz » Thu Jun 21, 2012 11:52 pm

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.

Post Reply

Return to “Vertica Community Edition”