Install Error

Moderator: NorbertKrupa

Post Reply
sumanthota2014
Newbie
Newbie
Posts: 11
Joined: Thu Aug 07, 2014 4:39 pm

Install Error

Post by sumanthota2014 » Thu Aug 07, 2014 4:46 pm

The installation on 3 node cluster fails with below error.
When I try to run the install from the other node, it fails with the same, showing the other two nodes in error.
I verified the default shell is set to bash. Checked with chsh as well env|grep SHELL.

Can you please help.

root@ubuntuc2:/opt/vertica# /opt/vertica/sbin/install_vertica --hosts 10.10.10.10,10.10.10.20,10.10.10.30 --rpm /home/sumanthota/vertica_7.0.1-0_amd64.deb --dba-user dbadmin
Vertica Analytic Database 7.0.1-0 Installation Tool

>> Validating options...
Mapping hostnames in --hosts (-s) to addresses...
>> Starting installation tasks.
>> Getting system information for cluster (this may take a while)...
Enter password for sumanthota@10.10.10.10 (3 attempts left):
Error: Default shell on the following nodes are not bash. Default shell must be set to bash.
10.10.10.30 for sumanthota:
10.10.10.10 for sumanthota:
Exiting...

Installation FAILED with errors.
Installation stopped before any changes were made.

NorbertKrupa
GURU
GURU
Posts: 527
Joined: Tue Oct 22, 2013 9:36 pm
Location: Chicago, IL
Contact:

Re: Install Error

Post by NorbertKrupa » Thu Aug 07, 2014 5:33 pm

Perhaps this may help.
Checkout vertica.tips for more Vertica resources.

sumanthota2014
Newbie
Newbie
Posts: 11
Joined: Thu Aug 07, 2014 4:39 pm

Re: Install Error

Post by sumanthota2014 » Fri Aug 08, 2014 2:41 am

it didn't help...

Here is the sudoers file
Defaults env_reset
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
# Members of the admin group may gain root privileges
%admin ALL=(ALL) NOPASSWD:ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
# See sudoers(5) for more information on "#include" directives:

sumanthota2014
Newbie
Newbie
Posts: 11
Joined: Thu Aug 07, 2014 4:39 pm

Re: Install Error

Post by sumanthota2014 » Tue Aug 19, 2014 6:13 pm

Installation is successful when tried running install_vertical with root instead of sudo login...

Post Reply

Return to “Vertica Database Administration”