2016-08-02 13 views
0

私はVerticaコミュニティ版7.2.3を使用しており、AWS VPCで3ノードクラスタを設定しています。 私のinstall_verticaスクリプトはうまく動作します。データベースの作成中に、adminTools経由でコマンドを発行しているノードが表示されますが、2つのノードの残りの部分は停止します。 'my.vertica.com/docs/Ecosystem/Amazon/HP_Vertica_7.1.x_Vertica_AWS.pdf' あたりとして3ノードVerticaクラスタでデータベースを作成/起動する際のエラー

Node Status: v_mpp_test_node0001: (DOWN) v_mpp_test_node0002: (UP) v_mpp_test_node0003: (DOWN) 

すべての必要なポートが開いています。 3つのサーバー間にsshの少ないパスワードが存在します。次

はnetstatの出力です:

[[email protected] ec2-user]# netstat -an | egrep 'tcp|udp' 
tcp  0  0 10.0.2.185:4803    0.0.0.0:*     LISTEN 
tcp  0  0 0.0.0.0:5444    0.0.0.0:*     LISTEN 
tcp  0  0 0.0.0.0:36582    0.0.0.0:*     LISTEN 
tcp  0  0 0.0.0.0:111     0.0.0.0:*     LISTEN 
tcp  0  0 0.0.0.0:22     0.0.0.0:*     LISTEN 
tcp  0  0 127.0.0.1:631    0.0.0.0:*     LISTEN 
tcp  0  0 0.0.0.0:5433    0.0.0.0:*     LISTEN 
tcp  0  0 127.0.0.1:25    0.0.0.0:*     LISTEN 
tcp  0  0 0.0.0.0:5434    0.0.0.0:*     LISTEN 
tcp  0  0 10.0.2.185:22    10.0.200.5:53124   ESTABLISHED 
tcp  0  0 10.0.2.185:5434    10.0.2.185:36504   ESTABLISHED 
tcp  0  0 10.0.2.185:36504   10.0.2.185:5434    ESTABLISHED 
tcp  0  0 :::111      :::*      LISTEN 
tcp  0  0 :::22      :::*      LISTEN 
tcp  0  0 ::1:631      :::*      LISTEN 
tcp  0  0 :::5433      :::*      LISTEN 
tcp  0  0 ::1:25      :::*      LISTEN 
udp  0  0 0.0.0.0:111     0.0.0.0:* 
udp  0  0 0.0.0.0:631     0.0.0.0:* 
udp  0  0 10.0.2.185:123    0.0.0.0:* 
udp  0  0 127.0.0.1:123    0.0.0.0:* 
udp  0  0 0.0.0.0:123     0.0.0.0:* 
udp  0  0 0.0.0.0:33666    0.0.0.0:* 
udp  0  0 0.0.0.0:935     0.0.0.0:* 
udp  0  0 10.0.2.185:5433    0.0.0.0:* 
udp  0  0 10.0.2.185:4803    0.0.0.0:* 
udp  0  0 10.0.2.185:4804    0.0.0.0:* 
udp  0  0 0.0.0.0:68     0.0.0.0:* 
udp  0  0 0.0.0.0:42327    0.0.0.0:* 
udp  0  0 :::111      :::* 
udp  0  0 fe80::8bf:7fff:fe9f:bd1b:123 :::* 
udp  0  0 ::1:123      :::* 
udp  0  0 :::123      :::* 
udp  0  0 :::935      :::* 

[[email protected] ec2-user]# nc -vz -u 10.0.2.186 4803 
Connection to 10.0.2.186 4803 port [udp/notateit-disc] succeeded! 
[[email protected] ec2-user]# nc -vz -u 10.0.2.184 4803 
Connection to 10.0.2.184 4803 port [udp/notateit-disc] succeeded! 

しかし

[[email protected] ~]$/opt/vertica/bin/vnetperf 
2016-08-02_13:10:28,619 ERROR: [Connector Thread 10.0.2.186 0x7fe59578e700] Couldn't connect to 10.0.2.186 (family 2, attempt 0): Connection timed out; errno=110 (Connection timed out) 
2016-08-02_13:10:28,619 ERROR: [Connector Thread 10.0.2.185 0x7fe59618f700] Couldn't connect to 10.0.2.185 (family 2, attempt 0): Connection timed out; errno=110 (Connection timed out) 
2016-08-02_13:11:32,619 ERROR: [Connector Thread 10.0.2.186 0x7fe59578e700] Couldn't connect to 10.0.2.186 (family 2, attempt 1): Connection timed out; errno=110 (Connection timed out) 
2016-08-02_13:11:32,619 ERROR: [Connector Thread 10.0.2.185 0x7fe59618f700] Couldn't connect to 10.0.2.185 (family 2, attempt 1): Connection timed out; errno=110 (Connection timed out) 
2016-08-02_13:12:36,619 ERROR: [Connector Thread 10.0.2.186 0x7fe59578e700] Couldn't connect to 10.0.2.186 (family 2, attempt 2): Connection timed out; errno=110 (Connection timed out) 
2016-08-02_13:12:36,619 ERROR: [Connector Thread 10.0.2.185 0x7fe59618f700] Couldn't connect to 10.0.2.185 (family 2, attempt 2): Connection timed out; errno=110 (Connection timed out) 
2016-08-02_13:12:37,619 ERROR: [Connector Thread 10.0.2.186 0x7fe59578e700] Could not find anything to connect to for 10.0.2.186; errno=110 (Connection timed out) 
2016-08-02_13:12:37,619 ERROR: [Connector Thread 10.0.2.185 0x7fe59618f700] Could not find anything to connect to for 10.0.2.185; errno=110 (Connection timed out) 
2016-08-02_13:12:37,619 ERROR: [main 0x7fe596b92720] Caught error: Unable to connect to host 10.0.2.185:14159 
Unable to connect to host 10.0.2.186:14159; errno=0 (Success) 

vnetpref実行しているが、私はまた、特にポート14159を開く必要がないが、私は次のエラーを取得していますか?何が問題なの? 特定のログが必要な場合はお知らせください。

答えて

0

はいサービスは、呼び出し元のインスタンスに対してポート14159を開いておく必要があります。あなたはそれを試しましたか?

+0

私はポートを開いたが、vnetperfは正常に動作していますが、ノードがダウンしている問題は依然として存在します。私は新鮮なインストールを試みた。 – NitheshKHP

+0

これはAWS VPCの問題です。セキュリティグループでは、VPC内のインスタンスが互いに通信できるようにするルールは追加されませんでした。追加した後、正常に動作しました。 – NitheshKHP

関連する問題