You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signal subcommand to be added should send a configurable signal to each concerned child process but should not set the child a "not to be restarted".
As does
kill -s <pid>
orkill -n <pid>
, we would like to be able to send a signal to a process (or process group) managed by gridinit.Examples:
gridinit_cmd signal 10 OPENIO-meta1-1
gridinit_cmd signal SIGHUP @meta1
The text was updated successfully, but these errors were encountered: