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.
Vertica CE 6.0 - install error
Moderator: NorbertKrupa
Re: Vertica CE 6.0 - install error
Hi leosz!
Check if SPREAD daemon is up:
If not - start it manually:
PS Spread is responsible for "dialog" between nodes.
Check if SPREAD daemon is up:
Code: Select all
/etc/init.d/spreadd status # as superuser
Code: Select all
/etc/init.d/spreadd start
Re: Vertica CE 6.0 - install error
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.
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.