ocf:jboss — Manages a JBoss application server instance
OCF_RESKEY_resource_name=string OCF_RESKEY_console=string [OCF_RESKEY_shutdown_timeout=integer] [OCF_RESKEY_kill_timeout=integer] [OCF_RESKEY_user=string] [OCF_RESKEY_statusurl=string] [OCF_RESKEY_java_home=string] [OCF_RESKEY_java_opts=string] OCF_RESKEY_jboss_home=string [OCF_RESKEY_pstring=string] [OCF_RESKEY_run_opts=string] [OCF_RESKEY_shutdown_opts=string] [OCF_RESKEY_rotate_consolelog=string] [OCF_RESKEY_rotate_value=integer] [OCF_RESKEY_rotate_logsuffix=integer] jboss [start | stop | status | monitor | meta-data | validate-all]
The name of the resource. Defaults to the name of the resource instance.
A destination of the log of jboss run and shutdown script.
Timeout for jboss bin/shutdown.sh. We wait for this timeout to expire, then send the TERM and QUIT signals. Finally, the KILL signal is used to terminate the jboss process. You should set the timeout for the stop operation to a value bigger than the sum of the timeout parameters. See also kill_timeout.
If bin/shutdown.sh doesn't stop the jboss process, then we send it TERM and QUIT signals, intermittently and once a second. After this timeout expires, if the process is still live, we use the KILL signal. See also shutdown_timeout.
A user name to start a JBoss.
URL to test in the monitor operation.
Home directory of Java. Defaults to the environment variable JAVA_HOME. If it is not set, then define this parameter.
Java options.
Home directory of Jboss.
With this string heartbeat matches for the right process to kill.
Start options to start Jboss with, defaults are from the Jboss-Doku.
Stop options to stop Jboss with.
Rotate console log flag.
console log rotation value (default is 86400 seconds).
Rotate console log suffix.