table of contents
OCF_HEARTBEAT_ORALSN(7) | OCF resource agents | OCF_HEARTBEAT_ORALSN(7) |
NAME¶
ocf_heartbeat_oralsnr - Manages an Oracle TNS listener
SYNOPSIS¶
oralsnr [start | stop | status | monitor | meta-data | validate-all]
DESCRIPTION¶
Resource script for Oracle Listener. It manages an Oracle Listener instance as an HA resource.
SUPPORTED PARAMETERS¶
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)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
status
monitor
validate-all
meta-data
methods
EXAMPLE CRM SHELL¶
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"
EXAMPLE PCS¶
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"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
11/10/2024 | resource-agents 4.16.0-1 |