Contains Visor command kill implementation.
Contains Visor command kill implementation.
+--------------------------------+ | kill | Kills or restarts node. | +--------------------------------+
kill kill "-in|-ih" kill "{-r|-k} {-id8=|-id= }"
-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.kill
Starts command in interactive mode.
kill "-id8=12345678 -r"
Restart node with '12345678' ID8.
kill "-k"
Kill (stop) all nodes.
Companion object that does initialization of the command.
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.