installing on amazon ec2 node
I am using amzon ec2 with ubuntu 12.04 when I am trying to install vertical debian its giving below error. Which vertica distribution can I install in my ec2 node. Please give me reply. ubuntu@ip-10-245-75-117:~$ sudo /opt/vertica/sbin/install_vertica Vertica Analytic Database 6.0.1-0 Installation Tool WARNING: No hostname list provided. Installing to localhost Starting installation tasks... Getting system information for cluster (this may take a while).... Traceback (most recent call last): File "/opt/vertica/oss/python/lib/python2.7/site-packages/vertica/network/SystemProfileFactory.py", line 152, in __check_os_support raise UnsupportedOSException("(%s) This version of Debian is unsupported." % host) UnsupportedOSException: (127.0.0.1) This version of Debian is unsupported. Exception in thread Thread-1: Traceback (most recent call last): File "/opt/vertica/oss/python/lib/python2.7/threading.py", line 530, in __bootstrap_inner self.run() File "/opt/vertica/oss/python/lib/python2.7/site-packages/vertica/network/SystemProfileFactory.py", line 37, in run self.profile = self.func(self.ssh[self.host]) File "/opt/vertica/oss/python/lib/python2.7/site-packages/vertica/network/SystemProfileFactory.py", line 79, in __factory opsys, hostname = self.__check_os_support(ssh) File "/opt/vertica/oss/python/lib/python2.7/site-packages/vertica/network/SystemProfileFactory.py", line 171, in __check_os_support raise uoe UnsupportedOSException: (127.0.0.1) This version of Debian is unsupported. Unable to obtain a system profile for one or more hosts. Check your adminTools-root.log file for more details. Installation completed with errors. Installation failed.
0
Comments