如何使用erlang 的shell 訪問遠程節點

來源:互聯網
上載者:User

標籤:

實驗環境: 公司內網的2台機器,一台是我自己的筆記本 (機器名nb11),一台是公司的伺服器(機器名ws100),都是win7 的系統

(發覺一個詭異的問題,shell訪問的命令,windows 下,只有werl.exe 支援,erl.exe調不出。在命令列啟動erl 控制台,不支援)

A.首先起分別在2個機器上啟動erl 節點

1.首先在筆記本啟動

命令輸入

erl -same master -setcookie test

機器啟動erl後,出現提示

[[email protected]]1>

 

2.在伺服器啟動

命令輸入

erl -same sa1 -setcookie test

機器啟動erl後,出現提示

[[email protected]]1>

B 接著如何從我的節點登入到工作站

1.在之前的erl控制台下,按Ctrl+G

出現user switch command

-->

然後輸入r  “[email protected]“按斷行符號

在按 J

機器顯示節點:

1  {shell,start,[init]}
 2* {[email protected],shell,start,[]}

在 * 的就是預設的可串連節點,其中的1 行,就是你現在的master節點

按 c 就能串連

接著機器回複

Eshell V6.1  (abort with ^G)
([email protected])1>

這就表示你已經在伺服器節點上了

===========擴充說明====================

在真正的叢集下,前面顯示的節點可能是個很長的節點列表。

很可能是

1  {shell,start,[init]}
 2 {[email protected],shell,start,[]}

 3 {[email protected],shell,start,[]}

 4  {[email protected],shell,start,[]}

 5 {[email protected],shell,start,[]}

 6* {[email protected],shell,start,[]}

你如果要串連到第三節點的話,直接 輸入 c 6 斷行符號就行了。

============================

 

C 如何回到本地節點

先Ctrl +G

安 J

機器顯示

1  {shell,start,[init]}
 2* {master@shawin7nb381,shell,start,[]}

直接輸入c 就可

 

如何使用erlang 的shell 訪問遠程節點

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.