Vertica Installation Error
I am running this command to install Vertica. Any idea why? The Id I am using has all the su priviledge.
sudo /opt/vertica/sbin/install_vertica --hosts 10.10.0.170,10.10.0.171,10.10.0.172 --rpm /home/verticadb/vertica-7.0.0-2.x86_64.RHEL5.rpm --dba-user verticadb --failure-threshold NONE
And getting this error:
RPM must be upgraded locally, first.
Error: 'NoneType' object is not iterable
Traceback (most recent call last):
File "/opt/vertica/oss/python/lib/python2.7/site-packages/vertica/install/__init__.py", line 1032, in run_install
_main(options)
File "/opt/vertica/oss/python/lib/python2.7/site-packages/vertica/install/__init__.py", line 575, in _main
'.'.join([str(x) for x in v.version]),
TypeError: 'NoneType' object is not iterable
Installation FAILED with errors.
Installation stopped before any changes were made.
Comments
Do you have installed Vertica on this machine before ?
No, this is a brand new machine. Vertica has never been installed on this.
Can you list present file system types present on the host you want to install Vertica ?
Thx