Error when running the install_vertica script...

Moderator: NorbertKrupa

Post Reply
JeffSatler
Newbie
Newbie
Posts: 21
Joined: Mon Feb 13, 2012 9:44 pm

Error when running the install_vertica script...

Post by JeffSatler » Tue Feb 14, 2012 4:20 pm

Hi, When I run the install_vertica script I get an error.

Here is the command line I am running:

Code: Select all

/opt/vertica/sbin/install_vertica -s 10.255.11.130, 10.255.11.140, 10.255.11.150 -r vertica-5.0.11-0.x86_64.RHEL5.rpm -u vadmin

User avatar
JimKnicely
Site Admin
Site Admin
Posts: 1825
Joined: Sat Jan 21, 2012 4:58 am
Contact:

Re: Error when running the install_vertica script...

Post by JimKnicely » Tue Feb 14, 2012 5:20 pm

What is the error that you are getting? For one thing, you can't have spaces after the commas that separate the IP addresses.

Try this:

Code: Select all

/opt/vertica/sbin/install_vertica -s 10.255.11.130,10.255.11.140,10.255.11.150 -r vertica-5.0.11-0.x86_64.RHEL5.rpm -u vadmin
Everything else looks good.

How come you are not installing Vertica 5.1.0? Just curious.
Jim Knicely

Image

Note: I work for Vertica. My views, opinions, and thoughts expressed here do not represent those of my employer.

JeffSatler
Newbie
Newbie
Posts: 21
Joined: Mon Feb 13, 2012 9:44 pm

Re: Error when running the install_vertica script...

Post by JeffSatler » Tue Feb 21, 2012 10:56 pm

Thanks, by the way... You were right about the spaces. That seems silly.

Post Reply

Return to “Vertica Installation”