=clu #3536 Update doc of hostname port params in cluster jmx script

* This was changed in the switch to jmxsh (72aa5ef), but since
  we released with space separator I updated the documentation to that
  format.
This commit is contained in:
Patrik Nordwall 2013-08-16 15:42:16 +02:00
parent 34eb48565b
commit a731f3b6b6
3 changed files with 22 additions and 22 deletions

View file

@ -692,7 +692,7 @@ Akka distribution.
Run it without parameters to see instructions about how to use the script::
Usage: bin/akka-cluster <node-hostname:jmx-port> <command> ...
Usage: bin/akka-cluster <node-hostname> <jmx-port> <command> ...
Supported commands are:
join <node-url> - Sends request a JOIN node with the specified URL
@ -710,9 +710,9 @@ Run it without parameters to see instructions about how to use the script::
Where the <node-url> should be on the format of
'akka.<protocol>://<actor-system-name>@<hostname>:<port>'
Examples: bin/akka-cluster localhost:9999 is-available
bin/akka-cluster localhost:9999 join akka.tcp://MySystem@darkstar:2552
bin/akka-cluster localhost:9999 cluster-status
Examples: bin/akka-cluster localhost 9999 is-available
bin/akka-cluster localhost 9999 join akka.tcp://MySystem@darkstar:2552
bin/akka-cluster localhost 9999 cluster-status
To be able to use the script you must enable remote monitoring and management when starting the JVMs of the cluster nodes,