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


Vertica 6.1.2 Debian 7 installaction workaround — Vertica Forum

Vertica 6.1.2 Debian 7 installaction workaround

vertica CE 6.1.2 don't support Debian 7.x i have workaround for this sutiation sudo dpkg -i vertica_6.1.2-0_amd64.deb sudo nano sudo nano /opt/vertica/share/eggs/vertica/network/SystemProfileFactory.py find code (status, res) = ssh.execute("grep \"^6.\" /etc/debian_version", hide=True) if (res[0] == '0'): opsys = DBinclude.OS_DEBIAN return opsys, host append code (status, res) = ssh.execute("grep \"^7.\" /etc/debian_version", hide=True) if (res[0] == '0'): opsys = DBinclude.OS_DEBIAN return opsys, host final run sudo /opt/vertica/bin/install_vertica -s localhost -r -r vertica/vertica_6.1.2-0_amd64.deb -u dbadmin sudo -u dbadmin /opt/vertica/bin/adminTools and input empty license key

Comments

Leave a Comment

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