Failure installing Vertica on two nodes on Fedora 18
During the two node cluster installation, the install script first raises a warning: "It looks like 16.55.121.114 and 16.55.121.82 are the same host. Removing 16.55.121.82 from the list to update." - this obviously not true. Later, it fails with an error Error: Unable to resolve network interfaces for 16.55.121.114 Traceback (most recent call last): File "/opt/vertica/bin/verticaInstall.py", line 1464, in uniqueBroadcastAddrs = DBfunctions.uniqueBroadCastAddresses( profiles, options.forceSpreadReconfiguration, ignoreHosts = non_spread_hosts ) File "/opt/vertica/oss/python/lib/python2.7/site-packages/vertica/tools/DBfunctions.py", line 415, in uniqueBroadCastAddresses raise Exception( "Unable to resolve network interfaces for %s" % h ) Exception: Unable to resolve network interfaces for 16.55.121.114 Installation failed. The installation was performed from the 16.55.121.114 host. When trying to install from the other one (*.82), the error message is: "Error: '16.55.121.82' Traceback (most recent call last): File "/opt/vertica/bin/verticaInstall.py", line 1024, in current = profiles[host].vertica KeyError: '16.55.121.82' Installation failed.
0
Comments