kill-all sends a signal to processes on all specified nodes.
Processes listed in the output of the ps(1) command which match the
regular-expression are counted as targets.
Target nodes are specified by the -g options.
The options available for kill-all:
- -g hostgroup
- 
Specifies the node group list to run remote commands on.
hostgroup parsed by scorehosts.
The shell environment variable SCBDSERV must be set
to access the Cluster Database server.
 
- -signal
- 
Specifies the signal to send.
The signal may be given as a signal name or number.
If this option is not specified, the TERM signal is sent.
 
- -n
- 
Do NOT send any signals, but print the processes which match
regular-expression.
 
- -help
- 
Display a help message, and exit.