Page 2 of 2

Re: Vertica upgrade from v5.0.8 to v6.1

Posted: Wed Mar 13, 2013 6:40 pm
by askh01
Hi,

Can I have an update on my previous post? I'm getting the following error message while installing
vertica-client-6.1.0-0.x86_64.rpm on top of vertica-6.1.1-0.x86_64.RHEL5.rpm.

# rpm -ivh vertica-client-6.1.0-0.x86_64.rpm

Preparing... ########################################### [100%]
file /opt/vertica/bin/vsql from install of vertica-client-6.1.0-0.x86_64 conflicts with file from package vertica-6.1.1-0.x86_64
file /opt/vertica/include/verticaodbc.h from install of vertica-client-6.1.0-0.x86_64 conflicts with file from package vertica-6.1.1-0.x86_64
file /opt/vertica/java/lib/vertica-jdk5.jar from install of vertica-client-6.1.0-0.x86_64 conflicts with file from package vertica-6.1.1-0.x86_64

Thanks,

Re: Vertica upgrade from v5.0.8 to v6.1

Posted: Wed Mar 13, 2013 6:49 pm
by Julie
Hi,

It looks like you already have the 6.1.1 rpm installed. You don't want to install an older version (6.1.0) on top of it!

Run the command: rpm -qa | grep -i vertica

What is the result of that command?

Re: Vertica upgrade from v5.0.8 to v6.1

Posted: Thu Mar 14, 2013 3:53 pm
by askh01
Hi,

Here is the output of the "rpm -qa". The question is do I need to install vertica client as well? if so, where to find vertica-client-6.1.1.


# rpm -qa | grep -i vertica

vertica-6.1.1-0

Re: Vertica upgrade from v5.0.8 to v6.1

Posted: Thu Mar 14, 2013 10:55 pm
by Julie
Hi,

You don't need to install the client on the server where you installed the Vertica database! The client, vsql, is installed automatically.

Just su to the dbadmin user (or whatever Linux user is the super user for your database) and type vsql <enter>. Assuming your database is up you should be logged in.