Run command in interactive mode.
Run command in interactive mode.
<ex>kill</ex> Starts command in interactive mode.
Stops or restarts a JVM indicated by the node ID.
Stops or restarts a JVM indicated by the node ID.
<ex>kill "-id8=12345678 -r"<ex> Restarts the specified node.
<ex>kill "-k"</ex> Stops all nodes.
Command arguments.
Overview
Contains Visor command
killimplementation.Help
Specification
Arguments
-in Run command in interactive mode with ability to choose a node to kill or restart. Note that either '-in' or '-ih' can be specified. This mode is used by default. -ih Run command in interactive mode with ability to choose a host where to kill or restart nodes. Note that either '-in' or '-ih' can be specified. -r Restart node mode. Note that either '-r' or '-k' can be specified. If no parameters provided - command starts in interactive mode. -k Kill (stop) node mode. Note that either '-r' or '-k' can be specified. If no parameters provided - command starts in interactive mode. -id8=<node-id8> ID8 of the node to kill or restart. Note that either '-id8' or '-id' can be specified. If no parameters provided - command starts in interactive mode. -id=<node-id> ID of the node to kill or restart. Note that either '-id8' or '-id' can be specified. If no parameters provided - command starts in interactive mode.Examples
kill Starts command in interactive mode. kill "-id8=12345678 -r" Restart node with '12345678' ID8. kill "-k" Kill (stop) all nodes.