Error during the installation for Vertica on three node cluster.
Hi, I'm facing below issue while installing vertica on a three node cluster.
Error: Command failed on 'ipofserver':
VERT_DBA_USR=dbadmin VERT_DBA_HOME=/home/dbadmin VERT_DBA_GRP=verticadba /opt/vertica/oss/python/bin/python -m vertica.local_coerce
returncode = 1
Is anyone encountered this before?? If so, your guidance for resolution is much appreciated.
Thank you,
Raj
0
Comments
Please provide the command used for installation and complete output.
Thanks
Hello Vishnu,
Thanks for your response.
The command which i used for the installation is as shown. I ran the same command on single node cluster and the same issue persists. Below is the complete output that i received.
[thotaraj@VerHad1 ~]$ sudo /opt/vertica/sbin/install_vertica --hosts 16.181.xx.xxx --rpm /home/data/softwares/vertica_latest/vertica-7.2.3-0.x86_64.RHEL6.rpm --dba-user dbadmin --failure-threshold 'NONE'
>> Validating software versions (rpm or deb)...
>> Beginning new cluster creation...
successfully backed up admintools.conf on 16.181.xxx.xxx
>> Creating or validating DB Admin user/group...
Successful on hosts (1): 16.181.xxx.xxx
Provided DB Admin account details: user = dbadmin, group = verticadba, home = /home/dbadmin
Creating group... Group already exists
Validating group... Okay
Creating user... User already exists
Validating user... Okay
>> Validating node and cluster prerequisites...
Error: Command failed on '16.181.xxx.xxx':
VERT_DBA_USR=dbadmin VERT_DBA_HOME=/home/dbadmin VERT_DBA_GRP=verticadba /opt/vertica/oss/python/bin/python -m vertica.local_coerce
returncode = 1
System prerequisites failed. Threshold = NONE
Hint: Fix above failures or use --failure-threshold
Installation FAILED with errors.
****
AdminTools and your existing Vertica databases may be unavailable.
Investigate the above warnings/errors and re-run installation.
****
Thank you,
Rajasekhar
Installation on 16.181.XX.XX is falining because of the pre-requisists, I would go through the pre-requisists and install any that are missing before running the installation again.