[Erlang危机](4.2)Remsh

Posted wzzkaifa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Erlang危机](4.2)Remsh相关的知识,希望对你有一定的参考价值。

原创文章,转载请注明出处:server非业余研究http://blog.csdn.net/erlib 作者Sunface
联系邮箱:[email protected]


Remsh

There’s a mechanism entirely similar to the one available through the JCL mode, although invoked in a different manner. The entire JCL mode sequence can by bypassed by starting the shell as follows for long names:

?另一种相似于JCL模式的机制。仅仅是两者的激活方式有所不同。JCL模式连接远程节点的操作序列能够使用以下这个加了remsh參数的启动命令直接绕过。


---------------------------------------------------------------------------------------
erl -name [email protected] -remsh [email protected]
---------------------------------------------------------------------------------------
And as follows for short names:

?也能够使用短命名:

---------------------------------------------------------------------------------------
erl -sname [email protected] -remsh [email protected]
---------------------------------------------------------------------------------------

All other Erlang arguments (such as -hidden and -setcookie $COOKIE) are also valid.
The underlying mechanisms are the same as when using JCL mode, but the initial shell is started remotely instead of locally (JCL is still local). ?G remains the safest way to exit the remote shell.

?其他的Erlang參数(比方:-hidden -setcookie $COOKIE)在这里也都是能够使用的。
?Remsh命令的底层机制和使用JCL模式是一样的,但启动后的节点是远程的,而JCL启动的节点是本地的。与此同一时候Ctrl+G仍然是退出远程shell的最安全方式。

以上是关于[Erlang危机](4.2)Remsh的主要内容,如果未能解决你的问题,请参考以下文章

[Erlang危机](5.0)执行时指标

[Erlang危机](5.1.1)内存

[Erlang危机](4.1)作业控制模式

将命令传递给erl?

获取 badarith,[erlang,'+',[error,0],[],同时使用 Erlang 片段在 TSUNG 中执行算术运算

不使用支持库的 Android 4.0、4.1 (<4.2) 中嵌套片段的最佳实践