Created
February 21, 2009 03:29
-
-
Save dsturnbull/67868 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
02:28 PM dave@vmonster/0 [~/src/disco] erl -rsh ssh -sname testmaster | |
Erlang (BEAM) emulator version 5.6.3 [source] [64-bit] [smp:4] [async-threads:0] [kernel-poll:false] | |
Eshell V5.6.3 (abort with ^G) | |
(testmaster@vmonster)1> slave:start(localhost, "testnode"). | |
{ok,testnode@localhost} | |
(testmaster@vmonster)2> net_adm:ping(testnode@localhost). | |
pong | |
(testmaster@vmonster)3> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment