2017-10-17 1 views
1

Ich bin neu bei Traffodion und ich versuche, Traofdion auf CDH 5.7 mit Python Installer nach Apache Traffic Site zu installieren.Probleme mit Trafodion Installation mit Python Installer

[[email protected] python-installer]# ./db_install.py 
********************************** 
Trafodion Installation ToolKit 
********************************** 
Enter HDP/CDH web manager URL:port, (full URL, if no http/https prefix, default prefix is http://): http://10.1.1.10:7180 
Enter HDP/CDH web manager user name [admin]: 
Enter HDP/CDH web manager user password: 
Confirm Enter HDP/CDH web manager user password: 

***[ERROR]: Host [node1]: Failed to connect using ssh. Be sure: 
1. Remote host's name and IP is configured correctly in /etc/hosts. 
2. Remote host's sshd service is running. 
3. Passwordless SSH is set if not using 'enable-pwd' option. 
4. 'sshpass' tool is installed and ssh password is correct if using 'enable-pwd' option. 

auch diese Fehler 1./etc/hosts überprüfen und den Hostnamen

[[email protected] python-installer]# hostname 
node1.trafodion.local 
[[email protected] python-installer]# cat /etc/hosts 
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 
::1   localhost localhost.localdomain localhost6 localhost6.localdomain6 
10.1.1.10 node1.trafodion.local node1 
10.1.1.11 node2.trafodion.local node2 
10.1.1.12 node3.trafodion.local node3 
10.1.1.13 node4.trafodion.local node4 

2. sshd Service

läuft
[[email protected] python-installer]# service sshd status 
openssh-daemon (pid 3480) is running... 

3. jeweils zwei Knoten ssh korrigiert wird passwordless könnte

4.sshpass ist nicht installiert

[[email protected] python-installer]# sshpass 
-bash: sshpass: command not found 

Vielen Dank für jede Hilfe.

Daniel

Antwort

0

Bitte versuchen Sie es node1 zu ssh .. node4 root Benutzer manuell verwenden, wäre es einfacher, alle Probleme SSH-Login zu erkennen. Wenn ssh manuell funktionieren könnte, sollte das Installationsprogramm auch funktionieren.

+0

Ich habe noch einmal überprüft und festgestellt, dass ich vermisste den rsa-Schlüssel zu dem Knoten1 selbst hinzuzufügen. Jetzt funktioniert es. Ich danke dir sehr. – XCD

Verwandte Themen