Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Issue in "Example cluster configuration" #470

Open
tanteckguan opened this issue Dec 13, 2024 · 0 comments
Open

[doc] Issue in "Example cluster configuration" #470

tanteckguan opened this issue Dec 13, 2024 · 0 comments

Comments

@tanteckguan
Copy link

Example cluster configuration:

https://documentation.suse.com/sbp/sap-15/html/SLES4SAP-hana-angi-perfopt-15/index.html#id-example-cluster-configuration

The resource agent type "ocf:suse:SAPHana" is wrong for SAPHanaSR-angi setup:

primitive rsc_SAPHanaCon_HA1_HDB10 ocf:suse:SAPHana
op start interval=0 timeout=3600
op stop interval=0 timeout=3600
op promote interval=0 timeout=900
op demote interval=0 timeout=320
op monitor interval=60 role=Promoted timeout=700
op monitor interval=61 role=Unpromoted timeout=700
params SID=HA1 InstanceNumber=10 PREFER_SITE_TAKEOVER=true
DUPLICATE_PRIMARY_TIMEOUT=7200 AUTOMATED_REGISTER=false
meta priority=100

The resource agent type should be "ocf:suse:SAPHanaController" for SAPHanaSR-angi setup:

primitive rsc_SAPHanaCon_HA1_HDB10 ocf:suse:SAPHanaController
op start interval=0 timeout=3600
op stop interval=0 timeout=3600
op promote interval=0 timeout=900
op demote interval=0 timeout=320
op monitor interval=60 role=Promoted timeout=700
op monitor interval=61 role=Unpromoted timeout=700
params SID=HA1 InstanceNumber=10 PREFER_SITE_TAKEOVER=true
DUPLICATE_PRIMARY_TIMEOUT=7200 AUTOMATED_REGISTER=false
meta priority=100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant