Skip to content

Commit 004b199

Browse files
Merge pull request #298005 from sanoop-t/sanoopt1
Add Timeout and Failure Policy to SAP HANA IP Resource Configuration
2 parents 50a2158 + 0ea6f30 commit 004b199

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

articles/sap/workloads/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In the SAP workload documentation space, you can find the following areas:
5555

5656
## Change Log
5757

58-
58+
- April 9, 2025: Add timeout and fail action to IP resource configuration for SAP HANA in [High availability for SAP HANA on Azure VMs on SUSE Linux Enterprise Server](./sap-hana-high-availability.md) and [High availability for SAP HANA scale-out system with HSR on SUSE Linux Enterprise Server](./sap-hana-high-availability-scale-out-hsr-suse.md)
5959
- March 31, 2025: Updated Azure NetApp Files Application Volume Group guidelines for SAP HANA in [FAQs for Virtual Machine Scale Set for SAP workload](./virtual-machine-scale-set-sap-faq.md)
6060
- March 27, 2025: Update meta attributes for health-azure-events resource and clone, to correctly operate with unhealthy nodes with pacemaker versions 2.1.3 and higher. Documents [Set up Pacemaker on Red Hat Enterprise Linux in Azure](./high-availability-guide-rhel-pacemaker.md) and [Set up Pacemaker on SUSE Linux Enterprise Server in Azure](./high-availability-guide-suse-pacemaker.md).
6161
- March 20, 2025: Spun off troubleshooting section from [New Version of Azure VM extension for SAP solutions](./vm-extension-for-sap-new.md) to its own article: [Troubleshooting the Azure VM Extension for SAP](./vm-extension-for-sap-troubleshooting.md) and added tab panels to [New Version of Azure VM extension for SAP solutions](./vm-extension-for-sap-new.md) for better readability.

articles/sap/workloads/sap-hana-high-availability-scale-out-hsr-suse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,7 @@ You can adjust the behavior of susChkSrv with parameter action_on_lost. Valid va
953953

954954
```bash
955955
sudo crm configure primitive rsc_ip_HN1_HDB03 ocf:heartbeat:IPaddr2 \
956+
op start timeout=60s on-fail=fence \
956957
op monitor interval="10s" timeout="20s" \
957958
params ip="10.23.0.27"
958959

articles/sap/workloads/sap-hana-high-availability.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ sudo crm configure clone cln_SAPHanaFil_<HANA SID>_HDB<instance number> rsc_SAPH
627627
sudo crm configure primitive rsc_ip_<HANA SID>_HDB<instance number> ocf:heartbeat:IPaddr2 \
628628
meta target-role="Started" \
629629
operations \$id="rsc_ip_<HANA SID>_HDB<instance number>-operations" \
630+
op start timeout=60s on-fail=fence \
630631
op monitor interval="10s" timeout="20s" \
631632
params ip="<front-end IP address>"
632633
@@ -658,6 +659,7 @@ sudo crm configure rsc_defaults migration-threshold=5000
658659
# Replace <placeholders> with your instance number, HANA system ID, and the front-end IP address of the Azure load balancer.
659660
sudo crm configure primitive rsc_ip_<HANA SID>_HDB<instance number> ocf:heartbeat:IPaddr2 \
660661
meta target-role="Started" \
662+
op start timeout=60s on-fail=fence \
661663
op monitor interval="10s" timeout="20s" \
662664
params ip="<front-end IP address>"
663665

0 commit comments

Comments
 (0)