OCF_HEARTBEAT_ORALSN(7) | OCF resource agents | OCF_HEARTBEAT_ORALSN(7) |
ocf_heartbeat_oralsnr - Manages an Oracle TNS listener
oralsnr [start | stop | status | monitor | meta-data | validate-all]
Resource script for Oracle Listener. It manages an Oracle Listener instance as an HA resource.
sid
(unique, required, string, no default)
home
(optional, string, no default)
user
(optional, string, no default)
listener
(unique, optional, string, default "LISTENER")
tns_admin
(optional, string, no default)
This resource agent supports the following actions (operations):
start
stop
status
monitor
validate-all
meta-data
methods
The following is an example configuration for a oralsnr resource using the crm(8) shell:
primitive p_oralsnr ocf:heartbeat:oralsnr \
params \
sid=string \
op monitor depth="0" timeout="30s" interval="10s"
The following is an example configuration for a oralsnr resource using pcs(8)
pcs resource create p_oralsnr ocf:heartbeat:oralsnr \
sid=string \
op monitor OCF_CHECK_LEVEL="0" timeout="30s" interval="10s"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
04/13/2023 | resource-agents 4.12.0-2 |