Symptom:
Vertica fails to install in my cluster environment.
Solution:
Set up passwordless SSH for the Vertica Linux database administrator user and then retry the installation. Do the following steps to set up passwordless SSH:
ssh-keygen -N "" -t rsa -f ~/.ssh/id_rsa cp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys2 chmod 644 ~/.ssh/authorized_keys2
ssh-copy-id -i database_admin_user@remotehost
Is another host in the cluster where you are trying to copy the SSH ID.
ssh database_admin_user@remotehost ls
Note: A three-node cluster requires six variations of the previous steps.
If the passwordless SSH has been set up successfully, you are not prompted for a password. You also see a directory listing from the ‘ls command’.
Copyright © 2015 CA Technologies.
All rights reserved.
|
|