Skip to content

Commit

Permalink
ocf_suse_SAPHanaTopology.7: example monitor interval 50s
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinne committed Nov 8, 2023
1 parent 5236059 commit 5f63818
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions man/ocf_suse_SAPHanaTopology.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Version: 0.180.0
.\"
.TH ocf_suse_SAPHanaTopology 7 "21 Oct 2023 "" "OCF resource agents"
.TH ocf_suse_SAPHanaTopology 7 "11 Nov 2023 "" "OCF resource agents"
.\"
.SH NAME
SAPHanaTopology \- Helps to manage two SAP HANA databases with system replication.
Expand All @@ -14,7 +14,8 @@ SAPHanaTopology \- Helps to manage two SAP HANA databases with system replicatio
SAPHanaTopology is a resource agent (RA) that analyzes the SAP HANA topology
and "sends" all findings via the node status attributes to all nodes in the
cluster. These attributes are taken by the SAPHanaController RA to control the
SAP HANA databases. In addition it starts and monitors the local saphostagent.
SAP HANA databases. In addition SAPHanaTopology starts and monitors the local
saphostagent.
.PP
The resource agent uses the following interfaces provided by SAP:
.PP
Expand Down Expand Up @@ -133,7 +134,7 @@ Suggested minimum timeout: 60\&.
.RS 4
Analyses the nodes HANA roles and landscape status.
Suggested minimum timeout: 600\&.
Suggested interval: 10\&.
Suggested interval: 50\&.
.RE
.PP
\fBvalidate\-all\fR
Expand Down Expand Up @@ -165,6 +166,8 @@ In addition return code 124 is used if HANA_CALL_TIMEOUT has been exceeded.
* Example configuration of SAPHanaTopology resource for HANA scale-up.
.br
In addition, a SAPHanaController resource is needed to make this work.
The SAPHanaTopology monitoring intervall should be shorter than the one of that
SAPHanaController.
.RE
.PP
.RS 4
Expand All @@ -175,7 +178,7 @@ op start interval="0" timeout="600" \\
op stop interval="0" timeout="600" \\
.br
.\" TODO check interval
op monitor interval="60" timeout="600" \\
op monitor interval="50" timeout="600" \\
.br
params SID="SLE" InstanceNumber="00"
.PP
Expand All @@ -189,6 +192,8 @@ meta clone-node-max="1" notify="true" interleave="true"
The HANA consists of two sites with five nodes each. An additional cluster node
is used as majority maker for split brain situations.
In addition, a SAPHanaController resource is needed to make this work.
The SAPHanaTopology monitoring intervall should be shorter than the one of that
SAPHanaController.
.RE
.PP
.RS 4
Expand All @@ -198,7 +203,7 @@ op start interval="0" timeout="600" \\
.br
op stop interval="0" timeout="600" \\
.br
op monitor interval="60" timeout="600" \\
op monitor interval="50" timeout="600" \\
.br
params SID="SLE" InstanceNumber="00"
.PP
Expand Down

0 comments on commit 5f63818

Please sign in to comment.