3

The servers we use have both public and private internal IPs. When using MemSQL Ops GUI to add MemSQL host and nodes, the installation defaults to using the public IP even when provided with the private IP.

How can we have the private IP used during installation? Or how can this IP be changed after the installation?


Tried using memsql-ops memsql-update-config to update the reported_hostname setting which confirms a successful change and says to restart. memsql-ops cluster-restart doesn't show any changes though.


動作するプロセス:memsql-ops agent-deploy (最初の ops のインストール後に) コマンド ラインからエージェントをインストールしmemsql-ops restart、各ノードで使用して、新しいインターフェイスとホスト バインディングで再起動します。エージェントが再起動され、プライベート IP が表示されると、Ops UI を使用して memsql ノードを正常にインストールできます。

4

1 に答える 1

0

Ops に表示される IP は、データベースの MemSQL で使用される IP とは限りません。

クラスタで使用されるアドレスに関する信頼できる情報源は、SHOW LEAVES コマンドの出力です。

http://docs.memsql.com/latest/ref/SHOW_LEAVES/

于 2015-06-29T16:10:53.933 に答える