We're Moving!

The Vertica Forum is moving to a new OpenText Analytics Database (Vertica) Community.

Join us there to post discussion topics, learn about

product releases, share tips, access the blog, and much more.

Create My New Community Account Now


Install of 6.1.2 Error: invalid literal — Vertica Forum

Install of 6.1.2 Error: invalid literal

Install of 6.1.2  Error: invalid literal

Getting following error when trying to install the 6.1.2 installation (vertica-6.1.2-0.x86_64.RHEL5.rpm)

The error  is :

# /opt/vertica/sbin/install_vertica -s cnode2 -r /home/user/Downloads/vertica-6.1.2-0.x86_64.RHEL5.rpm
Vertica Analytic Database 6.1.2-0 Installation Tool
NOTICE: Adding previously-defined cluster host(s) to update check: 203.18.18.111
Starting installation tasks...
Getting system information for cluster (this may take a while)....
backing up admintools.conf on 203.18.18.111
Default shell on nodes:
203.18.18.112 /bin/bash
203.18.18.111 /bin/bash
Installing rpm on 1 hosts....
installing node.... 203.18.18.112
Error: invalid literal for int() with base 10: '8%'
Traceback (most recent call last):
File "/opt/vertica/bin/verticaInstall.py", line 1232, in
code, result = SSH.installNode( installerSSH, host, rootPassword, options.rpm_file_name, localhost, running_as )
File "/opt/vertica/oss/python/lib/python2.7/site-packages/vertica/network/SSH.py", line 1986, in installNode
if int(data[1][0]) < sz:
ValueError: invalid literal for int() with base 10: '8%'
Installation failed.


Solution:

Edit /opt/vertica/oss/python/lib/python2.7/site-packages/vertica/network/SSH.py on cnode1 and goto line 1982. Change the command:

df /tmp | tail -1 | awk '{print $4}'

to

df -P /tmp | tail -1 | awk '{print $4}'


Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file